Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
ModifyStyle() will work if I remove the caption Bar of it BUT it does not look good. AND requirement is just to make it locked without removing caption abr.

Sorry. I have used SWP_NOMOVE flag for not moving the DialogBar...


My problem is I want to LOCK the positions in one case and unlock the positions (user can move it anywhere in other case.

But what should I override in my class???

I handled OnMove(), OnSize() every other meaage in DialogBar class but it doesnt come there at any time.

Is there anything I get notified in CMainFrm OR myDialogBar class that dialogBar is about to move....

I also handled WM_CAPUTRECHANGED message in DialogBar class. Control comes here when I release the capture from that dialogBar. But even at this time I call FloatControlBar() to some fixed position then also it doesnt work.

I have read somewhwre that DialogBar notification are sent to the parent window. In this case CMainFrm. But I didnt get it.


In CalcDynamicSize() handler of Dialogbar class, control comes here when we even click on caption bar of it. But there also I cant do anything to set the positions to default. I have uesed FloatControlBar() here.











AmolM

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 
GeneralRe: passing strings Pin
jhwurmbach8-Aug-07 23:43
jhwurmbach8-Aug-07 23:43 
GeneralRe: passing strings Pin
dona jain8-Aug-07 23:46
dona jain8-Aug-07 23:46 

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.