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
How do I access RDWEB on SBS 2008 Domain?
Get Current selected link - apply css
Routing Between VLAN's on ASA 5505
Crystal Reports - Load report failed.
How do I delegate control to a user to ONLY remotely use Get-MessageTrackingLong cmdlet?
Password Protect Back End of an Access Database
Can I force reconciliation of old email after blackberry enterprise activation?
How do we use GPO (Group Policy) to REMOVE trusted sites from I.E. Trusted Sites Zone on workstations on a domain?
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
C# int with variable as part of int name