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

C / C++ / MFC

 
GeneralRe: opensource editor Pin
tina->newcoder18-Jan-08 7:01
tina->newcoder18-Jan-08 7:01 
QuestionRe: opensource editor Pin
Maximilien18-Jan-08 8:13
Maximilien18-Jan-08 8:13 
GeneralRe: opensource editor Pin
Ed.Poore18-Jan-08 13:59
Ed.Poore18-Jan-08 13:59 
GeneralRe: opensource editor Pin
Hamid_RT18-Jan-08 19:03
Hamid_RT18-Jan-08 19:03 
GeneralRe: opensource editor Pin
Sanjay K20-Jan-08 16:42
Sanjay K20-Jan-08 16:42 
GeneralRe: opensource editor Pin
Hamid_RT20-Jan-08 18:26
Hamid_RT20-Jan-08 18:26 
QuestionHow would I implement a scrollable region of CEdit and Combo boxes within a modal CDialog? Pin
HarlanPipster18-Jan-08 5:44
HarlanPipster18-Jan-08 5:44 
GeneralRe: How would I implement a scrollable region of CEdit and Combo boxes within a modal CDialog? Pin
Iain Clarke, Warrior Programmer18-Jan-08 6:20
Iain Clarke, Warrior Programmer18-Jan-08 6:20 
What I've done in a similar circumstance is to have two dialog boxes.

One - the parent dialog box (BoxA), with the OK, Cancel and scroll bar.
It also has a placeholder static control.

I then replace that placeholder with a CWnd descendant custom control (ControlA). (Though you could just create it directly - I prefer to use the dialog box resource editor for ease of layout).

THAT child window that creates a modeless dialog box, which has your 25 odd controls on it (BoxB).

Then the scroll bar sends WM_xSCROLL messages to BoxA, which then pass to ControlA - which moves BoxB about. ControlA clips BoxB, and tada!

Simple, eh?

Needless to say, when it got a bit more complex I replaced the lot with a wizard like you want to do...

Iain.
QuestionMaking a program appear in the Tray Pin
Wamuti18-Jan-08 4:48
Wamuti18-Jan-08 4:48 
GeneralRe: Making a program appear in the Tray Pin
Chris Losinger18-Jan-08 5:27
professionalChris Losinger18-Jan-08 5:27 
GeneralRe: Making a program appear in the Tray Pin
followait18-Jan-08 7:21
followait18-Jan-08 7:21 
GeneralProblem in displaying the line numbers. Pin
Sanjay K18-Jan-08 4:45
Sanjay K18-Jan-08 4:45 
GeneralRe: Problem in displaying the line numbers. Pin
CPallini18-Jan-08 4:48
mveCPallini18-Jan-08 4:48 
QuestionRe: Problem in displaying the line numbers. Pin
David Crow18-Jan-08 5:36
David Crow18-Jan-08 5:36 
QuestionDesign Patterns Pin
geekfromindia18-Jan-08 4:39
geekfromindia18-Jan-08 4:39 
GeneralRe: Design Patterns Pin
geekfromindia18-Jan-08 4:40
geekfromindia18-Jan-08 4:40 
GeneralRe: Design Patterns Pin
CPallini18-Jan-08 4:45
mveCPallini18-Jan-08 4:45 
GeneralRe: Design Patterns Pin
geekfromindia18-Jan-08 4:58
geekfromindia18-Jan-08 4:58 
GeneralRe: Design Patterns Pin
CPallini18-Jan-08 5:50
mveCPallini18-Jan-08 5:50 
GeneralRe: Design Patterns Pin
geekfromindia18-Jan-08 6:25
geekfromindia18-Jan-08 6:25 
GeneralRe: Design Patterns Pin
geekfromindia18-Jan-08 6:33
geekfromindia18-Jan-08 6:33 
GeneralFillRect with a pattern brush, offset problem Pin
followait18-Jan-08 3:44
followait18-Jan-08 3:44 
GeneralRe: FillRect with a pattern brush, offset problem Pin
bob1697218-Jan-08 4:02
bob1697218-Jan-08 4:02 
GeneralRe: FillRect with a pattern brush, offset problem Pin
followait18-Jan-08 4:17
followait18-Jan-08 4:17 
GeneralRe: FillRect with a pattern brush, offset problem Pin
bob1697218-Jan-08 5:18
bob1697218-Jan-08 5:18 

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.