Click here to Skip to main content
15,887,432 members
Home / Discussions / C#
   

C#

 
Question.net event in Excel Pin
zecodela7-Jan-10 0:08
zecodela7-Jan-10 0:08 
AnswerRe: .net event in Excel Pin
Dave Kreskowiak7-Jan-10 0:42
mveDave Kreskowiak7-Jan-10 0:42 
GeneralRe: .net event in Excel Pin
zecodela7-Jan-10 1:02
zecodela7-Jan-10 1:02 
GeneralRe: .net event in Excel Pin
dojohansen7-Jan-10 1:45
dojohansen7-Jan-10 1:45 
QuestionReading File From Network drive Pin
Lijo Rajan6-Jan-10 23:56
Lijo Rajan6-Jan-10 23:56 
AnswerRe: Reading File From Network drive Pin
Dimitri Witkowski7-Jan-10 0:15
Dimitri Witkowski7-Jan-10 0:15 
GeneralRe: Reading File From Network drive Pin
Lijo Rajan7-Jan-10 0:18
Lijo Rajan7-Jan-10 0:18 
GeneralRe: Reading File From Network drive Pin
Dimitri Witkowski7-Jan-10 0:35
Dimitri Witkowski7-Jan-10 0:35 
This can be done in 3 ways:
1. Map the remote drive (this means, assing e.g. Z: letter to the drive)
2. Read from this location: \\remote-computer\Share\path\file.txt. In this case, the file must be shared in Share folder on the remote computer.
3. If you are running under the credentials of the administrator on the remote computer (this means that two computers are in the same domain), you can read directly from this path: \\remote-computer\C$\path\file.txt.

See my article about Windows 7 Taskbar timer here on CodeProject

GeneralRe: Reading File From Network drive Pin
Dimitri Witkowski7-Jan-10 1:47
Dimitri Witkowski7-Jan-10 1:47 
AnswerRe: Reading File From Network drive Pin
#realJSOP7-Jan-10 0:19
mve#realJSOP7-Jan-10 0:19 
QuestionVisio Org Chart Wizard Pin
adi.rusu6-Jan-10 22:20
adi.rusu6-Jan-10 22:20 
AnswerRe: Visio Org Chart Wizard Pin
george982328-Apr-11 7:04
george982328-Apr-11 7:04 
QuestionC# Resource Help !!!!! Pin
jojoba20106-Jan-10 21:17
jojoba20106-Jan-10 21:17 
AnswerRe: C# Resource Help !!!!! Pin
SeMartens6-Jan-10 22:37
SeMartens6-Jan-10 22:37 
Questionsoap extensions? Pin
Member 44084976-Jan-10 20:57
Member 44084976-Jan-10 20:57 
Questionreport viewer report Pin
Member 5903106-Jan-10 20:11
Member 5903106-Jan-10 20:11 
AnswerRe: report viewer report Pin
Abdul Rahman Hamidy6-Jan-10 23:59
Abdul Rahman Hamidy6-Jan-10 23:59 
QuestionCrystal Report Pin
pkj6-Jan-10 18:47
pkj6-Jan-10 18:47 
AnswerRe: Crystal Report Pin
Saksida Bojan6-Jan-10 19:35
Saksida Bojan6-Jan-10 19:35 
QuestionLibrary Plotter 3D Pin
sabitzhabit6-Jan-10 17:21
sabitzhabit6-Jan-10 17:21 
AnswerRe: Library Plotter 3D Pin
Saksida Bojan6-Jan-10 19:33
Saksida Bojan6-Jan-10 19:33 
Questionbypass outlook security message "A programm is trying to access... " Pin
_T("No name")6-Jan-10 17:12
_T("No name")6-Jan-10 17:12 
AnswerRe: bypass outlook security message "A programm is trying to access... " Pin
Dave Kreskowiak7-Jan-10 0:36
mveDave Kreskowiak7-Jan-10 0:36 
GeneralRe: bypass outlook security message "A programm is trying to access... " Pin
_T("No name")7-Jan-10 18:31
_T("No name")7-Jan-10 18:31 
GeneralRe: bypass outlook security message "A programm is trying to access... " Pin
Dave Kreskowiak8-Jan-10 1:24
mveDave Kreskowiak8-Jan-10 1:24 

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.