|
Rank: Member Groups: Member
Joined: 9/17/2008 Posts: 13
|
I can't get the control builders to appear in Visual Studio 2008. The only application that I've seen that configures your controls any more than the standard VS dialogs is the Menu Builder, but that doesn't seem cover the TreeView control or HTML editor. How to do open them in Visual Studio?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to add them to your Visual Studio's toolbox first: http://doc.essentialobjects.com/library/1/installationanddeployment/install.aspxOnce you have them in the toolbox, you would simply drag and drop the control from your toolbox to your form. Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/17/2008 Posts: 13
|
I've done that and I can drag and drop them into the forms. Is that that the extent of the integration? I thought there was wizard-like program for configuring them. Am I incorrect?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
There are. You need to right click the control to "edit" it. For example, if you right click the Grid you should see "Edit Grid..." in the context menu.
|
|
Rank: Member Groups: Member
Joined: 9/17/2008 Posts: 13
|
Great, thanks! It never occurred to me to check in the Design view, I usually work strictly in code.
|
|