Template:PT3 CSHARP WIN VS 2: Difference between revisions

From Phidgets Support
No edit summary
No edit summary
 
Line 7: Line 7:
<p>Create a new project (a C# Console Application will be created for this example):</p>
<p>Create a new project (a C# Console Application will be created for this example):</p>


<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/-x400/50/create.png"></div>
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/-x350/50/create.png"></div>
</div>
</div>



Latest revision as of 19:38, 3 January 2025

Setting up a New Project

Create a new project (a C# Console Application will be created for this example):

Setting up a New Project

Next, right-click on References in the solution explorer and choose Manage NuGet Packages.

Setting up a New Project

On the following screen, click the Browse tab and use the search bar to find Phidget22.NET.

Setting up a New Project

Next, install the latest stable version Phidget22.NET

Success! The project now has access to Phidgets. You can confirm it was installed properly by checking the References:

What's Next?

Now that you've set up Phidgets in your programming environment, you should read our guide on Phidget Programming Basics to learn the fundamentals of programming with Phidgets.

«
»