MessageBox And MsgBox
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Ever notice that the MessageBox does not have the XP look while the MsgBox does? Anybody know how to do this?
-
Ever notice that the MessageBox does not have the XP look while the MsgBox does? Anybody know how to do this?
-
AFAIK, MsgBox is essentially a call to MessageBox.Show It just defaults some parameters like caption, etc.
"if you vote me down, I shall become more powerful than you can possibly imagine" - Michael P. Butler.
Its a separate class, included jst for backward compatibility to VB6 developers.