VB.Net 2003
Win Form
I want to step through the first line of code, but can't find it.
Under my project's property pages, I have frmMain in the Startup object.
When I put a breakpoint on the frmMain.load sub procedure, then start F5,
other code runs then stops at my breakpoint.
I won't be able to get hold of the programmer who made this project for a
few days. How do I step through the very first line of code?
"Gary Chang[MSFT]" - 18 Apr 2006 08:34 GMT
Hi Mike,
>I won't be able to get hold of the programmer who
>made this project for a few days. How do I step
>through the very first line of code?
How about press the F11(Step Into) to start that VB.NET program?
I think the very first line of code would be that application's main
WinForm's New() sub procedure.
I hope the suggestions were helpful. If you have any other concerns, please
feel free to let me know.. It's my pleasure to be of assistance.
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.