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

C / C++ / MFC

 
AnswerRe: How to convert a CString to ... Pin
Not Active15-Jan-02 9:05
mentorNot Active15-Jan-02 9:05 
AnswerRe: How to convert a CString to ... Pin
Fred D.15-Jan-02 9:21
Fred D.15-Jan-02 9:21 
GeneralRe: How to convert a CString to ... Pin
kelthar15-Jan-02 11:57
kelthar15-Jan-02 11:57 
GeneralRe: How to convert a CString to ... Pin
Derek Waters15-Jan-02 12:06
Derek Waters15-Jan-02 12:06 
Generalenumerating monspaced fonts Pin
alex.barylski15-Jan-02 8:52
alex.barylski15-Jan-02 8:52 
GeneralRe: enumerating monspaced fonts Pin
Joaquín M López Muñoz15-Jan-02 9:57
Joaquín M López Muñoz15-Jan-02 9:57 
GeneralGraphic layers in VC++ Pin
Fred D.15-Jan-02 8:51
Fred D.15-Jan-02 8:51 
GeneralRe: Graphic layers in VC++ Pin
Joaquín M López Muñoz15-Jan-02 9:13
Joaquín M López Muñoz15-Jan-02 9:13 
There's a lot of ways to handle this situation, depending on your specific requirements. If you are developing a dialog-based app (I'm assuming you use MFC), then a possibility (by no means the only one) is that you paint the background picture as the dialog background (see this post of mine that explains how to do it), and the icons and texts you can create them dynamically as CButtons and CStatics, respectively, having your dialog as their parent window. Then, depending on the layers you want to depict, you just have to show/hide the controls (you can store pointers to it on some arrays, one for each layer) with ShowWindow.
Sorry for this vague explanation, but maybe it's enough to put you on the right track. Good luck.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Graphic layers in VC++ Pin
Christian Graus15-Jan-02 9:59
protectorChristian Graus15-Jan-02 9:59 
GeneralDialogs in a CFormView Pin
Claude Gagnon15-Jan-02 7:28
Claude Gagnon15-Jan-02 7:28 
GeneralRe: Dialogs in a CFormView Pin
Not Active15-Jan-02 9:03
mentorNot Active15-Jan-02 9:03 
GeneralRe: Dialogs in a CFormView Pin
Joaquín M López Muñoz15-Jan-02 9:15
Joaquín M López Muñoz15-Jan-02 9:15 
GeneralSQL problem ! Pin
Hadi Rezaee15-Jan-02 6:13
Hadi Rezaee15-Jan-02 6:13 
GeneralRe: SQL problem ! Pin
Joaquín M López Muñoz15-Jan-02 8:01
Joaquín M López Muñoz15-Jan-02 8:01 
GeneralRe: SQL problem ! Pin
Hadi Rezaee15-Jan-02 10:01
Hadi Rezaee15-Jan-02 10:01 
GeneralPerplexed Pin
Stan the man15-Jan-02 5:20
Stan the man15-Jan-02 5:20 
GeneralRe: Perplexed Pin
Joaquín M López Muñoz15-Jan-02 7:54
Joaquín M López Muñoz15-Jan-02 7:54 
GeneralDirect X Pin
15-Jan-02 1:22
suss15-Jan-02 1:22 
GeneralRe: Direct X Pin
Christian Graus15-Jan-02 1:33
protectorChristian Graus15-Jan-02 1:33 
GeneralRe: Direct X Pin
Hadi Rezaee15-Jan-02 6:10
Hadi Rezaee15-Jan-02 6:10 
GeneralRe: Direct X Pin
Vladimir Georgiev16-Jan-02 3:43
Vladimir Georgiev16-Jan-02 3:43 
GeneralRe: Direct X Pin
Hadi Rezaee16-Jan-02 6:56
Hadi Rezaee16-Jan-02 6:56 
GeneralFile and Folder! Pin
Mazdak15-Jan-02 1:17
Mazdak15-Jan-02 1:17 
GeneralRe: File and Folder! Pin
Christian Graus15-Jan-02 1:26
protectorChristian Graus15-Jan-02 1:26 
GeneralRe: File and Folder! Pin
Mazdak15-Jan-02 1:36
Mazdak15-Jan-02 1:36 

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.