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
|