Use and customize of host of forms of Visual Studio 2005 in your applications .net
[30 mn of reading - published 6/6/2006 8:37:04 PM - Target : Confirmé]
|
   
|
Author
1 Preparation of the example
In this chapter, one will prepare the project C # net which will accommodate the example of this article. You will be able to find the complete code of the example at the end of this article. To start we will create new project Windows Application C # under Visual Studio 2005 which we will name for example "ConcepteurWindowsForms ".

On the form of the application, we will add a panel, a listbox and a propertyGrid as follows:

The panel, here out of orange, in the example will accommodate the surface of edition of the host. The listBox will play the role of Toolbox. The propertyGrid will post the properties of the components.
Then made a click right on the file "References" of your project then to select "Add reference…", then in the list of mitre "NET" to select "System.Design" to add the reference to the project.


In the next chapter one will begin the creation of the originator of form.
|