hi Guys, I would like to ask if anybody know a way to wait for a windows to fully paint all of it control before we can take an action.
For example, , i have a pop up message windows. I want to wait for that windows paint all of its control.
Printable View
hi Guys, I would like to ask if anybody know a way to wait for a windows to fully paint all of it control before we can take an action.
For example, , i have a pop up message windows. I want to wait for that windows paint all of its control.
Try calling DoEvents before you pop the message.
oh, i forget to say it's an external windows. I beleive Doevents only paint your current app.