Replacement for the VB VScroll and HScroll controls that:
(a) Doesn't get the nasty flashing effect
(b) Allows a Max value as a long, not an integer
(Note: This uses subclassing - :. if you press END in your VB environment it will crash)
Replacement for the VB VScroll and HScroll controls that:
(a) Doesn't get the nasty flashing effect
(b) Allows a Max value as a long, not an integer
(Note: This uses subclassing - :. if you press END in your VB environment it will crash)
Last edited by Merrion; Nov 16th, 2009 at 11:28 AM. Reason: Removed old code