Debt Help | Debt Consolidation | Loans | Advertising | Buscador libro
Inserting text @ cursor in VB [Archive] - PCMech Forums

PDA

View Full Version : Inserting text @ cursor in VB


foolishone
12-07-2004, 06:04 PM
So how do you do it, insert text at cursor point?

I think you have to find the current line of cursor and column position of cursor or something like that, but how? After that how do I tell it to enter it there? Declare variable and say "text goes on this line, in this column"? (well obviously)