1.

Explain the Mouse Events in VB.NET?

Answer»

In VB.Net, there are two TYPES of events - Mouse events and KEYBOARD events. Mouse events happen through the actions, such as mouse MOVE and CLICK, on a form. These are mouse events in VB.Net:

  • MouseEnter
  • MouseUp
  • MouseDown
  • MouseWheel
  • MouseHover
  • MouseLeave
  • MouseMove


Discussion

No Comment Found