TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
The
NA
1
0
How to get Text From TextBox in other Application
Jan 18 2008 3:55 AM
Hi,
I need to read out a TextBox from another application and depending an it, press some buttons in the other application.
I have no idea how to do that, is it possible to get control over another application?
If anybody has an idea (maybe with some code snippets, because I'm new to .NET C#) please help.
Thanks
---------
I now have the handle from processlist to the Window, but i cannot get the Control.
Control myRemoteApplication;
myRemoteApplication = FromHandle(handle);
does not work, its always null...but i works if the handle is from the own application
Reply
Answers (
1
)
How to focus curser from a text box whose multiline property is set to true to another text box on pressing the enter key two times in the textbox with multiline=true ?
how do I execute an application as a child form in an MDI application?