Click to See Complete Forum and Search --> : Inserting text in a RichTextBox at a particular location


ajithmanmadhan
06-07-2007, 08:24 AM
hi pls help me out in inserting text into a richtextbox.

the situation is like this::

i want to insert a string say "hello" at a particular location in the rich textbox.
The particular location is given in the form of X and Y coordinates.
eg:: PutString("hello",10,20)
i write a function that passes the string and x,y coordinates.
is that possible??
x,y coordinates will represent the location of the string in richtextbox.
any ideas.. pls help!!
thnx....

Phil Weber
06-07-2007, 08:31 AM
What unit of measurement are the X, Y coordinates? Pixels? Rows/columns?

ajithmanmadhan
06-08-2007, 01:54 AM
X and Y Coordinates are pixels....any ideas...
any ideas for inserting text @ a specified location other than this..?
thnx...

ajithmanmadhan
06-08-2007, 01:59 AM
X and Y coordinates are pixels....any ideas??
any other ideas other than this for inserting text into richtext box??..
thnx..