Originally posted by Mc Brain
Well... that puts things into perspective. Well, I guess the only solution (if no API exists) would be to create your own textcontrol.... for your custom control. That would be weird: A custom control, for your custom control.
Doh!!

Umm that sounds like waaaayyyyyyy to much hard work lol

I might have a solution already though

I have found an api that counts number of lines in a textbox and one that tells you what line you are on

I might combine the two api methods to create a scroll effect and have a vbcrlf trap routine which fires if i have a multiline property set to false

This then brings me to my next question.

Does anyone have any experience with creating custom scrollbars??