Click here to Skip to main content
15,914,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
KaЯl9-Aug-07 0:03
KaЯl9-Aug-07 0:03 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
Jelahd9-Aug-07 0:21
Jelahd9-Aug-07 0:21 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Rajasegar9-Aug-07 0:32
Rajasegar9-Aug-07 0:32 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
toxcct9-Aug-07 0:35
toxcct9-Aug-07 0:35 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
jhwurmbach9-Aug-07 0:42
jhwurmbach9-Aug-07 0:42 
GeneralRe: User breakpoint called from code at 0x77f813b1 Pin
Jelahd9-Aug-07 6:02
Jelahd9-Aug-07 6:02 
AnswerRe: User breakpoint called from code at 0x77f813b1 Pin
Stephen Hewitt9-Aug-07 20:07
Stephen Hewitt9-Aug-07 20:07 
QuestionDialogBar problem Pin
Aamol M8-Aug-07 23:24
Aamol M8-Aug-07 23:24 
I have a class derived from CDialogBar.

I create it in CMainFrm::OnCreate()function.
Used- EnableDocking(0) and FloatControlBar(), ShowControlBar() fuinctions to show, set poesition and set size of DialogBar.

Now it works well.


But in one condition (Say by clicking on some Menu) I dont want Dialogbar to be moved elsewhere. Meaning positions for Dialogbar should get locked.
. Again by clicking on same menu it should be moved anywhere.


This is the requirement.


Now I tryed everything for making it FIXED at one place with
OnMOve() for dialogBar. With SetWindowpos() function.

For SetWindowPos() I tryed last flag parameter to be NORESIZE but it didnt worked. To confirm that this function works I tryed SWP_HIDEWINDOW then it hides the window.


Is there any way that I can toggle between FIXED position mode and Moving mode for Dialogbar???

Parametrs passed to create of Dialogbar
CBRS_BOTTOM | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC,

Is there any message I can get in MainFrame when I am resizing the DialogBar...



AmolM

AnswerRe: DialogBar problem Pin
KaЯl8-Aug-07 23:40
KaЯl8-Aug-07 23:40 
GeneralRe: DialogBar problem Pin
Aamol M8-Aug-07 23:55
Aamol M8-Aug-07 23:55 
GeneralRe: DialogBar problem Pin
KaЯl9-Aug-07 0:11
KaЯl9-Aug-07 0:11 
GeneralRe: DialogBar problem Pin
Aamol M9-Aug-07 0:53
Aamol M9-Aug-07 0:53 
Question[Help] Out of memory Pin
Pogo Lin8-Aug-07 23:20
Pogo Lin8-Aug-07 23:20 
AnswerRe: [Help] Out of memory Pin
Iain Clarke, Warrior Programmer8-Aug-07 23:28
Iain Clarke, Warrior Programmer8-Aug-07 23:28 
GeneralRe: [Help] Out of memory Pin
Pogo Lin9-Aug-07 17:49
Pogo Lin9-Aug-07 17:49 
QuestionRe: [Help] Out of memory Pin
David Crow9-Aug-07 3:27
David Crow9-Aug-07 3:27 
AnswerRe: [Help] Out of memory Pin
Pogo Lin9-Aug-07 17:51
Pogo Lin9-Aug-07 17:51 
QuestionAbout outlook [modified] Pin
faulfish8-Aug-07 23:06
faulfish8-Aug-07 23:06 
QuestionRe: About outlook Pin
David Crow9-Aug-07 3:36
David Crow9-Aug-07 3:36 
Questionpassing strings Pin
dona jain8-Aug-07 23:03
dona jain8-Aug-07 23:03 
AnswerRe: passing strings Pin
toxcct8-Aug-07 23:27
toxcct8-Aug-07 23:27 
GeneralRe: passing strings Pin
dona jain8-Aug-07 23:33
dona jain8-Aug-07 23:33 
GeneralRe: passing strings Pin
David Crow9-Aug-07 3:38
David Crow9-Aug-07 3:38 
AnswerRe: passing strings Pin
jhwurmbach8-Aug-07 23:37
jhwurmbach8-Aug-07 23:37 
GeneralRe: passing strings Pin
dona jain8-Aug-07 23:40
dona jain8-Aug-07 23:40 

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.