Forum Discussion

amithsm's avatar
amithsm
Occasional Contributor
12 years ago

Get text from InkEdit text box control

Hi,



I am trying to get text from an InkEdit text box control. TC returns blank vaule "" 'cos this control has wndCaption property which is set to null.

Is there a way to capture the text entered?



Thanks,

Amith

2 Replies

  • Hi Amith,

    Are you working with a .NET application? Microsoft's InkEdit control has the Text property that should be available to TestComplete: you can see it in the Object Browser and read from your test script.
  • amithsm's avatar
    amithsm
    Occasional Contributor
    Please ignore this post as I was able to solve the problem after using MSAA