Results 1 to 3 of 3

Thread: MsgBox vs. MessageBox.Show

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Thailand
    Posts
    221

    MsgBox vs. MessageBox.Show

    What is the different between MsgBox and MessageBox.Show in VB.Net?

    Thank you,
    Teeravee Sirinapasawasdee
    Gestalt IT Consulting Group
    Growth Your Business With e-Process

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    MsgBox is old school.

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