Happy New Year!!
In VB5 & VB6, one could select Procedure View or Module View.
How can this be done in VB.Net?
Thanks,
Ken
Printable View
Happy New Year!!
In VB5 & VB6, one could select Procedure View or Module View.
How can this be done in VB.Net?
Thanks,
Ken
the way the code is organized it wouldnt be logical to change it
Yes, it would be logical to change it.
When I use the slider bar to move down thru the code, I want the lowest position of the slider to be at the end of the code within the routine I'm viewing, not the at end of the entire program.
Ken
But, you could use the hot keys to move around just as easily.
<ctrl><Page down> will move the cursor to the beginning of the next subroutine, <ctrl><Page Up> to the beginning of the current sub.
I don't think there is this code pane view mode in .net like in vb6.