Click here to Skip to main content
15,906,569 members
Home / Discussions / C#
   

C#

 
GeneralRe: a problem about string [modified] Pin
Erdinc277-Jan-10 3:16
Erdinc277-Jan-10 3:16 
GeneralRe: a problem about string Pin
harold aptroot7-Jan-10 3:31
harold aptroot7-Jan-10 3:31 
GeneralRe: a problem about string Pin
harold aptroot7-Jan-10 3:33
harold aptroot7-Jan-10 3:33 
GeneralRe: a problem about string Pin
Erdinc277-Jan-10 3:42
Erdinc277-Jan-10 3:42 
GeneralRe: a problem about string Pin
harold aptroot7-Jan-10 3:45
harold aptroot7-Jan-10 3:45 
AnswerRe: a problem about string Pin
Ben Fair7-Jan-10 2:58
Ben Fair7-Jan-10 2:58 
GeneralRe: a problem about string Pin
Erdinc277-Jan-10 3:25
Erdinc277-Jan-10 3:25 
GeneralRe: a problem about string Pin
Ben Fair7-Jan-10 4:25
Ben Fair7-Jan-10 4:25 
QuestionDoes the IPv6 protocol deal with UDP datagrams ??? Pin
3bood.ghzawi7-Jan-10 2:08
3bood.ghzawi7-Jan-10 2:08 
AnswerRe: Does the IPv6 protocol deal with UDP datagrams ??? Pin
Dimitri Witkowski7-Jan-10 2:21
Dimitri Witkowski7-Jan-10 2:21 
AnswerRe: Does the IPv6 protocol deal with UDP datagrams ??? Pin
harold aptroot7-Jan-10 2:25
harold aptroot7-Jan-10 2:25 
QuestionGetting invalid IP address............. Pin
3bood.ghzawi7-Jan-10 1:51
3bood.ghzawi7-Jan-10 1:51 
AnswerRe: Getting invalid IP address............. Pin
SeMartens7-Jan-10 2:46
SeMartens7-Jan-10 2:46 
GeneralRe: Getting invalid IP address............. Pin
Luc Pattyn7-Jan-10 3:51
sitebuilderLuc Pattyn7-Jan-10 3:51 
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
professional#realJSOP7-Jan-10 0:19 
QuestionVisio Org Chart Wizard Pin
adi.rusu6-Jan-10 22:20
adi.rusu6-Jan-10 22:20 

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.