Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: creating modeless dialog box Pin
Cedric Moonen4-Jul-05 20:59
Cedric Moonen4-Jul-05 20:59 
GeneralRe: creating modeless dialog box Pin
2249174-Jul-05 21:05
2249174-Jul-05 21:05 
GeneralRe: creating modeless dialog box Pin
Cedric Moonen4-Jul-05 21:24
Cedric Moonen4-Jul-05 21:24 
GeneralRe: creating modeless dialog box Pin
sayup5-Jul-05 2:37
sayup5-Jul-05 2:37 
GeneralSetActivePage of CPropertySheet Pin
GeloSoft4-Jul-05 20:35
GeloSoft4-Jul-05 20:35 
GeneralRe: SetActivePage of CPropertySheet Pin
PJ Arends4-Jul-05 21:10
professionalPJ Arends4-Jul-05 21:10 
Generalusing CMap Pin
laiju4-Jul-05 18:34
laiju4-Jul-05 18:34 
GeneralRe: using CMap Pin
laiju4-Jul-05 18:42
laiju4-Jul-05 18:42 
I have declared the following in my application.
"CMap < CString,LPCSTR,CWnd*,CWnd* > m_map"
I have a windows explorer like setup.
When i click a node in the tree i need to display an MDI Window.
So i have mapped the node item's text (LPCSTR) to that of the window pointer .So when i click a node i use CMap to get the window pointer and display the window.
Now when i alternatively click the windows i get the window pointer and i want to correspondingly shift the focus on the tree items.
So my question is how do i look up the key ( i.e LPCSTR) when i have the value (i.e.. CWnd*).
.

laiju
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:13
protectorChristian Graus4-Jul-05 19:13 
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:15
professionalRavi Bhavnani4-Jul-05 19:15 
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:20
protectorChristian Graus4-Jul-05 19:20 
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:26
professionalRavi Bhavnani4-Jul-05 19:26 
GeneralRe: using CMap Pin
Christian Graus4-Jul-05 19:33
protectorChristian Graus4-Jul-05 19:33 
GeneralRe: using CMap Pin
Ravi Bhavnani4-Jul-05 19:37
professionalRavi Bhavnani4-Jul-05 19:37 
GeneralRe: using CMap Pin
PJ Arends4-Jul-05 21:39
professionalPJ Arends4-Jul-05 21:39 
GeneralRe: using CMap Pin
Ravi Bhavnani5-Jul-05 4:59
professionalRavi Bhavnani5-Jul-05 4:59 
GeneralRe: using CMap Pin
PJ Arends5-Jul-05 10:33
professionalPJ Arends5-Jul-05 10:33 
GeneralRe: using CMap Pin
Joaquín M López Muñoz5-Jul-05 11:04
Joaquín M López Muñoz5-Jul-05 11:04 
GeneralRe: using CMap Pin
PJ Arends5-Jul-05 11:17
professionalPJ Arends5-Jul-05 11:17 
GeneralRe: using CMap Pin
Maximilien5-Jul-05 2:51
Maximilien5-Jul-05 2:51 
GeneralTaskbar Application Pin
zhaopi4-Jul-05 18:28
zhaopi4-Jul-05 18:28 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 18:30
protectorChristian Graus4-Jul-05 18:30 
GeneralRe: Taskbar Application Pin
zhaopi4-Jul-05 18:32
zhaopi4-Jul-05 18:32 
GeneralRe: Taskbar Application Pin
Christian Graus4-Jul-05 19:14
protectorChristian Graus4-Jul-05 19:14 
Generalhandling WM_MOUSEWHEEL between two views Pin
retro_coder4-Jul-05 18:10
retro_coder4-Jul-05 18:10 

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.