Click here to Skip to main content
16,004,782 members
Home / Discussions / C#
   

C#

 
QuestionRichTextBox Question Please Help!!!!! Pin
snouto18-Jan-06 2:27
snouto18-Jan-06 2:27 
AnswerRe: RichTextBox Question Please Help!!!!! Pin
Judah Gabriel Himango18-Jan-06 4:45
sponsorJudah Gabriel Himango18-Jan-06 4:45 
QuestionTreeView Nodes Pin
Gamil Mohamad18-Jan-06 1:44
Gamil Mohamad18-Jan-06 1:44 
AnswerRe: TreeView Nodes Pin
Judah Gabriel Himango18-Jan-06 4:49
sponsorJudah Gabriel Himango18-Jan-06 4:49 
GeneralRe: TreeView Nodes Pin
Gamil Mohamad19-Jan-06 22:00
Gamil Mohamad19-Jan-06 22:00 
Questionhow to get the network Directory info? Pin
Member 114126818-Jan-06 1:44
Member 114126818-Jan-06 1:44 
AnswerRe: how to get the network Directory info? Pin
Judah Gabriel Himango18-Jan-06 4:58
sponsorJudah Gabriel Himango18-Jan-06 4:58 
AnswerRe: how to get the network Directory info? Pin
Dave Kreskowiak18-Jan-06 5:30
mveDave Kreskowiak18-Jan-06 5:30 
Basically, the remote machine doesn't trust you. You're trying to get the directory of a share on a machine that is not part of the same domain as the machine your code is running on. The SID that you logged in under on your machine isn't known to the remote machine and there is no way for it to know that it can be trusted, so it denies your "implied" login attempt.

You have to establish an authenticated connection to the remote machine before you attempt any file operations on one of its shares. You can use the library Judah suggested to establish the authenticated connection, but you still have to supply it with a username and password that the remote machine will accept as valid.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionExcel in C# Pin
Acheive_it18-Jan-06 1:38
Acheive_it18-Jan-06 1:38 
Questionhow do I read a files' or assemblys' metadata (date modified, assembly version, etc.) Pin
AfzalHassen18-Jan-06 1:20
AfzalHassen18-Jan-06 1:20 
AnswerRe: how do I read a files' or assemblys' metadata (date modified, assembly version, etc.) Pin
Werdna18-Jan-06 7:25
Werdna18-Jan-06 7:25 
AnswerRe: how do I read a files' or assemblys' metadata (date modified, assembly version, etc.) Pin
munishsehgal22-Jan-06 1:14
munishsehgal22-Jan-06 1:14 
GeneralRe: how do I read a files' or assemblys' metadata (date modified, assembly version, etc.) Pin
AfzalHassen22-Jan-06 19:35
AfzalHassen22-Jan-06 19:35 
QuestionQuestions on TextBox control Pin
bouli18-Jan-06 0:55
bouli18-Jan-06 0:55 
AnswerRe: Questions on TextBox control Pin
Sheel Gohe18-Jan-06 1:12
Sheel Gohe18-Jan-06 1:12 
GeneralRe: Questions on TextBox control Pin
bouli18-Jan-06 5:05
bouli18-Jan-06 5:05 
Questiongetting client ip Pin
Ankit Aneja18-Jan-06 0:41
Ankit Aneja18-Jan-06 0:41 
GeneralRe: getting client ip Pin
Guffa18-Jan-06 1:21
Guffa18-Jan-06 1:21 
GeneralRe: getting client ip Pin
Ankit Aneja18-Jan-06 1:26
Ankit Aneja18-Jan-06 1:26 
AnswerRe: getting client ip Pin
Guffa24-Jan-06 23:05
Guffa24-Jan-06 23:05 
Questionhelp me plssssssssssssss Pin
willsgeorge18-Jan-06 0:41
willsgeorge18-Jan-06 0:41 
AnswerRe: help me plssssssssssssss Pin
Sheel Gohe18-Jan-06 1:22
Sheel Gohe18-Jan-06 1:22 
QuestionCrystal reports sharing Pin
robmays18-Jan-06 0:24
robmays18-Jan-06 0:24 
Questionvideo playing Pin
sa maq18-Jan-06 0:05
sa maq18-Jan-06 0:05 
QuestionHow to Extract a Key ScanCode in WndProc Pin
redfish3417-Jan-06 23:07
redfish3417-Jan-06 23:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.