Click here to Skip to main content
15,891,431 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Edit mode in oledb connection Pin
Nandan Basak20-Feb-10 9:10
Nandan Basak20-Feb-10 9:10 
GeneralRe: Edit mode in oledb connection Pin
Not Active20-Feb-10 9:41
mentorNot Active20-Feb-10 9:41 
QuestionOpen source ide Pin
srikantha_nagaraj20-Feb-10 0:43
srikantha_nagaraj20-Feb-10 0:43 
AnswerRe: Open source ide Pin
Eddy Vluggen20-Feb-10 0:53
professionalEddy Vluggen20-Feb-10 0:53 
GeneralRe: Open source ide Pin
thatraja20-Feb-10 3:41
professionalthatraja20-Feb-10 3:41 
GeneralRe: Open source ide Pin
Kevin McFarlane20-Feb-10 5:15
Kevin McFarlane20-Feb-10 5:15 
Questionreading a file from a remote computer using UNC in C# console app. Pin
thivya n19-Feb-10 6:02
thivya n19-Feb-10 6:02 
AnswerRe: reading a file from a remote computer using UNC in C# console app. Pin
The Man from U.N.C.L.E.19-Feb-10 6:29
The Man from U.N.C.L.E.19-Feb-10 6:29 
As long as you have the correct access rights opening a file on a remote computer is the same as opening one localy. Precisely how you open it will vary based on the task at hand.

It is correct that you will have to use the UNC path. Best practice is to place the file in a share that has appropriate rights set on it.

eg.

VB
File.Open("\\RemoteComputerName\ShareName\FileName")
If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: reading a file from a remote computer using UNC in C# console app. Pin
thivya n1-Mar-10 1:16
thivya n1-Mar-10 1:16 
QuestionCan someone help me with 2 Forms Pin
Bob Beaubien19-Feb-10 4:58
Bob Beaubien19-Feb-10 4:58 
AnswerRe: Can someone help me with 2 Forms Pin
The Man from U.N.C.L.E.19-Feb-10 6:32
The Man from U.N.C.L.E.19-Feb-10 6:32 
AnswerRe: Can someone help me with 2 Forms Pin
beker_usa4-Mar-10 17:27
beker_usa4-Mar-10 17:27 
QuestionList of installed applications (as shown by "Open With" dialog box of windows.) Pin
Aseem Sharma19-Feb-10 1:08
Aseem Sharma19-Feb-10 1:08 
AnswerRe: List of installed applications (as shown by "Open With" dialog box of windows.) Pin
The Man from U.N.C.L.E.19-Feb-10 6:37
The Man from U.N.C.L.E.19-Feb-10 6:37 
QuestionAddition in textbox Pin
Nandan Basak19-Feb-10 0:18
Nandan Basak19-Feb-10 0:18 
AnswerRe: Addition in textbox Pin
Luc Pattyn19-Feb-10 0:29
sitebuilderLuc Pattyn19-Feb-10 0:29 
JokeRe: Addition in textbox Pin
Not Active19-Feb-10 0:39
mentorNot Active19-Feb-10 0:39 
GeneralRe: Addition in textbox Pin
Luc Pattyn19-Feb-10 0:49
sitebuilderLuc Pattyn19-Feb-10 0:49 
GeneralRe: Addition in textbox Pin
Nandan Basak20-Feb-10 9:00
Nandan Basak20-Feb-10 9:00 
AnswerRe: Addition in textbox Pin
jaypatel51222-Mar-10 16:28
jaypatel51222-Mar-10 16:28 
QuestionTimer Time question [modified] Pin
Bob Beaubien18-Feb-10 11:22
Bob Beaubien18-Feb-10 11:22 
AnswerRe: Timer Time question Pin
Phil J Pearson18-Feb-10 11:54
Phil J Pearson18-Feb-10 11:54 
AnswerRe: Timer Time question Pin
Dave Kreskowiak18-Feb-10 12:17
mveDave Kreskowiak18-Feb-10 12:17 
GeneralRe: Timer Time question Pin
Bob Beaubien18-Feb-10 12:19
Bob Beaubien18-Feb-10 12:19 
AnswerRe: Timer Time question Pin
Luc Pattyn18-Feb-10 12:34
sitebuilderLuc Pattyn18-Feb-10 12:34 

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.