Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

code on more than one line

Status
Not open for further replies.

piofenton

Instructor
Jul 12, 2002
33
IE
How can I write a really long line of code so that it appears on more than one line using C sharp on Visualstudio.NET?
Thanks.
 
MessageBox.Show(
this,
"This is my text",
"My Caption",
MessageBoxButtons.OkOnly);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top