|
-
Jun 21st, 2010, 11:18 PM
#1
Thread Starter
Addicted Member
TABCTL32.OCX file Missing...
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
-
Jul 10th, 2010, 04:02 PM
#2
Hyperactive Member
Re: TABCTL32.OCX file Missing...
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.
-
Jul 10th, 2010, 04:57 PM
#3
Re: TABCTL32.OCX file Missing...
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.
-
Jul 11th, 2010, 12:39 AM
#4
Thread Starter
Addicted Member
Re: TABCTL32.OCX file Missing...
Hi GM..
Sorry,, I am not getting...plz can u explain the steps how can i do??
Thanks..a lot for replay
-
Jul 11th, 2010, 09:18 AM
#5
Re: TABCTL32.OCX file Missing...
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|