sleep(0)

  1. MitchBu

    Android Question Sleep(0) unexpected side effects, instead of DoEvents

    In my code, I have this loop, which runs until the user has entered his name and password: Do While DialogComplete = False DoEvents Loop Immediately after that, I fill the menus. But I don't want that before the proper login has taken place. Following recommendations, I...
Top