Template:PT3 CSHARP WIN VS 2: Difference between revisions
From Phidgets Support
(Created page with "<div class="phd-slide-deck" data-deck="PT3_CSHARP_WIN_VS_2"> <div class="phd-slide-deck-header"><h3>Visual Studio New Project</h3></div> <div class="phd-slides"> <div class="p...") |
No edit summary |
||
Line 5: | Line 5: | ||
<h2>Setting up a New Project</h2> | <h2>Setting up a New Project</h2> | ||
<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/ | |||
</div> | </div> | ||
Line 15: | Line 13: | ||
<h2>Setting up a New Project</h2> | <h2>Setting up a New Project</h2> | ||
<p>Next, right-click on <b>References</b> in the solution explorer and choose <b> | <p>Next, right-click on <b>References</b> in the solution explorer and choose <b>Manage NuGet Packages</b>.</p> | ||
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/ | <div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/refs.png"></div> | ||
</div> | </div> | ||
Line 23: | Line 21: | ||
<h2>Setting up a New Project</h2> | <h2>Setting up a New Project</h2> | ||
<p>On the following screen, click <b>Browse | <p>On the following screen, click the <b>Browse</b> tab and use the search bar to find Phidget22.NET.</p> | ||
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/nuget1.png"></div> | |||
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/ | |||
</div> | </div> | ||
Line 33: | Line 29: | ||
<h2>Setting up a New Project</h2> | <h2>Setting up a New Project</h2> | ||
<p> | <p>Next, install the latest stable version Phidget22.NET</p> | ||
<div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/nuget2.png"></div> | |||
< | <p>Success! The project now has access to Phidgets. You can confirm it was installed properly by checking the References:</p> | ||
> | |||
< | <div class="phd-lazy-image" data-src="https://www.phidgets.com/decks/PT3_CSHARP_WIN_VS_2/refs2.png"></div> | ||
</div> | </div> | ||