<?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[CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben?]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich das eingegebene(von CreateWindow(&quot;edit&quot;....) z.b. in eine MessageBox ausgeben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/242673/createwindow-quot-edit-quot-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Apr 2026 21:35:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/242673.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Jun 2009 21:18:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Sat, 06 Jun 2009 21:18:57 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich das eingegebene(von CreateWindow(&quot;edit&quot;....) z.b. in eine MessageBox ausgeben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1722494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1722494</guid><dc:creator><![CDATA[fragenueberfragen]]></dc:creator><pubDate>Sat, 06 Jun 2009 21:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Sat, 06 Jun 2009 21:24:31 GMT]]></title><description><![CDATA[<p>GetWindowText</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1722497</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1722497</guid><dc:creator><![CDATA[rul0r]]></dc:creator><pubDate>Sat, 06 Jun 2009 21:24:31 GMT</pubDate></item><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Sat, 06 Jun 2009 22:34:06 GMT]]></title><description><![CDATA[<p>wenn ich das mache dann bekomm ich zwei errors:</p>
<pre><code>main.cpp|170|error C2065: 'size' : undeclared identifier|
main.cpp|171|error C3861: 'size': identifier not found, even with argument-dependent lookup|
||=== Build finished: 2 errors, 0 warnings ===|
</code></pre>
<p>hier mal mein code:</p>
<pre><code>Username = CreateWindow( &quot;edit&quot;, &quot;&quot;,WS_CHILD | WS_VISIBLE | WS_BORDER, 20, 100, 160, 20, hwnd, NULL, (HINSTANCE) GetWindowLong (hwnd, GWL_HINSTANCE), NULL);
........
const int size = 255;
TCHAR buffer[size] = {0};
GetWindowText(Username, buffer, size);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1722513</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1722513</guid><dc:creator><![CDATA[fragenueberfragen]]></dc:creator><pubDate>Sat, 06 Jun 2009 22:34:06 GMT</pubDate></item><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Sat, 06 Jun 2009 22:45:39 GMT]]></title><description><![CDATA[<p>Die paar Zeilen kann ich ja sogar im Kopf kompilieren, da ist nix falsch. Der Fehler muss woanders liegen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1722514</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1722514</guid><dc:creator><![CDATA[Badestrand]]></dc:creator><pubDate>Sat, 06 Jun 2009 22:45:39 GMT</pubDate></item><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Sun, 07 Jun 2009 09:20:48 GMT]]></title><description><![CDATA[<p>ja schon aber wenn ich jetzt die 3 zeilen wegnehme dann funktioniert alles wunderbar...</p>
<p>edit: hab alles hinbekommen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1722585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1722585</guid><dc:creator><![CDATA[fragenueberfragen]]></dc:creator><pubDate>Sun, 07 Jun 2009 09:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to CreateWindow(&amp;quot;edit&amp;quot;.... ausgeben? on Mon, 08 Jun 2009 14:36:52 GMT]]></title><description><![CDATA[<p>Hallo fragenueberfragen,</p>
<p>das Problem an deinem Quellcode könnte sein, dass size (je nach includierten Bilbliotheken) schon als Funktion oder Variable definiert ist.<br />
Anders kann ich mir die Ursache des Fehlers nicht erklären.</p>
<p>MFG<br />
HackerChecker</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1723317</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1723317</guid><dc:creator><![CDATA[hackerchecker]]></dc:creator><pubDate>Mon, 08 Jun 2009 14:36:52 GMT</pubDate></item></channel></rss>