Click here to Skip to main content
15,917,456 members
Home / Discussions / C#
   

C#

 
AnswerRe: Deleting words from string Pin
Luc Pattyn4-Oct-07 12:08
sitebuilderLuc Pattyn4-Oct-07 12:08 
GeneralRe: Deleting words from string Pin
Anthony Mushrow4-Oct-07 12:27
professionalAnthony Mushrow4-Oct-07 12:27 
GeneralRe: Deleting words from string Pin
Luc Pattyn4-Oct-07 12:44
sitebuilderLuc Pattyn4-Oct-07 12:44 
GeneralRe: Deleting words from string Pin
Anthony Mushrow4-Oct-07 15:02
professionalAnthony Mushrow4-Oct-07 15:02 
QuestionSingle instance over a local area network Pin
Martin Hart Turner4-Oct-07 5:37
Martin Hart Turner4-Oct-07 5:37 
AnswerRe: Single instance over a local area network Pin
KaineDunno4-Oct-07 5:53
KaineDunno4-Oct-07 5:53 
GeneralRe: Single instance over a local area network Pin
Anthony Mushrow4-Oct-07 5:55
professionalAnthony Mushrow4-Oct-07 5:55 
AnswerRe: Single instance over a local area network Pin
Anthony Mushrow4-Oct-07 5:53
professionalAnthony Mushrow4-Oct-07 5:53 
Hmm. I found this topic: http://www.thescripts.com/forum/thread253568.html[^]

Doesn't give much info, but from what i can see you can get remote processes by using:

Process.GetProcesses("remote pc name");

and that you need to have remote access enabled on the rmeote machine, and maybe some other stuff. You might not need to use sockets at all, although they are rather quite simple to use.

So, you'd have to check the processes of each machine individually, and then run your form if you don't find an instance of your form anywhere.


My current favourite word is: Waffle

Cheese is still good though.

GeneralRe: Single instance over a local area network Pin
Martin Hart Turner4-Oct-07 6:01
Martin Hart Turner4-Oct-07 6:01 
GeneralRe: Single instance over a local area network Pin
Ravi Bhavnani4-Oct-07 19:07
professionalRavi Bhavnani4-Oct-07 19:07 
QuestionDirectory Selector Pin
ffowler4-Oct-07 5:06
ffowler4-Oct-07 5:06 
AnswerRe: Directory Selector Pin
Anthony Mushrow4-Oct-07 5:08
professionalAnthony Mushrow4-Oct-07 5:08 
GeneralRe: Directory Selector Pin
ffowler4-Oct-07 5:16
ffowler4-Oct-07 5:16 
QuestionPrinting a PDF Pin
theheartcollector4-Oct-07 4:20
theheartcollector4-Oct-07 4:20 
AnswerRe: Printing a PDF Pin
Ilya Verbitskiy4-Oct-07 4:53
Ilya Verbitskiy4-Oct-07 4:53 
GeneralRe: Printing a PDF Pin
theheartcollector4-Oct-07 5:00
theheartcollector4-Oct-07 5:00 
GeneralRe: Printing a PDF Pin
led mike4-Oct-07 5:12
led mike4-Oct-07 5:12 
GeneralRe: Printing a PDF Pin
theheartcollector4-Oct-07 5:35
theheartcollector4-Oct-07 5:35 
GeneralRe: Printing a PDF Pin
led mike4-Oct-07 6:05
led mike4-Oct-07 6:05 
GeneralRe: Printing a PDF Pin
theheartcollector4-Oct-07 8:07
theheartcollector4-Oct-07 8:07 
QuestionHandling Events in new Threads Pin
P@trickP4-Oct-07 4:05
P@trickP4-Oct-07 4:05 
AnswerRe: Handling Events in new Threads Pin
Judah Gabriel Himango4-Oct-07 4:50
sponsorJudah Gabriel Himango4-Oct-07 4:50 
GeneralRe: Handling Events in new Threads Pin
Anthony Mushrow4-Oct-07 5:06
professionalAnthony Mushrow4-Oct-07 5:06 
GeneralRe: Handling Events in new Threads Pin
Judah Gabriel Himango4-Oct-07 5:14
sponsorJudah Gabriel Himango4-Oct-07 5:14 
QuestionWord Add-in ( CommandBar ) Pin
s3rro4-Oct-07 4:00
s3rro4-Oct-07 4:00 

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.