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
Sathesh Kumar
NA
1
0
Launching an application with the currently logged in user
Apr 17 2009 2:32 AM
I'm using C#.NET, VS2005. I'm launching an application(app1) with the admin user during system start up. From that application I want to run an another application(app2). App2 will always work only when it is run by the currently logged in user.
I used the Process class and set the ProcessStartInfo to set all the user details, but it requires that I have to hard code all the user name, password, which I don't want to do because in the password can be different for different user.
Please help me how can I accomplish the same.
Reply
Answers (
1
)
need options for sending e-mail from a c# win application.
datagridview validation .. & Addition