CFanatic

Go Back   CFanatic > Programming > C# Programming

Join CFanatic Forum Now

AutomationElement topic posted under C# Programming which is a part of Programming category in CFanatic Forum
Reply
 
Thread Tools Display Modes
  #1  
Old 08-31-2010, 04:07 PM
 
Join Date: Aug 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
TBBW is on a distinguished road
| More
AutomationElement

Hi All,

I use:

Code:
public static AutomationElement FindElementByProcessId(int pid)
        {
            AutomationElement element = null;
            PropertyCondition conds = new PropertyCondition      (AutomationElement.ProcessIdProperty, pid);
            while (element == null)
                element = AutomationElement.RootElement.FindFirst(TreeScope.Children, conds);
            return element;
        }
to find myProcess.

how do I define to find a text edit box which has a fixed Id (1300).
I find this number using Spy++

regards,

ger
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

 

Advertisement

CFanatic Search
Custom Search

Advertisement

All times are GMT -5. The time now is 02:26 AM.



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO ©2010, Crawlability, Inc.
Cfanatic.com is a premier member of the IDG TechNetwork. For advertising opportunities contact here
Get Paid for Working on Projects Matching Your Expertise at Go4Expert's Jobs Board