<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CDialogBar]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich hab ein SDI Fenster. Da habe ich mit CDialogBar zwei Dialogfenster eingefügt:</p>
<pre><code class="language-cpp">int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) 
{
	if (CFrameWnd::OnCreate(lpCreateStruct) == -1)
		return -1;

	m_bottomMenu.Create(this, IDD_BOTTOMMENU, CBRS_BOTTOM | WS_CHILD | WS_VISIBLE | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS, 1); 
	m_rightMenu.Create(this, IDD_RIGHTMENU, CBRS_RIGHT | WS_CHILD | WS_VISIBLE | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS, 2);

	m_rightMenu.EnableDocking(CBRS_ALIGN_ANY);
	m_bottomMenu.EnableDocking(CBRS_ALIGN_ANY);
	EnableDocking(CBRS_ALIGN_ANY);
	DockControlBar(&amp;m_rightMenu);

	return 0;
}
</code></pre>
<p>das klappt auch wunderbar. allerdings sind die buttons in den dialogen alle deaktiviert. auch wenn ihnen eine funktion zugewiesen worden ist. Wo ist da der Fehler?</p>
<p>ich hoffe ihr könnt mir hlefen!</p>
<p>Lecter</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74407/cdialogbar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 07:21:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74407.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 May 2004 11:21:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CDialogBar on Thu, 20 May 2004 11:22:18 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich hab ein SDI Fenster. Da habe ich mit CDialogBar zwei Dialogfenster eingefügt:</p>
<pre><code class="language-cpp">int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) 
{
	if (CFrameWnd::OnCreate(lpCreateStruct) == -1)
		return -1;

	m_bottomMenu.Create(this, IDD_BOTTOMMENU, CBRS_BOTTOM | WS_CHILD | WS_VISIBLE | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS, 1); 
	m_rightMenu.Create(this, IDD_RIGHTMENU, CBRS_RIGHT | WS_CHILD | WS_VISIBLE | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS, 2);

	m_rightMenu.EnableDocking(CBRS_ALIGN_ANY);
	m_bottomMenu.EnableDocking(CBRS_ALIGN_ANY);
	EnableDocking(CBRS_ALIGN_ANY);
	DockControlBar(&amp;m_rightMenu);

	return 0;
}
</code></pre>
<p>das klappt auch wunderbar. allerdings sind die buttons in den dialogen alle deaktiviert. auch wenn ihnen eine funktion zugewiesen worden ist. Wo ist da der Fehler?</p>
<p>ich hoffe ihr könnt mir hlefen!</p>
<p>Lecter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/523885</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/523885</guid><dc:creator><![CDATA[Lecter]]></dc:creator><pubDate>Thu, 20 May 2004 11:22:18 GMT</pubDate></item><item><title><![CDATA[Reply to CDialogBar on Fri, 21 May 2004 07:11:02 GMT]]></title><description><![CDATA[<p>ich will hier ja nicht unbedingt schieben - ich tus aber dennoch, weil ich auch per google einfach keine antwort auf meine frage finde...<br />
hat keine hier ne ahnung?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/524370</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/524370</guid><dc:creator><![CDATA[Lecter]]></dc:creator><pubDate>Fri, 21 May 2004 07:11:02 GMT</pubDate></item></channel></rss>