How to set a gripper in the module? In which part of the code want to fix the gripper? sample example?Reply
Hello *, We have been using mrcext sucessfully for the last year or so - great work! But now that we have switched from Visual Studio 2003 to Visual Studio 2005, the views are no longer correctly updated due to some problem we are so far unable to identify. Unfortunately we cannot debug the code, because it seems to occur only on a few computes, and not on those which we can control and where Visual Studio is installed. Does anyone has the same expierence, or an idea what could have changed on VS 2005? Thanks for any hint or help, Hermann
Replyhi, can anyone help me with setting minimum size of a docked dialogbar in MDI App? I know, that OnGetMinMaxInfo won't do a business... :] regards SaviP
ReplyOriginally posted by: Sam Tatnall
Is there any way to dock a CMRCSizeDialogBar object to an MDI child window rather than an MDI frame window?
ReplyOriginally posted by: FOLK
I add some controls in the bar (such as CButton, CEdit, etc)and they all work right. But when I place a FlexGrid in it I found I can not catch any message when I operate on this control (such as click, dbclick). Why? And how to resolve this problem?
Originally posted by: Peter Pepperell
When the dialog bars are floating in the docktest window, the Close button on the title bar (X in the right corner) works to hide the window.
However, the dialog bars in my code do not respond the same way to the Close button. Once it is clicked nothing seems to happen. Until you try to redock the bar and then it gets hidden.
If anyone has any ideas on this, they would be much appreciated!
Thanks,
Peter Pepperell
ReplyOriginally posted by: Marinda
I am using the scribble example. But I don't know how to set the size and position of CSizeViewBar object.
SetWindowPos(&CWnd::wndBottom,0,0,0,0,SWP_NOSIZE)
Can anyone tell me how to do this? Thank you very much!
Marinda
Dear colleagues,
I try the following two ways. But neither of them works:
DockControlBar(pViewBars, AFX_IDW_DOCKBAR_LEFT, &rcViewBar)
Originally posted by: gray wolf
Great Work!
I add some controls in the bar (such as CButton, CEdit, etc)and they all work right. But when I place a FlexGrid in it I found I can not catch any message when I operate on this control (such as click, dbclick). Why? And how to resolve this problem?
ReplyOriginally posted by: ginhwee
I've encounter the following problem while compiling with VC++ 7.0:
error LNK2019: unresolved external symbol "protected: void __thiscall CMiniFrameWnd::InvertSysMenu(void)"
Can anyone help? Thanks
ReplyOriginally posted by: jan
Hello all,
Does anybody know if it is possible to change active button if the buttons are in different dialog by the TAB button ?
Jan
Reply