问题描述
嗨!
我创建了包含不同处理程序的Cdialog.在此Cdialog上,我创建CSizingControlBar:可调整大小的控制栏(可以将其拖动到Dailog之外)
因此,我可以仅将Cdialog用作事件处理程序,而不能为他调用.doModal()吗?换句话说,我不希望显示Cdialog,而是显示其成员(CSizingControlBars)支架.
P.S. CSizingControlBar是一个工作栏,我可以在屏幕上移动它.我可以随心所欲放置CSizingControlBar.
http://www.datamekanix.com/sizecbar/
Hi!
I create Cdialog which contain different handlers. On this Cdialog I create CSizingControlBar: resizable control bar(who can dragged outside Dailog)
So, can I use Cdialog only as event handler and not to call .doModal() for him? In other words, I whant not to show Cdialog but his members(CSizingControlBars) shold be shown.
P.S. CSizingControlBar is a working bar which I can move across the screen. I can put to CSizingControlBar what ever I want.
http://www.datamekanix.com/sizecbar/
推荐答案
这篇关于MFC CDailog,不应显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!