Click here to Skip to main content
15,924,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[Help] VC++ & mathlab Pin
uumeme22-Jan-06 22:53
uumeme22-Jan-06 22:53 
AnswerRe: [Help] VC++ & mathlab Pin
Rage22-Jan-06 23:08
professionalRage22-Jan-06 23:08 
GeneralRe: [Help] VC++ & mathlab Pin
uumeme23-Jan-06 0:35
uumeme23-Jan-06 0:35 
GeneralRe: [Help] VC++ & mathlab Pin
Rage23-Jan-06 1:27
professionalRage23-Jan-06 1:27 
GeneralRe: [Help] VC++ & mathlab Pin
uumeme23-Jan-06 15:54
uumeme23-Jan-06 15:54 
QuestionMaking controls appear/disappear according to list selection Pin
kk_vp22-Jan-06 22:29
kk_vp22-Jan-06 22:29 
AnswerRe: Making controls appear/disappear according to list selection Pin
Cedric Moonen22-Jan-06 22:35
Cedric Moonen22-Jan-06 22:35 
AnswerRe: Making controls appear/disappear according to list selection Pin
Rage22-Jan-06 23:12
professionalRage22-Jan-06 23:12 
There are two ways of operating here :

1. As Cedric suggest, create the control you need dynamically, e.g. on the fly.
2. Create all controls in the resource editor, and hide/show them using the ::ShowWindow() API with SW_SHOW or SW_HIDE as parameter. This will look completely messy in the resource editor, but if you only have say two or three controls overlapping, it can still be handled.

The first solution is by far the best.


~RaGE();
AnswerRe: Making controls appear/disappear according to list selection Pin
Owner drawn22-Jan-06 23:22
Owner drawn22-Jan-06 23:22 
AnswerRe: Making controls appear/disappear according to list selection Pin
BadKarma22-Jan-06 23:43
BadKarma22-Jan-06 23:43 
AnswerRe: Making controls appear/disappear according to list selection Pin
David Crow23-Jan-06 3:44
David Crow23-Jan-06 3:44 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp24-Jan-06 21:54
kk_vp24-Jan-06 21:54 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow25-Jan-06 3:00
David Crow25-Jan-06 3:00 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp27-Jan-06 1:47
kk_vp27-Jan-06 1:47 
GeneralRe: Making controls appear/disappear according to list selection Pin
David Crow27-Jan-06 2:54
David Crow27-Jan-06 2:54 
GeneralRe: Making controls appear/disappear according to list selection Pin
kk_vp29-Jan-06 22:43
kk_vp29-Jan-06 22:43 
QuestionGetPrivateProfileString Pin
Nishad S22-Jan-06 22:07
Nishad S22-Jan-06 22:07 
AnswerRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:49
Owner drawn22-Jan-06 22:49 
GeneralRe: GetPrivateProfileString Pin
Nishad S22-Jan-06 22:53
Nishad S22-Jan-06 22:53 
GeneralRe: GetPrivateProfileString Pin
Owner drawn22-Jan-06 22:56
Owner drawn22-Jan-06 22:56 
AnswerRe: GetPrivateProfileString Pin
Rage22-Jan-06 23:29
professionalRage22-Jan-06 23:29 
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 0:13
Nishad S23-Jan-06 0:13 
GeneralRe: GetPrivateProfileString Pin
Rage23-Jan-06 1:20
professionalRage23-Jan-06 1:20 
GeneralRe: GetPrivateProfileString Pin
Nishad S23-Jan-06 1:28
Nishad S23-Jan-06 1:28 
GeneralRe: GetPrivateProfileString Pin
Rage23-Jan-06 1:57
professionalRage23-Jan-06 1:57 

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.