0
Answer

Microsoft UI Automation

Ask a question
smita

smita

13y
1.3k
1
Hi,

I want to get handles of java thick client controls through C#.net.

when I open the application through .Net i want to access the controls(textboxes,buttons) in that application
using handle. I am using Microsoft UI automation, but using this I am getting handle for main window only not for the controls inside that window.

For Windows forms the code works fine, but not working with Java thick client.

If anyone knows the solution plz help.