Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

add functionality to compiled OCX

Tags:

vb6

ocx

We have an old OCX, that used in old VB application. Both of them do not support by developer now. and source code also not available. OCX contains a function which calculate a value and now we have to change the formula of calculation. Is there any way to override method and create a news ocx with same functionality?

Edit: ocx contain a date picker which using mscomctl2.ocx, our formula is based on selected date, so if we can find a solution to change date after selection, we can reach to our need.

like image 917
Ashian Avatar asked Apr 17 '26 19:04

Ashian


1 Answers

There is another way, Safe to use only if you are owner of that ocx file. You can use vb decompiler to get source code from your ocx file so you can modify and create new source code. Here is a decompiler

http://www.vb-decompiler.org/

like image 85
Laxmikant Dange Avatar answered Apr 20 '26 08:04

Laxmikant Dange



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!