I have just converted a project from VB 2003 to VB 2005 and the
LockWindowUpdat e no longer works!
Friend Declare Function LockWindowUpdat e Lib "user32.dll " (ByVal
hWndLock As Long) As Boolean
LockWindowUpdat e(Me.Handle.ToI nt32)
LockWindowUpdat e(0)
Any other ideas how to lock the window in VB 2005?
I have a tab control where I need to 'flick' between tabs in the background.
Seeing each page flash as it goes through is annoying.
Tried: SuspendLayout() with the form and tab control which didn't work.
LockWindowUpdat e no longer works!
Friend Declare Function LockWindowUpdat e Lib "user32.dll " (ByVal
hWndLock As Long) As Boolean
LockWindowUpdat e(Me.Handle.ToI nt32)
LockWindowUpdat e(0)
Any other ideas how to lock the window in VB 2005?
I have a tab control where I need to 'flick' between tabs in the background.
Seeing each page flash as it goes through is annoying.
Tried: SuspendLayout() with the form and tab control which didn't work.
Comment