.Net - Data Access
Modifier - August 25, 2008 at 18:00 PM by Amit Satpute
Define Data Access Modifier.
Access Modifiers or Access specifiers provide a class, a variable or a function
with accessibility. It means that they govern who can access them.
Common controls: textbox, button etc
Containers: Controls to group other controls, e.g.: GroupBox, Panel etc.
Menus & toolbars: various menus, toolstips.................
a. Create a windows form called the basewindow
b. Add a menu bar on this form
c. Right click on the solution explorer and select add new item................
Trace listeners are objects that are used to receive store and route tracing
information. The trace listener decides the final destination where the tracing
information is routed to. ..............
|