![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Posts: 2
Rep Power: 0
![]() |
Hwnd
What does HWND do?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
In what context? HWND is a C data type that marshalls to a Long under visual basic, representing a unique numerical identifier of a window or window object under windows. These are used under VB6 primarily when calling APIs to interact with windows, and can be discovered using API methods or the Hwnd property of form and other objects. For example, the first argument of the SendMessage API function is hwnd, used to determine which window you are referring to.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|