Results 1 to 3 of 3

Thread: CONST value

  1. #1

    Thread Starter
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524

    Thumbs up CONST value

    hmm... after that Msgbox tricks,
    Now, to continue that, I need to ask some question.

    How to set the value at below declaration ?

    VB Code:
    1. Private Const MB_ICONINFORMATION As Long = &H40&
    2. Private Const MB_ABORTRETRYIGNORE As Long = &H2&
    3. Private Const MB_TASKMODAL As Long = &H2000&

    I got it from :
    http://www.mvps.org/vbnet/index.html...ageboxhook.htm

    I confuse with that &H40&, &H2&, &H20000&

    How can we know that MB_ICONINFORMATION = &H40& ???
    How can we know that MB_ABORTRETRYIGNORE = &H2& ???
    etc....

    Nd How about for :

    MB_YESNO ?
    MB_ICONQUESTION ?
    etc.....

    someone know the value ? or at least how to find the value of that things....


    ____________
    *** Wille ***

  2. #2

  3. #3

    Thread Starter
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524
    aiyaaaaaa

    I'm a fool.
    Just like that, nd I forgot about Win API.

    Thx again Martin.



    *** Wille ***

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