Skip to main content

Creating a new solution in Microsoft Visual Studio

Do the following:

  1. Open Microsoft Visual Studio (2010) and create a New Project.
  2. Select Other Languages -> Visual C# -> Windows -> Windows Forms Application.
  3. Use .NET Framework 4.

  4. Name the project.

    The recommended format for the name is Qv<YourSource>Connector. For example, QvEventLogConnector.

  5. Select your preferred Location
  6. Click OK.

Your project is now created. The next step is Adding QvxLibrary to your solution.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!