Results 1 to 4 of 4

Thread: Const. Thread:

  1. #1

    Thread Starter
    Admodistrator |2eM!x's Avatar
    Join Date
    Jan 2005
    Posts
    3,900

    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

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Const. Thread:

    There was a huge attachment that was posted a little while back, try searching for it


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Const. Thread:

    Here, this is what I'm talking about

    http://www.vbforums.com/showpost.php...30&postcount=4


    Has someone helped you? Then you can Rate their helpful post.

  4. #4
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    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
  •  



Click Here to Expand Forum to Full Width