VB.Net problem. Please Help!!!

I'm writing a VB.Net application which will be used by multiple users on multiple computers. My application needs to open a PDF file on the same network that only one net user has the access to it.

I had two ways in my mind to do it:

(1) Using System.Diagnostics.Process.Start(filename, username, password, domain).

I got an error message says: The parameter is not correct.

(2) To log in the network as the user who has the access.

Just couldn't find the way after searching online for hours.

Anyone has VB.Net experience, please help me out here. Or just provide a little hint. Your reply will be greatly appreciated.



所有跟帖: 

check topics in impersonation -tty- 給 tty 發送悄悄話 tty 的博客首頁 (0 bytes) () 12/05/2008 postreply 16:25:44

Thank you so very much. I'll go check right now. -貝兒- 給 貝兒 發送悄悄話 (0 bytes) () 12/05/2008 postreply 20:50:26

請您先登陸,再發跟帖!