|
-
Jun 26th, 2005, 01:16 AM
#1
Thread Starter
Admodistrator
Const. Thread:
Im hoping we can get a big thread going here with all the constants.. Ive looked around for a while, and it makes me angry when i cant find them. Please only post once, and edit it if you get more. Ill list a few ive gotten:
Code:
Const MK_LBUTTON As Long = &H1
Const WM_SETTEXT = &HC
Const WM_DESTROY = &H2&
Const WM_GETTEXT = &HD
Const WM_QUIT As Long = &H12
Const WM_GETTEXTLENGTH = &HE
Const WM_LBUTTONDOWN = &H201&
Const WM_CLOSE = &H10
Const WM_CHAR As Long = &H102
Const WM_LBUTTONUP As Long = &H202
Const HWND_TOPMOST = -1
Const SWP_NOSIZE = &H1
Const SWP_NOMOVE = &H2
Const SWP_NOACTIVATE = &H10
Const SWP_SHOWWINDOW = &H40
-
Jun 26th, 2005, 05:31 AM
#2
-
Jun 26th, 2005, 05:32 AM
#3
-
Jun 27th, 2005, 06:51 PM
#4
Re: Const. Thread:
By the way... I made that API file...
I made it when I made my API Add-In for Visual Basic, wich you will find it here:
API Add-In for Visual Basic
But the link to the file was broken for a while because I turned off my web-server becasue some people were abusing my server (trying to hack in it).
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
|