Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yes, it is actually very simple. The easiest way is to just do the following:
1. Create a new component class
2. Name it the name you want your browse dialog to be
3. Change the inheritance of the class from Component to MicroFour.StrataFrame.UI.Windows.Forms.BrowseDialog
4. Once this is done, you will just double-click the BrowseDialog class from the Solution Explorer to open the designer and from that point forward you will just set the properties like you would if it were on a form. After this, just drop it on a form and go.
|