27-12-2007, 12:45 AM
Rather than having:
Why not have:
Because otherwise the loop will be bypassed if the form is maximized (windowstate = 2).
Or am I wrong?
Code:
If frmMirage.WindowState = 0 ThenWhy not have:
Code:
If frmMirage.WindowState 1 ThenBecause otherwise the loop will be bypassed if the form is maximized (windowstate = 2).
Or am I wrong?
