Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hi, Ive made a user control and it works great but the problem is that I dont want it to display on my form when I drag it in from the toolbox. I want it to be like how the timer control works where it doesnt have a gui, as apposed to how a label control works.

Im sure im just not seeing something silly.

Thanks :)
Posted

1 solution

You need to derive from Component rather than Control or UserControl

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900