Welcome to Phrogram Sign in | Join | Help


Re: Minimize Programs = death?

  •  11-23-2006, 7:08 PM

    Re: Minimize Programs = death?

    Tight loop are an issue for a lot of languages because they don't give the PC enough time to process background jobs, this is the reason for commands like DoEvents() in Phrogram and VB, if you put a DoEvents in the tight loop usually this will solve the issue because it forces Background events to run.

    Thanks and have fun 

     

View Complete Thread