I've searched MSDN, Google, and Yahoo for this, asked people, but still haven't really got anything.
What I'm trying to do is figure out how to create a new line (i.e.: In C++, \n makes a new line). But can't find out how to do it.
I've also searched the help document that comes with Visual Studio .NET (the one that FIRST gave us).
If anyone knows how/if it is possible to do, please tell me.
[Edit: Also, how would you load another form?
EX: In VB6, you do
PHP Code:
*form name here*.visible = true
How do you do it in VB .NET? ]