I created a user control consisting of two nested panels.
My question is how can I get my user control to accept controls that are
dropped into it ( one of its nested panels ) at design time.
Thanks in advance
--
Richard Moore
---------------------------------------
Aquila Cybernetic Ltd
Probably the cheapest UK computer shop on the web
http://www.e-aquila.com/products/products.asp
---------------------------------------
Seems you have to change the designer that the user control uses at design
time.
Inserted the following line before the class declaration and it all worked
<Designer(GetType(ParentControlDesigner))> _
--
Richard Moore
---------------------------------------
Aquila Cybernetic Ltd
Probably the cheapest UK computer shop on the web
http://www.e-aquila.com/products/products.asp
---------------------------------------
"Richard Moore" <ric...@nospam.aquila.to> wrote in message
news:ePkVxki2...@TK2MSFTNGP09.phx.gbl...