If your program is just sitting there waiting for imput....why are you using DoEvents ??Quote:
Originally posted by Filter300
my issue is a little different. its when my form is just sitting and waiting for the user to do somthing... if they move the mouse over a command button or the maximise minimise buttons my lables flicker.. and these are static labels so nothing will change anyway....
Only time I use DoEvents is in loops to give the user a chance to cancel(just started using GetInputState) and give Windows a chance to do things.
