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
Ramendra Kumar
NA
76
1.3k
Open And Find Another Control of a Form
May 13 2019 12:24 AM
I have a Window Applicattion, i am opening another application Inside that, Using Below Code.
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = @"C:\Data.exe";
Process p = Process.Start(startInfo);
Thread.Sleep(500); // Allow the process to open it's window
SetParent(p.MainWindowHandle, this.Handle);
Here File Is Opening, now i want to Find TextBox Of that Exe file, and write Some Data, any help will be Highly
appreciate
.
Reply
Answers (
4
)
What is an EXE and a DLL?
how to upload a excel file & download file in asp.net