<?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[GetWindowText()]]></title><description><![CDATA[<p>hallo</p>
<pre><code>CPropertyPage *Page = new CMyPropPage;
	CMyPropPage-&gt;Construct(IDD_PROPPAGE_MYPROPPAGE);
	CString WindowName;
	CMyPropPage-&gt;GetWindowText(WindowName);
</code></pre>
<p>- CMyPropPage ist abgeleitet von CPropertyPage<br />
- IDD_PROPPAGE_MYPROPPAGE ist die Id von der in Ressourcen erstellten PropertyPage</p>
<p>wenn ich versuche GetWindowText(WindowName) aufzurufen kommt<br />
&quot;Debug Assertion Failed!&quot;</p>
<p>weiss einer woran das liegen kann ?</p>
<p>ps: ohne GetWindowText(WindowName) läuft alles und Property wird auch angezeigt</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162937/getwindowtext</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 15:18:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162937.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Oct 2006 14:27:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GetWindowText() on Tue, 24 Oct 2006 14:27:02 GMT]]></title><description><![CDATA[<p>hallo</p>
<pre><code>CPropertyPage *Page = new CMyPropPage;
	CMyPropPage-&gt;Construct(IDD_PROPPAGE_MYPROPPAGE);
	CString WindowName;
	CMyPropPage-&gt;GetWindowText(WindowName);
</code></pre>
<p>- CMyPropPage ist abgeleitet von CPropertyPage<br />
- IDD_PROPPAGE_MYPROPPAGE ist die Id von der in Ressourcen erstellten PropertyPage</p>
<p>wenn ich versuche GetWindowText(WindowName) aufzurufen kommt<br />
&quot;Debug Assertion Failed!&quot;</p>
<p>weiss einer woran das liegen kann ?</p>
<p>ps: ohne GetWindowText(WindowName) läuft alles und Property wird auch angezeigt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1160373</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1160373</guid><dc:creator><![CDATA[Sergius]]></dc:creator><pubDate>Tue, 24 Oct 2006 14:27:02 GMT</pubDate></item><item><title><![CDATA[Reply to GetWindowText() on Tue, 24 Oct 2006 16:20:26 GMT]]></title><description><![CDATA[<p>Du solltest vielleicht</p>
<pre><code class="language-cpp">CPropertyPage *Page = new CMyPropPage;
Page-&gt;Construct(IDD_PROPPAGE_MYPROPPAGE);
CString WindowName;
Page-&gt;GetWindowText(WindowName);
</code></pre>
<p>verwenden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1160486</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1160486</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 24 Oct 2006 16:20:26 GMT</pubDate></item><item><title><![CDATA[Reply to GetWindowText() on Fri, 03 Nov 2006 13:55:40 GMT]]></title><description><![CDATA[<p>Jochen Kalmbach schrieb:</p>
<blockquote>
<p>Du solltest vielleicht</p>
<pre><code class="language-cpp">CPropertyPage *Page = new CMyPropPage;
Page-&gt;Construct(IDD_PROPPAGE_MYPROPPAGE);
CString WindowName;
Page-&gt;GetWindowText(WindowName);
</code></pre>
<p>verwenden...</p>
</blockquote>
<p>genauso habe ich das auch, nur mich oben verschrieben...</p>
<p>aber problem bleibt, es geht nicht !!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1167726</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1167726</guid><dc:creator><![CDATA[Sergius]]></dc:creator><pubDate>Fri, 03 Nov 2006 13:55:40 GMT</pubDate></item><item><title><![CDATA[Reply to GetWindowText() on Fri, 03 Nov 2006 16:12:51 GMT]]></title><description><![CDATA[<p>Es kann nicht gehen, denn solange die Seite nicht per AddPage hinzugefügt wurde zum Sheet und solange das Sheet nicht am Leben ist gibt es kein Fenster!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1167810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1167810</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Fri, 03 Nov 2006 16:12:51 GMT</pubDate></item></channel></rss>