I have finally made the move to VB.NET (VS2008) and don't look back, however there are a few little annoyances that slow down development. VB6 had certain shortcuts that allow for quick navigation, problem is I can't find how to do this in .NET.
The following points are the shortcuts in VB6 i'm referring to. If someone can advise how to do them in .NET that would be great:
1) Hold the Shift key and double-click the form to go straight to it's code
2) When double-clicking on a control in the designer, it takes you to the code and creates a new event (unless an event for this control exists, then it takes you there). VB.NET seems to ignore existing events for the control and always creates a new default event like "_Click".
Thank you...
The following points are the shortcuts in VB6 i'm referring to. If someone can advise how to do them in .NET that would be great:
1) Hold the Shift key and double-click the form to go straight to it's code
2) When double-clicking on a control in the designer, it takes you to the code and creates a new event (unless an event for this control exists, then it takes you there). VB.NET seems to ignore existing events for the control and always creates a new default event like "_Click".
Thank you...
Last edited: