-
Installation Problem
Hello i ve made a program in vb6 it works fine but when i ve done a setup file throu vb6 package and deployment wizard when i install my program on other computers it doesnt function properly..In some command buttons the icons are not shown and some command buttons when i click them they keep flashing like being clicked continuously and the program freezes... any idea?
on my computer works fine
-
Re: Installation Problem
Moved To Application Deployment
-
Re: Installation Problem
anyone to help? ive created an application in vb6 and used the pdw to create the setup and when i install it on others computers the above problems are appeared anyone to guide me to deploy my app correctly?
-
Re: Installation Problem
It is very hard to imagine how this is a deployment issue. Are you using some sort of 3rd party components in your program?
Can you create a tiny example that exhibits the same symptoms? Maybe one Form with one button on it that does this?
Personally I suspect some sort of gaucherie such as flawed subclassing is involved here.
-
Re: Installation Problem
Have you included all the files, references that your program accesses in the setup file? You must do that in order for your program to work correctly on other machines.