Custom control appearence

  • Thread starter Thread starter R A
  • Start date Start date
R

R A

Hi,

I have a custom control I designed in c#.
When I place the control in a form, it doesn't have an option to change its
border. I would like it to have a 3d border so that it will look nice as
other windows controls. How can I do that? A sample would help alot.



Thanks,
Ronen
 
Couldn't you just make a groupbox around your homemade control (the one you
made in c#) ?

:-) Benne
 
Back
Top