Search:

Type: Posts; User: ErosOlmi; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    17,956

    TBGL module from Petr Schreiber primo catched :) ...

    primo catched :)

    http://www.thinbasic.com/community/project.php?issueid=497&filter=all#note2833
  2. Replies
    10
    Views
    17,956

    TBGL module from Petr Schreiber Please do not use infinite loops otherwise script...

    Please do not use infinite loops otherwise script will continue to run (as a process) even if the main window is closed.

    Correct loop would be something like:

    While IsWindow(hWnd)
    ...
    Wend
    ...
Results 1 to 2 of 2