Hello all,

I'm sure this has been asked before, but I had trouble finding a clear answer after some searching...

I'm attempting to convert a 2005 .Net Project from a windows app to a console app with the startup object being the user_form. However, where is the entry point to this form when being called from the console?

Would it be Form1_Load ? Also, coming from C and Java, how do the args come in? as an array or just a gigantic string? I thought in earlier VB's it was just a big string, but I am unsure in .net 2005

thanks much,

Paul