70 pts.
 Diff B/w MsgBox() And MessageBox() in VB.NET 2005
HI, iam new to vb.net 2005, i just want to know the difference between the Msgbox & Messagebox(). I Want to know which is more optimized onw when we are using vb.net 2005.

Software/Hardware used:
ASKED: August 19, 2008  4:53 AM
UPDATED: February 26, 2010  8:34 AM

Answer Wiki:
I would use MessageBox() if you are new. It is the 'trendier' .net version of this command. Msgbox() is in there mostly for the VB6 programmers, but it will work. There is no real difference between them as far as Im aware - matter of preference. Im sure I will be corrected if Im wrong...
Last Wiki Answer Submitted:  August 21, 2008  6:28 am  by  Babbler   15 pts.
All Answer Wiki Contributors:  Babbler   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

It doesn’t really matter, – I use MsgBox as it is quicker to type!

VB Box

 85 pts.