Re: displaying the line number
It may be a simple problem but...
I was wondering how to diplay what line number the cursor is on and then display this in the staus bar in Borland C++, so the user of the editor i have creted can see what line they need to goto, to correct any errors.
any help would be gratefully recieved
thanks
Re:displaying line numbers
Sorry if i was not clear before,
I have created a text editor to assemble asm files. I want the user to know what line of code they need to make their corrections on, when the list file i create gives any error message at line (say 120).
I want my editor to display (in the status bar i created) the different line numbers the user is on to be able to quickly go to the error. Just like normal assembler programs
I hope that is more clear..
again any help and i would be very gratefull