I have written a vb executable that uses a data grid and ado control, when I run the exe on a desktop it crashes with a missing .ocx error, I'm guessing I need to write an install file... any ideas?
Printable View
I have written a vb executable that uses a data grid and ado control, when I run the exe on a desktop it crashes with a missing .ocx error, I'm guessing I need to write an install file... any ideas?
it shouldn't crash on the same computer that you wrote the proggie on. but when it crashes on the other computer yes you need an install or just copy all ocx's and dll's onto that comp and register them,
visual studio comes with installation wizard proggie that will create setup to you....
use the Package & Deployment Wizard that comes with Visual Studio 6, or get a setup tool like Wise For Windows installer.