Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have create vb6 exe file. There have one form(.frm) and one Module(.bas)files.
In Form file, there have declare some API declaration Function & some write code in Form_Load event.
Another Module file, there have declare some API declaration Function & some write Public function which are called from Form label.

When this making EXE is run from another m/c where have not install VB6, then not run this EXE & Msg is shown ('Component COMCTL32.OCX' file is missing)
But this EXE run after VB6 installed that m/c.

How can i solved this type of problem??????
Please send me proper vb6 coding as early as possible...
I wait for you because it is impotent to me....
Posted
Updated 27-Oct-11 2:37am
v2

1 solution

You have to create a setup file using the package and deployment wizard see here :

http://www.digioz.com/tutorials/How_To_Create_Installer_In_Visual_Studio_6/Creating_an_Installer_Using_Visual_Studio_6.html
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900