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
SCCM OSD deployment to Hyper-v R2
strange connection speed problem
what's different between SAP Crystal Reports and SAP Crystal Reports Server 2008?
Java Data Array Sorting Advice Needed
VPN Disconnects
swapfile location cannot be changed
How to redirect a subdirectory to an alternate server and retain original URL
DW & level of normalization
VFP 6 - Simple Grid on Form and run reports
What is the best GUI for MySQLfor Windows and why?