|
Subject:
|
Display integer Value in MessageBox
|
|
Posted By:
|
iceonfire
|
Post Date:
|
9/14/2006 5:48:27 AM
|
Hello frind,,
Plz help me how would i display the Integre value in the MessageBox in VC.NET
Thakx
|
|
Reply By:
|
agrath
|
Reply Date:
|
10/10/2006 1:01:19 AM
|
What language are you coding in?
I would use MessageBox.Show((String)IntegerVariable) in C# but only for debugging.
|
|