1 Attachment(s)
[RESOLVED] Line numbering issue. Timer?
Hello!
Well the question is if there is a better way of handling this... (project attached)
it's just a test from a useful line numbering method i found... the problem was when u scrolled the rich texbox the line numbering didn't change till u set the focus onto the rich textbox so what i did was just set a timer to call the draw numbers event every 1 ms...
I thought about getting the scrollbar change event to... but i have no idea how this could be done...so...
my question is: Is there a better way of doing this?
Thx in advance!!
Re: Line numbering issue. Timer?
Here is a sample project that actually works so compare yours to that thing.
Re: Line numbering issue. Timer?
Ok i'm really really pleased! thx!!
btw mine actually works too :P
bb!
Re: Line numbering issue. Timer?
Quote:
Originally Posted by VB<3er
btw mine actually works too :P
I'm sure it does - I just didn't have a chance to look at it.
Re: [RESOLVED] Line numbering issue. Timer?
hehe np man...
thx again!