|
-
Aug 27th, 2007, 03:57 AM
#1
Thread Starter
Hyperactive Member
EXE not running
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..
 If an answer to your question has been helpful, then please, Rate it! 
-
Aug 27th, 2007, 04:36 AM
#2
Fanatic Member
Re: EXE not running
what vb-code u have written ?
WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST 
-
Aug 27th, 2007, 06:13 AM
#3
Re: EXE not running
 Originally Posted by Kuamr
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..
Have you used a Manifiest file to apply XP Visual Style to your application?
-
Aug 27th, 2007, 07:24 AM
#4
Thread Starter
Hyperactive Member
Re: EXE not running
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..
 If an answer to your question has been helpful, then please, Rate it! 
-
Aug 27th, 2007, 08:16 AM
#5
Re: EXE not running
Can you attach your program in a zip file (DO NOT include the exe. I will make my own.)
-
Aug 27th, 2007, 08:16 AM
#6
Frenzied Member
Re: EXE not running
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.
-
Aug 27th, 2007, 08:59 AM
#7
Re: EXE not running
If you open up Task Manager after doubling clicking on it, do you see it listed?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|