<?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[ID öffnen]]></title><description><![CDATA[<p>Ich habe mal wieder ein ultra Noob like Problem, aber google hilft mir leider nicht weiter, also frage ich hier. Wie genau lautet der Befehl eine ID zu öffnen? Ich habe extrem Mühe mit der MSDN und finde dort praktisch nie Lösungen für meine Probleme, wahrscheinlich verwende ich die falschen Suchbegriffe.</p>
<p>Bsp:</p>
<pre><code class="language-cpp">void CHonorsDlg::OnOptions() 
{
	HIER SOLLTE JETZT z.B. Die IDD_OPTION aufgerufen werde.
}
</code></pre>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160983/id-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 00:09:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160983.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Oct 2006 07:21:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 07:22:15 GMT]]></title><description><![CDATA[<p>Ich habe mal wieder ein ultra Noob like Problem, aber google hilft mir leider nicht weiter, also frage ich hier. Wie genau lautet der Befehl eine ID zu öffnen? Ich habe extrem Mühe mit der MSDN und finde dort praktisch nie Lösungen für meine Probleme, wahrscheinlich verwende ich die falschen Suchbegriffe.</p>
<p>Bsp:</p>
<pre><code class="language-cpp">void CHonorsDlg::OnOptions() 
{
	HIER SOLLTE JETZT z.B. Die IDD_OPTION aufgerufen werde.
}
</code></pre>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147727</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147727</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 07:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 07:55:57 GMT]]></title><description><![CDATA[<p>Was bedeutet denn &quot;ID öffnen&quot;???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147745</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147745</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Oct 2006 07:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 07:57:54 GMT]]></title><description><![CDATA[<p>Schlecht ausgedrückt, sry. Es geht darum ein Dialog zu öffnen, in meinem Beispiel geht es konkret darum den Optionsdialog zu öffnen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147748</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147748</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 07:57:54 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 08:06:37 GMT]]></title><description><![CDATA[<p>I.d.R. hast Du ja eine Klasse für den IDD_OPTIONS in der Art:</p>
<pre><code class="language-cpp">class COptionDlg : public CDialog
{
public:
	COptionDlg();

// Dialogfelddaten
	enum { IDD = IDD_OPTION };

	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV-Unterstützung

// Implementierung
protected:
	DECLARE_MESSAGE_MAP()
};
</code></pre>
<p>Und den kannst Du dann einfach anzeigen lassen durch:</p>
<pre><code class="language-cpp">COptionDlg dlgOption;
dlgOption.DoModal();
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1147756</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147756</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Oct 2006 08:06:37 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:35:09 GMT]]></title><description><![CDATA[<p>Danke! Das Problem wäre gelöst, schon taucht das nächste auf (Ich habe eigentlich nichts mit C++ am Hut - wie ihr sicher merkt): Wie überprüfe ich den Zustand einer Checkbox?</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147807</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147807</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:35:09 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:36:29 GMT]]></title><description><![CDATA[<p><a href="http://www.se.fh-heilbronn.de/usefulstuff/VCPLUS6/inhalt.htm" rel="nofollow">http://www.se.fh-heilbronn.de/usefulstuff/VCPLUS6/inhalt.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147809</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:36:29 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:39:21 GMT]]></title><description><![CDATA[<p>m_checkBox.GetCheck() !?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147812</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147812</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:39:46 GMT]]></title><description><![CDATA[<p>Danke, ich möchte jetzt nicht noch einmal erläutern müssen warum ich keine Zeit und Lust habe C++ wirklich zu lernen. Ich gebe mir Mühe so viel wie möglich selbst zu erledigen und nur kurze genau definierte Fragen hier im Forum zu stellen. Leute, welche dieses Schmarotzertum nicht verstehen können, sollen doch bitte einfach nicht antworten und die Beiträge ignorieren. Ich hoffe trotzdem, dass sich jemand noch diesen Moment Zeit für mich nehmen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147813</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147813</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:39:46 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:41:23 GMT]]></title><description><![CDATA[<p>Danke @ Jochen Kalmbach, aber irgendwie funktioniert das bei mir leider nicht. Ich begriefe nicht, wie die Checkboxklasse angesprochen wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147814</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147814</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:41:23 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 09:51:37 GMT]]></title><description><![CDATA[<p>- Du hast doch einen Dialog angelegt, oder?<br />
- Dann hast Du doch eine CheckBox auf den Dialog im Designer gezogen, oder?<br />
- Jetzt musst Du eine eindeutige ID (Namen) für die Checkbox vergeben<br />
- Jetzt musst Du noch eine Control-Variable für diese CHeckbox anlegen (rechte Maustaste auf die CheckBox auf &quot;Add Variable...&quot; (z.B. m_checkBox)<br />
- Ab sofort kannst Du via m_checkBox-&gt;GetCheck() den Status abfragen</p>
<p>PS: Wenn Du keine Lust/Interesse hast C++ zu lernen, warum machst Du es dann? Vergibt den Auftrag an jemand, dann hast Du keine Mühe damit! Dazu gibt es extra das &quot;Projekte&quot; Forum!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147821</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147821</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 02 Oct 2006 09:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Mon, 02 Oct 2006 10:07:39 GMT]]></title><description><![CDATA[<p>Gold wert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /> Danke es funktioniert. Ich muss wegen meines Maturarbeitsbetreuers etwas in C++ schreiben. Ist zwar nicht mein Thema aber ich kann mich leider nicht dagegen wehren. Dadruch ,das ich nicht gerade reich bin, kann ich es mir nicht leisten dieses Projekt aus der Hand zu geben. Ich hoffe ich schaffe es irgendwie.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1147829</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1147829</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Mon, 02 Oct 2006 10:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Tue, 03 Oct 2006 13:15:16 GMT]]></title><description><![CDATA[<p>Ich habe mal wieder eine kleine Frage und wäre für die Lösung sehr dankbar. Ich begreife irgendwie die CBrush Klasse überhaupt nicht. Ist der Weg, dieses Rechteck farbig darzustellen wirklich so schwierig wie ich mir denke.</p>
<pre><code class="language-cpp">void CHonorsDlg::draw()
{
    CClientDC dc(this);

	for (int y = 0; y &lt; 80; y++)
		for (int x = 0; x&lt;100; ++x)
		{
			dc.Rectangle(x*10,y*10,x*10+10,y*10+10);
			if (screen[x][y] == true)
				for(int z = 9; z &gt; 0; --z)
					dc.Rectangle(x*10,y*10,x*10+z,y*10+z);

		}

		return;

}
</code></pre>
<p>Ich wäre sehr froh, wenn mir jemand dieses Beispiel schnell abändern könnte. Danke !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148647</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Tue, 03 Oct 2006 13:15:16 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Tue, 03 Oct 2006 14:53:26 GMT]]></title><description><![CDATA[<p>1. Normalerweise zeichnet man nur auf verlangen in OnPaint (WM_PAINT)<br />
2. Wo ist da ein CBrush?<br />
3. Bursh setzt man z.B. so: paintDC.SelectObject(&amp;myBrush);</p>
<p>Siehe auch:<br />
<a href="http://msdn2.microsoft.com/en-us/library/ad8zd3da.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ad8zd3da.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148716</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148716</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 03 Oct 2006 14:53:26 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Tue, 03 Oct 2006 16:43:28 GMT]]></title><description><![CDATA[<p>Der CBrush fehlt eben noch. Ich begreife nicht was genau gebraucht wird um das Rechteck zu färben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148773</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148773</guid><dc:creator><![CDATA[fl4shchischte]]></dc:creator><pubDate>Tue, 03 Oct 2006 16:43:28 GMT</pubDate></item><item><title><![CDATA[Reply to ID öffnen on Tue, 03 Oct 2006 17:00:31 GMT]]></title><description><![CDATA[<p>Es gibt doch zuhauf Beispiele...<br />
<a href="http://www.codeproject.com/gdi/drawtechniques.asp" rel="nofollow">http://www.codeproject.com/gdi/drawtechniques.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148781</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148781</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 03 Oct 2006 17:00:31 GMT</pubDate></item></channel></rss>