Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: DotNetBar's tabControl Pin
Martin#28-May-07 22:30
Martin#28-May-07 22:30 
GeneralRe: DotNetBar's tabControl Pin
jason_mf28-May-07 22:39
jason_mf28-May-07 22:39 
GeneralRe: DotNetBar's tabControl Pin
Martin#28-May-07 23:17
Martin#28-May-07 23:17 
Questionhow i can read a file remotely Pin
devesh_code28-May-07 21:40
devesh_code28-May-07 21:40 
AnswerRe: how i can read a file remotely Pin
Christian Graus28-May-07 23:06
protectorChristian Graus28-May-07 23:06 
GeneralRe: how i can read a file remotely Pin
devesh_code28-May-07 23:23
devesh_code28-May-07 23:23 
GeneralRe: how i can read a file remotely Pin
Christian Graus29-May-07 0:34
protectorChristian Graus29-May-07 0:34 
AnswerRe: how i can read a file remotely Pin
Manoj Kumar Rai28-May-07 23:08
professionalManoj Kumar Rai28-May-07 23:08 
Hi,

There are two way to read the file.

1) Use the network path of the file to read at the local PC. The network path will be somthing like \\remotePCName\\folderName\\FileName.ext. But for this the file/folder needs to be shared on the network PC.

2) Write a Client/Server application. You can use Remoting or Socket for this purpose. Your Server should implement a interface with a function to accept the file name with path and will return the file contain as out parameter. In this case you needs to run the server at the remote PC and it must me running while you will read file containt from the client program.


Manoj
Never Gives up

GeneralRe: how i can read a file remotely Pin
devesh_code28-May-07 23:21
devesh_code28-May-07 23:21 
GeneralRe: how i can read a file remotely Pin
devesh_code28-May-07 23:23
devesh_code28-May-07 23:23 
QuestionConverting a .txt file to .csv file Pin
Mr Perfect28-May-07 21:22
Mr Perfect28-May-07 21:22 
AnswerRe: Converting a .txt file to .csv file Pin
andre_swnpl28-May-07 21:32
andre_swnpl28-May-07 21:32 
AnswerRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay28-May-07 21:33
Colin Angus Mackay28-May-07 21:33 
GeneralRe: Converting a .txt file to .csv file Pin
Mr Perfect29-May-07 18:42
Mr Perfect29-May-07 18:42 
GeneralRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay29-May-07 21:35
Colin Angus Mackay29-May-07 21:35 
GeneralRe: Converting a .txt file to .csv file Pin
Mr Perfect29-May-07 22:45
Mr Perfect29-May-07 22:45 
GeneralRe: Converting a .txt file to .csv file Pin
Colin Angus Mackay30-May-07 6:30
Colin Angus Mackay30-May-07 6:30 
GeneralHey folks, that's funny... Pin
Alexander Zhevak28-May-07 21:10
Alexander Zhevak28-May-07 21:10 
GeneralRe: Hey folks, that's funny... Pin
Colin Angus Mackay28-May-07 21:36
Colin Angus Mackay28-May-07 21:36 
GeneralRe: Hey folks, that's funny... Pin
andre_swnpl28-May-07 21:40
andre_swnpl28-May-07 21:40 
GeneralRe: Hey folks, that's funny... Pin
Arun.Immanuel28-May-07 22:13
Arun.Immanuel28-May-07 22:13 
GeneralRe: Hey folks, that's funny... Pin
andre_swnpl28-May-07 22:28
andre_swnpl28-May-07 22:28 
GeneralRe: Hey folks, that's funny... Pin
Arun.Immanuel28-May-07 22:39
Arun.Immanuel28-May-07 22:39 
GeneralRe: Hey folks, that's funny... Pin
Alexander Zhevak29-May-07 19:28
Alexander Zhevak29-May-07 19:28 
GeneralRe: Hey folks, that's funny... Pin
Tim Paaschen28-May-07 23:49
Tim Paaschen28-May-07 23:49 

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.