#visualstudio

  1. T

    Question VS2022 Extension: How can I add multiple views in the main view of a toolwindow?

    I'm developing a Visual Studio 2022 ToolWindow extension using .NET 8. My extension needs to display multiple views within the main view and switch between them when specific buttons are clicked. In a standard WPF application, I would handle this using UserControls and simply switch them in a...
  2. Automation23

    Resolved Establishing database connection with a using statement c#

    Hello everyone! I have two separate methods that open the connection and close it. But I need to implement a using statement. How can I establish the connection with a ‘using’ statement, so then I can implement database methods, validate the results, and then close/dispose the connection...
Back
Top Bottom