D
dragonslayer008
I need to make a custom control from scratch. Petzold's book
"Programming Microsoft Windows Forms a Streamlined Approach using C#"
derives from Control. But when I made a new "Windows Forms Control
Library" project, it derived from UserControl. So which should I use:
Control or UserControl and what is the difference?
"Programming Microsoft Windows Forms a Streamlined Approach using C#"
derives from Control. But when I made a new "Windows Forms Control
Library" project, it derived from UserControl. So which should I use:
Control or UserControl and what is the difference?