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 ***