|
-
Nov 22nd, 2002, 09:47 PM
#1
Thread Starter
Fanatic Member
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:
Private Const MB_ICONINFORMATION As Long = &H40&
Private Const MB_ABORTRETRYIGNORE As Long = &H2&
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 ***
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
|