Click here to Skip to main content
15,910,121 members
Home / Discussions / C#
   

C#

 
AnswerRe: change background of console Pin
Rob Philpott1-Dec-05 1:14
Rob Philpott1-Dec-05 1:14 
Questionproblem with XMLConvert.ToDateTime Pin
Rafferty Uy30-Nov-05 21:45
Rafferty Uy30-Nov-05 21:45 
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 
Hi everyone,

I need some help and would appreciate any constructive ideas. I've never done anything like this before and I don't know where to begin. I have a program running on my computer that reads my current IP address from a config file. Unfortunately, the program only reads the config file at startup - it never checks it again. The problem is that my IP address changes, and the program is completely unaware of it. (and I'm not always available to restart the service) I've been back and forth with the author, throwing ideas at him. (he hasn't released the source and doesn't plan on updating the program) His last email was revealing though, he mentioned that the IP address is checked (where it's stored in memory) at intervals of 1 minute. He also suggested that I could write a program to replace the IP address in memory with the current address.

I don't even know where to begin. I haven't received more information then that. Hopefully the author will help, but I can't exactly rely on that and wanted to get started with something.

My experience is probably beginner level C#. I've written several windows forms, some pocket pc applications, and some asp.net stuff. I'm working on my first directx game.

here's what I believe I need to do:
- find running programs and identify the one i need
- dump everything that the program has in memory
- search for the area that matches my old ip address
- write a program that compares ip addresses and if needed, replaces the old address with the new one.
- wrap this into a service (be fine if this was a windows form for now - there's a couple of excellent articles on writing the service)

Where do I start? I've learned most of my C# from example so I'm missing the formal background that many people have. Can someone recommend an article/example (C# preferred) that is even remotely related. That would really help!

Thanks so much!

Emi ^_^


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 
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 

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.