Results 1 to 2 of 2

Thread: Application different behaviour when started from the IDE and from the executable

  1. #1
    Guest

    Post

    I'm programming with VB 5.0 an MDI application. Consider next strange behaviour:
    timers added to the MDI main window stop working when a message box pops up, if the application is run from the Programming Environment; the same timers keep on working (when the same message boxes pop up), if the application is started from the executable.
    Can anybody explain this behaviour?
    Thank you!

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    It is not strange. Timer event won't fire if the MessageBox is poped up.

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


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