Here’s what we'll try to do:

 

  1. experiment with the mouseenter / mouseleave events – making the button highlight when you roll over it
  2. explain why you use custom controls
    1. for “embedding information”
    2. for common look and feel
  3. create a custom button as a new project, add it to the toolbox and then to the form which highlights when you’re over it
    1. how
    2. why this is useful
  4. create a custom button as a new class and added it programmatically (actually, add 5 with a for loop) on the form_load event
    1. how
    2. why this is useful