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

C / C++ / MFC

 
GeneralRe: Help using openthread Pin
mark novak2-May-05 2:42
mark novak2-May-05 2:42 
GeneralRe: Help using openthread Pin
Anonymous2-May-05 8:51
Anonymous2-May-05 8:51 
Questionhow to change my dialog? Pin
steven_wong1-May-05 17:29
steven_wong1-May-05 17:29 
AnswerRe: how to change my dialog? Pin
Christian Graus1-May-05 17:50
protectorChristian Graus1-May-05 17:50 
GeneralRe: how to change my dialog? Pin
steven_wong1-May-05 18:29
steven_wong1-May-05 18:29 
GeneralRe: how to change my dialog? Pin
Christian Graus2-May-05 12:50
protectorChristian Graus2-May-05 12:50 
GeneralRe: how to change my dialog? Pin
steven_wong2-May-05 16:03
steven_wong2-May-05 16:03 
GeneralRe: how to change my dialog? Pin
Christian Graus2-May-05 16:08
protectorChristian Graus2-May-05 16:08 
You can't, because it will be embedded in your frame. Your best bet would be to use a formview, and then resize the dialog when a button is pushed to show/hide the section that you're wanting to put in your dialog. To do this, either put the stuff you want to show/hide at the far bottom or far right of the form (so it's easy to size the form to hide it ), or put everything else onto a panel, so you can resize the panel to cover/show the controls in question at the top or left of the form. The second way is better, then you can get everything else to autosize on the panel, and only have to manually move one control.


Christian Graus - Microsoft MVP - C++
GeneralScrollable Dialogs Pin
Member 18984581-May-05 15:18
Member 18984581-May-05 15:18 
GeneralRe: Scrollable Dialogs Pin
Christian Graus1-May-05 15:31
protectorChristian Graus1-May-05 15:31 
GeneralRe: Scrollable Dialogs Pin
Member 18984582-May-05 12:17
Member 18984582-May-05 12:17 
GeneralRe: Scrollable Dialogs Pin
Ryan Binns1-May-05 18:30
Ryan Binns1-May-05 18:30 
GeneralCPropertySheet Minimize button Pin
Coremn1-May-05 14:29
Coremn1-May-05 14:29 
GeneralRe: CPropertySheet Minimize button Pin
namaskaaram1-May-05 18:51
namaskaaram1-May-05 18:51 
Questionfloating point data precision ? Pin
not_happy01-May-05 11:00
not_happy01-May-05 11:00 
AnswerRe: floating point data precision ? Pin
Christian Graus1-May-05 11:16
protectorChristian Graus1-May-05 11:16 
Generalinteger arithmetic Pin
eetelier1-May-05 9:30
eetelier1-May-05 9:30 
GeneralRe: integer arithmetic Pin
Christian Graus1-May-05 11:18
protectorChristian Graus1-May-05 11:18 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 11:36
Anonymous1-May-05 11:36 
GeneralRe: integer arithmetic Pin
Christian Graus1-May-05 11:46
protectorChristian Graus1-May-05 11:46 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 18:10
Anonymous1-May-05 18:10 
GeneralRe: integer arithmetic Pin
Christian Graus1-May-05 18:16
protectorChristian Graus1-May-05 18:16 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 19:45
Anonymous1-May-05 19:45 
GeneralRe: integer arithmetic Pin
Christian Graus2-May-05 12:54
protectorChristian Graus2-May-05 12:54 
GeneralRe: integer arithmetic Pin
Anonymous1-May-05 18:11
Anonymous1-May-05 18:11 

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.