Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Read Another Programs Memory Pin
Rob Philpott1-Dec-05 6:07
Rob Philpott1-Dec-05 6:07 
Hmm. What an utterly grim situation you are in.

I can guarantee you won't be able to access a seperate process' memory. Each process has its own address space which is mapped into a different area of physical memory. This is done so that a rogue pointer in one process couldn't harm the memory of another process - if you go out your own process space an exception is thrown.

Perhaps one solution could be to programmatically stop the service and restart it when the IP changes - something to think about.

I would certianly consider changing ISPs as well - that's plain madness having an IP address change so frequently - presumably some bizarre DHCP lease time.

The only other thing which springs to mind is if you could replace the IP address with a hostname then use a dynamic dns service to make sure that you have a domain name which always points to your server. Have a look at http://www.dyndns.com/[^] if you're unfamiliar with this.

Best of luck!



Regards,
Rob Philpott.

-- modified at 12:08 Thursday 1st December, 2005

One other thought - get a packet sniffer and establish the form of the message sent by the server. Perhaps you could write a service to replicate this and take that part of functionality away from the server.
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 
GeneralRe: Variable Name Pin
Judah Gabriel Himango30-Nov-05 11:12
sponsorJudah Gabriel Himango30-Nov-05 11:12 

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.