Modifying the User Interface Forms (Windows Embedded CE 6.0)
1/6/2010
If you want to modify the plug-in user interface so that the data is displayed in the Remote Tools Shell using a different layout, you can modify the user interface forms.
To do this, in the desktop-side file called MyView.cs, modify the form and the code so that the form contains the desired layout and set of Windows Form elements, and that the desired data is displayed in those elements. For information about these elements, see the Visual Studio documentation.
For information about modifying the data that the plug-in receives from the device for display, see Modifying Data Sent Between Desktop and Device Components.
See Also
Other Resources
Modification of a Plug-in Project Created Using the Project Wizard
Remote Tools Shell