Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is the .NET framework free? Pin
Reelix23-Apr-08 1:56
Reelix23-Apr-08 1:56 
QuestionRe: Is the .NET framework free? Pin
CPallini23-Apr-08 1:58
mveCPallini23-Apr-08 1:58 
GeneralRe: Is the .NET framework free? Pin
Zoltan Balazs22-Apr-08 22:31
Zoltan Balazs22-Apr-08 22:31 
GeneralRe: Is the .NET framework free? Pin
Reelix22-Apr-08 22:13
Reelix22-Apr-08 22:13 
GeneralWaitOne exitContext Pin
George_George22-Apr-08 20:55
George_George22-Apr-08 20:55 
GeneralRe: WaitOne exitContext Pin
Urs Enzler22-Apr-08 22:30
Urs Enzler22-Apr-08 22:30 
GeneralRe: WaitOne exitContext Pin
George_George23-Apr-08 0:01
George_George23-Apr-08 0:01 
QuestionHow I can create an application in C# that it doesn't need to framework when it run? Pin
kjhuut22-Apr-08 20:38
kjhuut22-Apr-08 20:38 
AnswerRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
Christian Graus22-Apr-08 21:06
protectorChristian Graus22-Apr-08 21:06 
GeneralRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
Muammar©22-Apr-08 22:01
Muammar©22-Apr-08 22:01 
GeneralRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
MumbleB22-Apr-08 23:11
MumbleB22-Apr-08 23:11 
GeneralRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
darkelv22-Apr-08 23:51
darkelv22-Apr-08 23:51 
GeneralRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
J4amieC23-Apr-08 0:43
J4amieC23-Apr-08 0:43 
GeneralRe: How I can create an application in C# that it doesn't need to framework when it run? Pin
Jordanwb23-Apr-08 16:13
Jordanwb23-Apr-08 16:13 
Generaldesign a command line interpreter Pin
kingofthering22-Apr-08 20:37
kingofthering22-Apr-08 20:37 
GeneralRe: design a command line interpreter Pin
Christian Graus22-Apr-08 21:07
protectorChristian Graus22-Apr-08 21:07 
GeneralRe: design a command line interpreter Pin
Reelix22-Apr-08 22:15
Reelix22-Apr-08 22:15 
GeneralRe: design a command line interpreter Pin
J a a n s23-Apr-08 0:09
professionalJ a a n s23-Apr-08 0:09 
QuestionC# MDI Pin
Yousefjt7722-Apr-08 20:20
Yousefjt7722-Apr-08 20:20 
GeneralRe: C# MDI Pin
Nouman Bhatti22-Apr-08 20:54
Nouman Bhatti22-Apr-08 20:54 
Questionfax problem?? Pin
Member 386320922-Apr-08 19:48
Member 386320922-Apr-08 19:48 
AnswerRe: fax problem?? Pin
Christian Graus22-Apr-08 20:22
protectorChristian Graus22-Apr-08 20:22 
Questionadding DateTime picker ctrl to Datagrid Pin
Denver Thomas22-Apr-08 19:47
Denver Thomas22-Apr-08 19:47 
GeneralRe: adding DateTime picker ctrl to Datagrid Pin
Nouman Bhatti22-Apr-08 20:51
Nouman Bhatti22-Apr-08 20:51 
GeneralProcess Memory Space Pin
barboris22-Apr-08 19:29
barboris22-Apr-08 19:29 
Hi all,

I was wondering if anyone could help me with analyzing/reading other process’ memory space. I need to view the memory space in real-time, while running the application, to be able to segregate the variables storing the application state and various strings that are displayed in UI. Then, I need to be able to locate those variables automatically and read them in real-time, whenever application is running.

For example, take Windows Media Player. I would want to be able to get variables such as: string for song currently playing, state of the player (play/pause, volume, etc.), whenever the application is running in memory. Or, as another example, a list of users currently online on MSN and their status.

Are there any applications that would ease my task (e.g. to analyze memory space first)? What programming language could this be written in? (I assume it would be C/C++, and maybe C#?) How would I go about doing all this?

Thank you very much in advance.

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.