Results 1 to 7 of 7

Thread: EXE not running

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    256

    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!

  2. #2
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    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

  3. #3
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: EXE not running

    Quote 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?

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    256

    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!

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: EXE not running

    Can you attach your program in a zip file (DO NOT include the exe. I will make my own.)

  6. #6
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    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.
    IIF(Post.Rate > 0 , , )

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width