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

.NET (Core and Framework)

 
Questionsample online quiz application Pin
Lakshmithangaraj24-Jan-10 23:08
Lakshmithangaraj24-Jan-10 23:08 
AnswerRe: sample online quiz application Pin
Ashfield27-Jan-10 2:57
Ashfield27-Jan-10 2:57 
Questionaccessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
thivya n24-Jan-10 22:07
thivya n24-Jan-10 22:07 
AnswerRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
Richard MacCutchan24-Jan-10 22:13
mveRichard MacCutchan24-Jan-10 22:13 
GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
thivya n25-Jan-10 5:45
thivya n25-Jan-10 5:45 
GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
Richard MacCutchan25-Jan-10 6:32
mveRichard MacCutchan25-Jan-10 6:32 
GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
thivya n31-Jan-10 22:41
thivya n31-Jan-10 22:41 
GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
The Man from U.N.C.L.E.25-Jan-10 6:34
The Man from U.N.C.L.E.25-Jan-10 6:34 
I guess in theory, though that is not the problem.

As has been said, creating a socket from machine A to machine B is no good to you if nothing is on the other end of the socket. All sockets require an endpoint for communication, in this case a service on the remote machine that sends you the file content.

If, as it seems, you are writing a single ended application you just need to create a stream reader on the remote file using the UNC path. This of course assumes the network security setup is such that you have access to the file on the remote computer.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
[My Articles]  [My Website]

GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
thivya n31-Jan-10 22:36
thivya n31-Jan-10 22:36 
GeneralRe: accessing file contents from another system through streamreader-possible? plz help me, its urgent... Pin
Richard MacCutchan1-Feb-10 0:07
mveRichard MacCutchan1-Feb-10 0:07 
QuestionScreengrabbing, best way? Pin
Stevie23-Jan-10 4:45
Stevie23-Jan-10 4:45 
AnswerRe: Screengrabbing, best way? Pin
Super Lloyd23-Jan-10 12:11
Super Lloyd23-Jan-10 12:11 
GeneralRe: Screengrabbing, best way? Pin
Stevie24-Jan-10 1:25
Stevie24-Jan-10 1:25 
GeneralRe: Screengrabbing, best way? Pin
Super Lloyd24-Jan-10 3:35
Super Lloyd24-Jan-10 3:35 
GeneralRe: Screengrabbing, best way? Pin
Stevie24-Jan-10 3:50
Stevie24-Jan-10 3:50 
Questionhow to update dabase using oledb connection Pin
akosidandan23-Jan-10 3:02
akosidandan23-Jan-10 3:02 
GeneralRe: how to update dabase using oledb connection Pin
Som Shekhar23-Jan-10 3:06
Som Shekhar23-Jan-10 3:06 
GeneralRe: how to update dabase using oledb connection Pin
akosidandan23-Jan-10 3:21
akosidandan23-Jan-10 3:21 
GeneralRe: how to update dabase using oledb connection Pin
Som Shekhar23-Jan-10 3:34
Som Shekhar23-Jan-10 3:34 
GeneralRe: how to update dabase using oledb connection Pin
akosidandan23-Jan-10 4:45
akosidandan23-Jan-10 4:45 
GeneralRe: how to update dabase using oledb connection Pin
Som Shekhar23-Jan-10 4:47
Som Shekhar23-Jan-10 4:47 
GeneralRe: how to update dabase using oledb connection Pin
akosidandan23-Jan-10 4:51
akosidandan23-Jan-10 4:51 
GeneralRe: how to update dabase using oledb connection Pin
Som Shekhar23-Jan-10 4:52
Som Shekhar23-Jan-10 4:52 
GeneralRe: how to update dabase using oledb connection Pin
akosidandan23-Jan-10 5:02
akosidandan23-Jan-10 5:02 
QuestionGridview Sort Problem Pin
tims8122-Jan-10 6:28
tims8122-Jan-10 6:28 

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.