Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Problem with AtlAxCreateDialog Pin
Mark Salsbery7-May-07 10:20
Mark Salsbery7-May-07 10:20 
AnswerRe: Problem with AtlAxCreateDialog Pin
Stephen Hewitt7-May-07 14:00
Stephen Hewitt7-May-07 14:00 
QuestionSetIcon Error / Exception Pin
ScotDolan7-May-07 9:12
ScotDolan7-May-07 9:12 
AnswerRe: SetIcon Error / Exception Pin
ScotDolan7-May-07 9:39
ScotDolan7-May-07 9:39 
QuestionRe: SetIcon Error / Exception Pin
David Crow7-May-07 9:50
David Crow7-May-07 9:50 
AnswerRe: SetIcon Error / Exception Pin
Hans Dietrich7-May-07 14:28
mentorHans Dietrich7-May-07 14:28 
AnswerRe: SetIcon Error / Exception Pin
Hamid_RT7-May-07 19:43
Hamid_RT7-May-07 19:43 
QuestionCToolBar force the position even in hidden places Pin
Endaroza7-May-07 8:35
Endaroza7-May-07 8:35 
Hi everyone!
I am currently developing the new interface for a CAD program, my customer made me made with TRULY dynamic toolbars, dockbar, arbitrary positioning, locking, controls, multicolumn and wetheaver could come in mind.. everithing ok until one day...they needed a feature with toolbars for wich:
1st) You have 2 toolbars and you put them on the (e.g.) the left side, by code or dragging, now you have one column with the first and second toolbar
2nd) Now the fear begins: you slowly shrink the application mainframe. When the lowest toolbar become invisible... WM_WINDOWPOSCHANGING,WM_MOVE,WM_WINDOWPOSCHANGED and the hidden toolbar jumps on the right of the one still visible. Yes that's the standard way, i know,
3d) But they don't like it cuz they've seen a product that in this situation does not move anything!!! The toolbars stays where they are EVEN HIDDEN!!!!

The reason for this is that having several locked toolbar, and a pretty complex interface (wich saves the various position of everything is on the screen) they don't like that such a change could happen. I tried to look to get some idea with ProfUI but they don't have this option.

I now work by several years on C/C++/MFC but i'm really getting mad to get an idea of where i can put my hands, i tried the CDockBar, the CMainFrame, hanging around with the debugger, subclassing, but i seems not to be able to find where the MainFrame (or who?) decide arbitrarely where to put the XXX toolbars Frown | :(

Thank you for the help, and if u are interested into tips for toolbars i'm here Smile | :)
Enrico

-Yes, i don't write a good english- Smile | :)
Unlukily it's not a Joke... Frown | :(
Hope you'll understand!! Wink | ;)

AnswerRe: CToolBar force the position even in hidden places Pin
Hans Dietrich7-May-07 14:42
mentorHans Dietrich7-May-07 14:42 
GeneralRe: CToolBar force the position even in hidden places Pin
Endaroza7-May-07 20:47
Endaroza7-May-07 20:47 
AnswerYES!!! Pin
Endaroza8-May-07 3:57
Endaroza8-May-07 3:57 
QuestionHide Dial-up Tray Icon? Pin
HorrorVision7-May-07 7:55
HorrorVision7-May-07 7:55 
AnswerRe: Hide Dial-up Tray Icon? Pin
HorrorVision7-May-07 8:00
HorrorVision7-May-07 8:00 
GeneralRe: Hide Dial-up Tray Icon? Pin
Hans Dietrich7-May-07 14:45
mentorHans Dietrich7-May-07 14:45 
AnswerRe: Hide Dial-up Tray Icon? Pin
ThatsAlok16-May-07 20:05
ThatsAlok16-May-07 20:05 
Questionsort linklist problem Pin
Arif Liminto7-May-07 6:38
professionalArif Liminto7-May-07 6:38 
AnswerRe: sort linklist problem Pin
toxcct7-May-07 6:45
toxcct7-May-07 6:45 
AnswerRe: sort linklist problem Pin
Hans Dietrich7-May-07 7:43
mentorHans Dietrich7-May-07 7:43 
AnswerRe: sort linklist problem Pin
David Crow7-May-07 8:36
David Crow7-May-07 8:36 
QuestionClipping a region and moving it... Pin
Aamol M7-May-07 4:46
Aamol M7-May-07 4:46 
QuestionLinker error Pin
tom groezer7-May-07 4:33
tom groezer7-May-07 4:33 
AnswerRe: Linker error Pin
toxcct7-May-07 4:48
toxcct7-May-07 4:48 
QuestionPost Build step Pin
tom groezer7-May-07 4:27
tom groezer7-May-07 4:27 
AnswerRe: Post Build step Pin
toxcct7-May-07 4:55
toxcct7-May-07 4:55 
GeneralRe: Post Build step Pin
tom groezer7-May-07 20:41
tom groezer7-May-07 20:41 

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.