I'm pretty sure you can use a character code to include a carriage return between each portion. In VBA, it is something like chr(13). I am thinking it is similar in VB6 - check it out.
?
2016-05-19 08:14:22 UTC
2 ways to do this:- - Go into your project properties from the VB main menu and change your project name (this is probably a good idea anyway) - pass more parameters to the msgbox command, you can set most things on it - see the VB help for the exact parameter list.