PDA

Click to See Complete Forum and Search --> : new line in my MessageBox..


daimous
Jun 27th, 2006, 03:35 AM
hi! how will i put a new line in my MessageBox..Becuase i want my message in 2 lines.. thanks in advance!!

wossname
Jun 27th, 2006, 06:28 AM
MessageBox.Show("Hello\r\nWorld!");

mendhak
Jul 1st, 2006, 11:03 AM
MessageBox.Show("plz giv" + System.Environment.NewLine + "c0d!");