Click here to Skip to main content
15,907,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem with XMLConvert.ToDateTime Pin
Rob Philpott30-Nov-05 23:28
Rob Philpott30-Nov-05 23:28 
GeneralRe: problem with XMLConvert.ToDateTime Pin
Rafferty Uy1-Dec-05 13:35
Rafferty Uy1-Dec-05 13:35 
GeneralRe: problem with XMLConvert.ToDateTime Pin
Rob Philpott1-Dec-05 21:10
Rob Philpott1-Dec-05 21:10 
QuestionWindows Service problem Pin
deep730-Nov-05 19:18
deep730-Nov-05 19:18 
AnswerRe: Windows Service problem Pin
leppie30-Nov-05 19:29
leppie30-Nov-05 19:29 
QuestionRead Another Programs Memory Pin
emiisdev30-Nov-05 17:07
emiisdev30-Nov-05 17:07 
AnswerRe: Read Another Programs Memory Pin
Rob Philpott30-Nov-05 23:09
Rob Philpott30-Nov-05 23:09 
GeneralRe: Read Another Programs Memory Pin
emiisdev1-Dec-05 5:20
emiisdev1-Dec-05 5:20 
Yeah, I had a feeling this was going to be interesting, but I really don't have any alternative if the author refuses to help.

The program is a server that when started retrieves the IP address you've configured in a settings file. (this is the last known ip address) It then updates a master server with sed ip address so that clients can connect to it. The server was originally meant to run as a windows form and has a textbox for entry of the ip address. Once that field changes - the master server *should* be updated. (or perhaps the server needs to be restarted - not sure of the details)

Anway, I have this program running as a service so there isn't a UI to interact with. This solution has worked great - until we moved recently and changed ISPs. This one is horrible - my IP changes sporatically somtimes twice a day, sometimes a couple of days. The problem I'm trying to solve is that the server is still running and listed in the master server. Of course, the IP has changed and anyone trying to connect can't. There's no notification to the clients why this failed either.

Whew. complicated huh? I don't have any alternative as I want to continue to run the server here. I also can't afford a static IP Frown | :(

So, I figured I'd try to tackle this one small problem at a time.

First question: How can I get a list of all programs currently running. I know the exe name - is that enough to identify the process?

Thanks!

Emi ^_^
GeneralRe: Read Another Programs Memory Pin
Rob Philpott1-Dec-05 6:07
Rob Philpott1-Dec-05 6:07 
AnswerRe: Read Another Programs Memory Pin
Dave Kreskowiak1-Dec-05 6:23
mveDave Kreskowiak1-Dec-05 6:23 
QuestionTo use CollectionBase or not to use collectionBase. That is the question Pin
Ista30-Nov-05 16:49
Ista30-Nov-05 16:49 
AnswerRe: To use CollectionBase or not to use collectionBase. That is the question Pin
Sean Michael Murphy30-Nov-05 18:13
Sean Michael Murphy30-Nov-05 18:13 
QuestionStatic Controls Pin
TheMajorRager30-Nov-05 13:49
TheMajorRager30-Nov-05 13:49 
AnswerRe: Static Controls Pin
Christian Graus30-Nov-05 14:03
protectorChristian Graus30-Nov-05 14:03 
QuestionHow do you get the grabber icon on a toolbars? Pin
TheBlindWatchmaker30-Nov-05 13:40
TheBlindWatchmaker30-Nov-05 13:40 
AnswerRe: How do you get the grabber icon on a toolbars? Pin
Andy Moore1-Dec-05 6:31
Andy Moore1-Dec-05 6:31 
GeneralRe: How do you get the grabber icon on a toolbars? Pin
TheBlindWatchmaker1-Dec-05 11:15
TheBlindWatchmaker1-Dec-05 11:15 
GeneralRe: How do you get the grabber icon on a toolbars? Pin
Andy Moore1-Dec-05 11:21
Andy Moore1-Dec-05 11:21 
QuestionBezier Curves and Text Pin
pende_bhanu30-Nov-05 11:31
pende_bhanu30-Nov-05 11:31 
QuestionQBE Grid Pin
Reanalyse30-Nov-05 11:08
Reanalyse30-Nov-05 11:08 
QuestionHow do you get the "dockable" icon on forms/controls? Pin
TheBlindWatchmaker30-Nov-05 10:51
TheBlindWatchmaker30-Nov-05 10:51 
AnswerRe: How do you get the "dockable" icon on forms/controls? Pin
Judah Gabriel Himango30-Nov-05 11:08
sponsorJudah Gabriel Himango30-Nov-05 11:08 
GeneralRe: How do you get the "dockable" icon on forms/controls? Pin
TheBlindWatchmaker30-Nov-05 13:43
TheBlindWatchmaker30-Nov-05 13:43 
QuestionVariable Name Pin
saborchulo30-Nov-05 10:41
saborchulo30-Nov-05 10:41 
AnswerRe: Variable Name Pin
Turtle Hand30-Nov-05 10:43
Turtle Hand30-Nov-05 10:43 

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.