A
Andrew Ketley
Does anybody know any good ways of scrolling a TextBox in code? I have been
using the SelStart property to move the cursor around, but as SelStart takes
an Integer argument, it's not a lot of help if you have more than 32768
characters in the TextBox - which I frequently do.
I'm using Access 2002 under XP SP2. The help entry for SelStart states that
the property takes a Long, but I always get an error with values larger than
an Integer.
using the SelStart property to move the cursor around, but as SelStart takes
an Integer argument, it's not a lot of help if you have more than 32768
characters in the TextBox - which I frequently do.
I'm using Access 2002 under XP SP2. The help entry for SelStart states that
the property takes a Long, but I always get an error with values larger than
an Integer.