Creating a new solution in Microsoft Visual Studio
Do the following:
- Open Microsoft Visual Studio (2010) and create a New Project.
- Select Other Languages -> Visual C# -> Windows -> Windows Forms Application.
-
Use .NET Framework 4.
-
Name the project.
The recommended format for the name is Qv<YourSource>Connector. For example, QvEventLogConnector.
- Select your preferred Location
- Click OK.
Your project is now created. The next step is Adding QvxLibrary to your solution.