Microsoft
Software
Hardware
Network
Question : how do I go to the next line on message box
I have vb6. I have the following messagebox:
"The following students need attention: Mike, Sam, Gary"
How can I make the message box output like this
"The following students need attention:
Mike
Sam
Gary"
Answer : how do I go to the next line on message box
"The following students need attention: " & vbCrLf & "Mike" & vbCrLf & "Gary"
Random Solutions
ORA-00701: object necessary for warmstarting database cannot be altered
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Carrier Unlock for iPhone 3GS iOS 4.0.1 (8A306)
Excel - Find nearest words for top ranked (text mining)
Teradata Where Clause - Limit date to this month
server 2008 capacity
Batch printing word document to non-default printer
User.isInRole always return false
How to hide a dummy date value.
Must I upgrade Xcode 3.2.3 to 4? why? how?