A ad Mar 14, 2006 #1 There is a MsgBox function in VB. Have there equivalent function or calss in c#?
T Tim Wilson Mar 14, 2006 #2 You can use the MessageBox class. MessageBox.Show(...); http://msdn.microsoft.com/library/d...lrfsystemwindowsformsmessageboxclasstopic.asp
You can use the MessageBox class. MessageBox.Show(...); http://msdn.microsoft.com/library/d...lrfsystemwindowsformsmessageboxclasstopic.asp
M Mattias Sjögren Mar 14, 2006 #3 There is a MsgBox function in VB. Have there equivalent function or calss in c#? Click to expand... System.Windows.Forms.MessageBox and its Show method. Mattias
There is a MsgBox function in VB. Have there equivalent function or calss in c#? Click to expand... System.Windows.Forms.MessageBox and its Show method. Mattias