vb6

enable mousewheel in ide

Mouse wheel events do not work in the Visual Basic 6.0 IDE

last position

  • Last Position: Ctl + Shift + F2
  • Definition: Shift + F2

Thanks

non-short-circuiting operators

And and Or do not short-circuit, and rather both sides of the expression will be evaluated always;

Comparison with Non-Short-Circuiting Operators