Forum Discussion

pgollamudi's avatar
pgollamudi
Occasional Contributor
13 years ago

Getting text within Rich text box

Hi,



I am working on a .Net Application where one page has a rich textbox. When I try to retrieve text in that rich text box with .Text or .wText, I do not get anything.



How can I get text within a rich text box?

1 Reply

  • Hi Mema,



    I don't usually work with this kind of applications, but you can try with the value or the window caption (WndCaption).



    If that fails, you can try to check which value you need with the object spy, and show the advanced mode if needed.



    Hope it helped!