Hi Guys GM..
I created vb6 .exe file. and this file i am trying to open in Windows 7 , but it shows error like "TABCTL32.OCX file is missing" so, how can i resolve this problem plz help me.....
Thanks
Printable View
Hi Guys GM..
I created vb6 .exe file. and this file i am trying to open in Windows 7 , but it shows error like "TABCTL32.OCX file is missing" so, how can i resolve this problem plz help me.....
Thanks
http://www.ocxdump.com/download-ocx-.../download.html
Place in your app folder or system directory and register the dll or ocx file.
On registering those files, search the forum.
Do not put it in the application directory. This is a shared library meant to be deployed to System32 (SysWOW64 on 64-bit systems).
Create a proper setup package and you should not have any problem. The PDW that comes with VB6 should be fine.
Hi GM..
Sorry,, I am not getting...plz can u explain the steps how can i do??
Thanks..a lot for replay
This is covered in the VB6 documentation. An online version can be read at Distributing Your Applications. There is also some discussion in the FAQs here.
http://www.vbforums.com/showthread.php?t=315829