Different types of windows control in .NET

Explain the different types of windows control you can create in .NET

- Common controls: textbox, button etc
- Containers: Controls to group other controls, e.g.: GroupBox, Panel etc.
- Menus & toolbars: various menus, toolstips
- Data: dataset, datagridview, BidnignSource
- Components: Special components for special needs, e.g.: timer, directory searcher, file system watcher.
- Printing: for printing e.g.: PrintDialog,Page setup,, PrintDocument etc.
- Dialogs: various dialogboxes, e.g.: colorDialog, FolderBrowser etc
- WPF Interoperability: provide a ElementHost control for WPF.
- Reporting: reportviewer controls

How to build a composite control - C#.NET
Explain how to build a composite control - Steps to create a Composite control:..
How to license your control - C#.NET
Explain how to license your control - Create Activex Control that needs license at runtime: Assume control...
What are Strong Named Assemblies? Explain steps to create them - C#.NET
What are Strong Named Assemblies? - They are the assemblies which can be uniquely identified by attaching the strong name to the dll name...
Post your comment