Click here to Skip to main content
15,892,480 members
Home / Discussions / C#
   

C#

 
AnswerRe: Iphone programming(Please Help) PinPopular
Luc Pattyn4-Jun-10 14:37
sitebuilderLuc Pattyn4-Jun-10 14:37 
GeneralRe: Iphone programming(Please Help) Pin
Not Active5-Jun-10 2:54
mentorNot Active5-Jun-10 2:54 
GeneralRe: Iphone programming(Please Help) Pin
Luc Pattyn5-Jun-10 3:11
sitebuilderLuc Pattyn5-Jun-10 3:11 
QuestionHow can I remotely explore my LAN? Remoting? Pin
Member 18349914-Jun-10 6:57
Member 18349914-Jun-10 6:57 
AnswerRe: How can I remotely explore my LAN? Remoting? Pin
Not Active4-Jun-10 7:06
mentorNot Active4-Jun-10 7:06 
AnswerRe: How can I remotely explore my LAN? Remoting? Pin
#realJSOP4-Jun-10 7:31
mve#realJSOP4-Jun-10 7:31 
AnswerRe: How can I remotely explore my LAN? Remoting? Pin
Member 18349914-Jun-10 8:52
Member 18349914-Jun-10 8:52 
GeneralRe: How can I remotely explore my LAN? Remoting? Pin
#realJSOP5-Jun-10 1:56
mve#realJSOP5-Jun-10 1:56 
This is a logistical nightmare. Smile | :)

Is your application a windows service? I suspect that it is (since the machines are headless), but if not, it should be. The service itself can regularly scan for new shares without explicitly being told to do so. When it detects a new share, it can simply start watching for files in the specified folder (if/when it exists). All that has to happen is that the share needs to be established by the remote admin (or you remotely).

If you don't want it to automatically scan for new shares, you can send it data with the share info, and it can save that info in a data file to be retrieved in the event of a hardware restart.

You could use remoting for that, but I think it would be simpler to just send the info via your existing mechanism.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

Questionproblem in Class Pin
SajjadZare4-Jun-10 6:15
SajjadZare4-Jun-10 6:15 
AnswerRe: problem in Class Pin
Abhinav S4-Jun-10 6:18
Abhinav S4-Jun-10 6:18 
GeneralRe: problem in Class Pin
SajjadZare4-Jun-10 6:51
SajjadZare4-Jun-10 6:51 
GeneralRe: problem in Class Pin
Luc Pattyn4-Jun-10 8:37
sitebuilderLuc Pattyn4-Jun-10 8:37 
GeneralRe: problem in Class Pin
OriginalGriff4-Jun-10 8:50
mveOriginalGriff4-Jun-10 8:50 
GeneralRe: problem in Class Pin
Luc Pattyn4-Jun-10 9:30
sitebuilderLuc Pattyn4-Jun-10 9:30 
GeneralRe: problem in Class Pin
OriginalGriff4-Jun-10 9:41
mveOriginalGriff4-Jun-10 9:41 
GeneralRe: problem in Class [modified] Pin
Luc Pattyn4-Jun-10 9:49
sitebuilderLuc Pattyn4-Jun-10 9:49 
GeneralRe: problem in Class Pin
OriginalGriff4-Jun-10 11:53
mveOriginalGriff4-Jun-10 11:53 
GeneralRe: problem in Class Pin
Luc Pattyn4-Jun-10 11:57
sitebuilderLuc Pattyn4-Jun-10 11:57 
AnswerRe: problem in Class Pin
Not Active4-Jun-10 6:57
mentorNot Active4-Jun-10 6:57 
QuestionEnterprise Library Logging Application Block: using special sources Pin
Shtel4-Jun-10 3:16
Shtel4-Jun-10 3:16 
QuestionFinding base class of an object Pin
dashingsidds4-Jun-10 3:07
dashingsidds4-Jun-10 3:07 
AnswerRe: Finding base class of an object Pin
JoeSharp4-Jun-10 3:27
JoeSharp4-Jun-10 3:27 
AnswerRe: Finding base class of an object Pin
Anthony Mushrow4-Jun-10 3:45
professionalAnthony Mushrow4-Jun-10 3:45 
GeneralRe: Finding base class of an object Pin
dashingsidds4-Jun-10 4:25
dashingsidds4-Jun-10 4:25 
AnswerRe: Finding base class of an object Pin
#realJSOP4-Jun-10 4:52
mve#realJSOP4-Jun-10 4:52 

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.