Hi all,
I've created a user control that acts as a header for my forms onto which I can drop heading labels etc. This uses a custompanel control that inherits from panel and allows you to add curved corners, color gradients etc. I've used this in the past without any problem.
I want to use my header user control on forms, then drop a label, picture box etc onto it. The problem I'm having is that in designer I get the 'no drop' symbol and cannot add the label, button or whatever onto the user control. I've tried changing the modifiers to public to see if it relates to this, but so far no joy.
Can anyone suggest how I might accomplish this?
Thanks
I've created a user control that acts as a header for my forms onto which I can drop heading labels etc. This uses a custompanel control that inherits from panel and allows you to add curved corners, color gradients etc. I've used this in the past without any problem.
I want to use my header user control on forms, then drop a label, picture box etc onto it. The problem I'm having is that in designer I get the 'no drop' symbol and cannot add the label, button or whatever onto the user control. I've tried changing the modifiers to public to see if it relates to this, but so far no joy.
Can anyone suggest how I might accomplish this?
Thanks