jcardana
Old to VB6, New to VB.NET
I have my code broken down into Regions... Form Events, Form Controls(Menus, Buttons, FileLists) and Routines and Functions.
When I click on a control or use the pulldown menus, the new code block is placed either in the middle of my Functions block or at the end of the entire file.
Isn't there a way to tell VS2022 to add the code block where the cursor is?
Thanks for your time,
Joe
When I click on a control or use the pulldown menus, the new code block is placed either in the middle of my Functions block or at the end of the entire file.
Isn't there a way to tell VS2022 to add the code block where the cursor is?
Thanks for your time,
Joe