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
ic ic
NA
85
0
Bypass load form & Passing Values to called program textbox & click btn
Sep 29 2009 5:04 AM
Good day, I got calling another program working.
string
root =
Application
.StartupPath;
string
exePath = System.IO.
Path
.Combine(root,
"i:\\app\\test\\WAREH004.exe"
);
string
argPath = System.IO.
Path
.Combine(root,
"i:\\app\\test\\WAREH004.INI"
);
Process
.Start(exePath, argPath +
" 1"
);
I need help:
The program i'm calling has the same load form that the current one uses.
1. How do i bypass the load form & load the main form with the forms values i selected on the current program?
2. How do i also pass values to the called programs textbox & click a button?
Please Assist!
Reply
Answers (
18
)
JSOL
C# program pass data to a 3rd application program