|
-
Apr 17th, 2000, 04:29 AM
#1
Thread Starter
Member
I just bought this book that for VB developers and the Win32 API. It is a good book that explains alot of API's and thier declarations. However, what it doesnt tell you is what the parameter values should be set to.
i.e. for the SetWindowPos API the give the vb declaration:
Private Declare Function SetWindowPos Lib "user32" (ByVal _
hwnd As Long,
ByVal hwndInsertAfter As Long, _
ByVal X As Long, _
ByVal Y As Long, _
ByVal cx As Long, _
ByVal cy As Long, _
ByVal wFlags As Long) As Long
But they do not tell you how to set the flag SWP_NOZORDER. Does anyone know of a good resource that will list them. I mainly need the 'SWP_' flags and the 'HWND_' flags. I hope my question is understandable. Thanks for any help.
JK
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
|