HI, under VB 6 editor, you can return to last position by simpllly right-clicking and choosing "last position". Under .Net console, is there a way to do the same thing???? I am missing this feature so much!!!! Help please!
Printable View
HI, under VB 6 editor, you can return to last position by simpllly right-clicking and choosing "last position". Under .Net console, is there a way to do the same thing???? I am missing this feature so much!!!! Help please!
Try Ctrl+- see if that is what you want.
Press Control and the minus symbol together.
Also to help manage the space you can make your own regions:
#region " My Region "
#end region
Which makes the area inbetween collapsable.