William Ray 0 Newbie Poster

I am using VB.net 1.1

I have a usercontrol that needs to display properties in the propertygrid.

(1) It needs to group child properties under a parent property. (This is done in a class)
(2) It also needs to display a modal dialog form for setting specialized properties.
(3) I can do either/or but not both.

I have seen examples of both but none that do both at the same time.

William