Jump to content

Is it possbile to get "user drawn text" from a control


Recommended Posts

Hi all,

I want to get some "user drawn text" from used defined control which are inherited from windows standard control. The control class override onPaint() function of windows standard control and draw text as follow:

pDC->DrawText(m_strStatusMessage,l_statusRect,DT_CENTER);

Is that possible to get such text by autoIT's API?

Thanks in advance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...