|
-
Aug 7th, 2005, 09:19 PM
#1
Thread Starter
Member
hWnd
How do I find the hWnd in VB.NET? It was me.hwnd in old VB
-
Aug 7th, 2005, 11:22 PM
#2
Re: hWnd
This question has been asked and answered very recently, and would also be fairly evident form a quick look at the help documentation for the Form class. It is Me.Handle in VB.NET, which is an IntPtr object. You can convert an IntPtr to an Integer if necessary by calling its ToInt32 method.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|