|
-
Mar 5th, 2004, 10:24 AM
#1
Thread Starter
Member
Listview's hWnd
I need to get the hwnd of a listview control, but it doesnt have a .hwnd property... how would I get it? :/
-
Mar 5th, 2004, 01:36 PM
#2
Sleep mode
-
Mar 5th, 2004, 02:20 PM
#3
Thread Starter
Member
Tried that, but I get another error then. I ain't at work at the moment, so I will let you know what it says tomorow.
-
Mar 5th, 2004, 06:01 PM
#4
Hi.
Handle is returned as an IntPtr.
If you are going to use this with an API function or similiar use Listview.Handle.ToInt32, or change the declaration of the function to accept an IntPtr instead of Integer.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Mar 5th, 2004, 06:32 PM
#5
Thread Starter
Member
That sounds like the answer, cheers.
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
|