|
-
Jun 5th, 2003, 03:15 PM
#1
Thread Starter
Addicted Member
MsgBox vs. MessageBox.Show
What is the different between MsgBox and MessageBox.Show in VB.Net?
Thank you,
-
Jun 5th, 2003, 03:34 PM
#2
MessageBox.Show is the proper .NET way. MsgBox is part of the Microsoft.VB namespace that was thrown in at the last minute for those people that whined that VB.NET was too different. Do not expect the Microsoft.VB classes to be supported in the future, so avoid it if you can.
-
Jun 6th, 2003, 07:34 AM
#3
Fanatic Member
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
|