Shared Phidgets Hello World
<< Back to the SharedPhidgets page
What you will learn in this tutorial:
The Hello World program shows you the most simply application that can be developed with the toolkit, and demonstrates the functionality and general steps to create a SharedPhidgets application.
Download source: SharedPhidgetsExample_HelloWorld.zip The zip file contains the program code of this example. |
Overview
- Create a new Windows C# application in VisualStudio.NET
- Use the ConnectionManager for connecting to the server
- Use the PhidgetManagerSkin to get an overview of all registered shared Phidgets
- Finished! Compile the application and have fun!
Step-by-step in detail
1) Open VisualStudio.NET, click New Project, select a new C# Windows application, enter the name of the project (SharedPhidgetsExample_HelloWorld) and confirm the dialog.

2) Now we click on the SharedPhidgets toolbox on the left side of the VisualStudio window, select the ConnectionManager object and click on your Windows form.

Then change the SharedDictionaryURL property of the Connection Manager to the address of the server:

3) Drag a new Phidget Manager object to your form.

4) Compile your application:

The following window will appear, where you can see all the connected Phidget devices of the SharedPhidgets server:

That's it, your first 'Hello World' SharedPhidgets application is finished! Now you can continue with the other simple example programs, so see for example how to use a servo or interface kit.