Stop flickering
The following is reprinted for archival purposes from Gary Beene's Information Center, with permission from Mr. Beene himself.
Declare Function LockWindowUpdate Lib "user32" ( ByVal hwndLock As Integer ) As Integer
Form1_Load()
'While loading a form
LockWindowUpdate frmTest.hWnd
'show it
fromTest.show
'Unlock
LockWindowUpdate 0
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.