I have created an Exe by ue File-> make Prject.exe...
but whe i try to open (double click / Press Enter key) the Exe file is not opening / running..But when i USe Run-> start with Full compile..it runs ..
Why is the Exe not running..please help..
Printable View
I have created an Exe by ue File-> make Prject.exe...
but whe i try to open (double click / Press Enter key) the Exe file is not opening / running..But when i USe Run-> start with Full compile..it runs ..
Why is the Exe not running..please help..
what vb-code u have written ?
Have you used a Manifiest file to apply XP Visual Style to your application?Quote:
Originally Posted by Kuamr
No manifiest files...
the code works fantastic in the VB IDE mode...when i press f5..the login screen appears..and then the user is validated and then log sin the system and so on.......
the application sworks...fine..this way..
but only when i make an exe of this file ..and try to open it..it does not open...neither it gives me any type of error..
Can you attach your program in a zip file (DO NOT include the exe. I will make my own.)
try to put some message boxes to see where you are hanging. Like before connecting to any DB (If there is one) "Connecting to DB" ,then after connecting "DB Connected", until you get to the code where your first form is loaded.
Since you cant step through the EXE, this way you can find where you might have hanged.
:wave:
If you open up Task Manager after doubling clicking on it, do you see it listed?