Click here to Skip to main content
16,011,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: System Wide Keyboard Hooking Pin
joshfl10-Jan-03 12:47
joshfl10-Jan-03 12:47 
GeneralRe: System Wide Keyboard Hooking Pin
Joan M12-Jan-03 21:41
professionalJoan M12-Jan-03 21:41 
GeneralRe: System Wide Keyboard Hooking Pin
joshfl13-Jan-03 5:35
joshfl13-Jan-03 5:35 
Generalsetting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 9:38
professionalJoan M10-Jan-03 9:38 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Maximilien10-Jan-03 9:58
Maximilien10-Jan-03 9:58 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 10:37
professionalJoan M10-Jan-03 10:37 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Navin10-Jan-03 10:18
Navin10-Jan-03 10:18 
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Joan M10-Jan-03 10:37
professionalJoan M10-Jan-03 10:37 
OK,

first of all let me thank you for your answer.

I'll take a look at the Map classes, but I'm beggining to believe that it won't be what I need, and that I can do it in another way....

I wanted this because:
1. I have created an app that use XML in order to autoconfigure itself.
2. I get access to another language that I use via the variable names.
3. I have only one property sheet embedded inside the main dialog and the property pages get created dynamically depending on the XML file, the user Id and so on...
4. the property pages have a ListCtrl (and other informative controls) in order to alow the user interaction with the other language's variables.
5.I wanted to allow the user to interact with some variables that are placed directly in the Visual C++ code.
OK, now that you know why I wanted it, what do you think of this:
I'm beggining to believe that I can inherit from the property pages that I have and for each special one specify the variables that I need.

This will allow me to get rid of all the work of creating all the buttons... and everything else for each variable that the user must be allowed to interact with. And also will allow me to use variables that are in the Visual C++ native code.

Thank you again.
GeneralRe: setting/reading values of vars whe I have only the name of the var. Pin
Todd Smith10-Jan-03 12:55
Todd Smith10-Jan-03 12:55 
GeneralVisual C++ debugging options Pin
Ivor S10-Jan-03 9:30
Ivor S10-Jan-03 9:30 
GeneralRe: Visual C++ debugging options Pin
AlexO10-Jan-03 11:38
AlexO10-Jan-03 11:38 
GeneralRe: Visual C++ debugging options Pin
Ivor S10-Jan-03 13:17
Ivor S10-Jan-03 13:17 
GeneralNeed an example Pin
BORICUA10-Jan-03 9:28
BORICUA10-Jan-03 9:28 
GeneralWarnings in VS.NET Pin
Navin10-Jan-03 9:05
Navin10-Jan-03 9:05 
GeneralRe: Warnings in VS.NET Pin
AlexO10-Jan-03 11:01
AlexO10-Jan-03 11:01 
GeneralRe: Warnings in VS.NET Pin
Navin10-Jan-03 14:53
Navin10-Jan-03 14:53 
Generalcompile error Pin
ns10-Jan-03 9:01
ns10-Jan-03 9:01 
GeneralRe: compile error Pin
Tim Smith10-Jan-03 9:08
Tim Smith10-Jan-03 9:08 
GeneralThanks! Pin
ns10-Jan-03 9:12
ns10-Jan-03 9:12 
GeneralRe: compile error Pin
Carlos Antollini10-Jan-03 9:09
Carlos Antollini10-Jan-03 9:09 
GeneralRe: compile error Pin
ns10-Jan-03 9:15
ns10-Jan-03 9:15 
GeneralRe: compile error Pin
AlexO10-Jan-03 11:40
AlexO10-Jan-03 11:40 
GeneralRe: compile error Pin
Carlos Antollini10-Jan-03 15:45
Carlos Antollini10-Jan-03 15:45 
Questionhow to get size of dialog? Pin
ns10-Jan-03 8:51
ns10-Jan-03 8:51 
AnswerRe: how to get size of dialog? Pin
Carlos Antollini10-Jan-03 9:03
Carlos Antollini10-Jan-03 9:03 

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.