Getting a Form's Handle
Written by Eric Smith, Northstar Computer Systems LLC
Many API calls require the use of a window handle, or hWnd for short. If you need to pass a handle to the current form, use the hWnd property of the form. That will link the API call to the current form.
Keywords: [
VB API Programming
|
VB Forms
]
Publication Date: 8/9/2000, Last Update: 2/24/2010
|