guyfromfl Posted March 25, 2007 Share Posted March 25, 2007 i need help putting the text of a messagebox on 2 lines (put a carriage return in the messagebox text at a certain point) strPart1ofText & <cr> & strPart2ofText thanks Quote Link to comment https://forums.phpfreaks.com/topic/44256-solved-vb2005-msgbox/ Share on other sites More sharing options...
Tyche Posted March 27, 2007 Share Posted March 27, 2007 Use the vbCRLF constant - this should put a line throw between each string message = strPart1ofText & vbCRLF & strPart2ofText Quote Link to comment https://forums.phpfreaks.com/topic/44256-solved-vb2005-msgbox/#findComment-216068 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.