Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Private Dialogs in Public classes

Status
Not open for further replies.

techsmith

MIS
Jun 27, 2003
114
GB
I'm trying to build a file export component that uses either properties for the export settings or a dialog form.

My problem is that I'm not sure how to best code the dialog so that it doesn't appear as a class available outside the export component.

I'm quite keen to get this right as I want to adopt the same approach for other controls/components.

Any ideas.
 
make it protected.

Christiaan Baes
Belgium

I just like this --> [Wiggle] [Wiggle]
 
Thanks Chrissie, so simple - I've already got lots of ideas for using protected classes within classes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top