Site MapHelpFeedbackUsing Collections
Using Collections


At the completion of this chapter, you will be able to...
  1. Create a Windows user control using inheritance from an existing control type.
  2. Add a new user control to a form.
  3. Add properties to a user control.
  4. Raise an event in a control class and write code to handle the event in a form.
  5. Create a new composite control by combining preexisting controls.
  6. Create a Web user control and add it to a Web page.










Advanced Programming VB.NETOnline Learning Center

Home > Chapter 11