My first program runs fine on My friends, my fathers, and my own computer. It wont run on my fathers office computer. Why? I have a splash screen and a main form, the splash comes up but it locks up when attempting to Unload and show the MainForm!
Printable View
My first program runs fine on My friends, my fathers, and my own computer. It wont run on my fathers office computer. Why? I have a splash screen and a main form, the splash comes up but it locks up when attempting to Unload and show the MainForm!
Phil,
Logic dictates that you find out what the difference is between those computers where the program works and the one where it doesn't. Maybe a different OS? Also make sure that when it installs, it copies all the Runtime files and DLL's needed.
Mycomputer is windows 98a and the other computers are windows 95a/b. It wont work on another computer with Win98a. It seems that it locks up when trying to load the Main form. It worked the first time I tried and then I added some OCX files, It might be my HLink.ocx file. I use HLink for in program HyperLinks, I dont know how do make a code myself to open the current default browser!
How are you attempting to install your program. VB Setup or Package and Deployment Wizard, InstallShield, manuallY?
------------------
Marty
Can you buy an entire chess set in a pawn shop?
I am useing the VB5Pro Setup Wizard, that come with it, Im alos looking for a more customizable setup wizard
Make sure it has the same run time files.
Or it might have some kind of protection program that is blocking a function.
------------------
DiGiTaIErRoR