I'm beginner for API Conversion from vb to vb.net.In vb6 they using user32 DLL.In Vb.Net i need to call LockWindowUpdate Function() without that "User32.dll" function.
Is there any way to Lock window state without using any API Calls in vb.net..?
If equivalent is any one know let me show that codes.that codes should be work with in .net framework.
VB
Private Declare Function LockWindowUpdate Lib "user32"
(ByVal hWnd As Long) As Long
LockWindowUpdate Form1.hWnd