G
Guest
Here is some old code that was used to lock a control. Dot Net does not seem to like the AnObj.hwnd. Any suggestions on how to fix this. Thank
Public Sub LockControl(ByRef AnObj As Object, ByRef LockIt As Boolean
If LockIt The
api.LockWindowUpdate(AnObj.hwnd
Els
api.LockWindowUpdate(0
AnObj.Refresh(
End I
End Sub
Public Sub LockControl(ByRef AnObj As Object, ByRef LockIt As Boolean
If LockIt The
api.LockWindowUpdate(AnObj.hwnd
Els
api.LockWindowUpdate(0
AnObj.Refresh(
End I
End Sub