G
Guest
I have an application that needs to connect to a file share to copy files.
I can create and successfully use the System.Diagnostics.ProcessStartInfo
class in Application "A" to set the domain, password, and call a different
executable ( Applic "B" ) . But how do I use a thread of the application "A"
and change the user for the thread - INSTEAD of a having to call Application
B -?? Ideas ?
I am hoping someone has a short & elegant way like I am using with Applic A
, instead unmanaged code.
I can create and successfully use the System.Diagnostics.ProcessStartInfo
class in Application "A" to set the domain, password, and call a different
executable ( Applic "B" ) . But how do I use a thread of the application "A"
and change the user for the thread - INSTEAD of a having to call Application
B -?? Ideas ?
I am hoping someone has a short & elegant way like I am using with Applic A
, instead unmanaged code.