<?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[Passwort im child fenster]]></title><description><![CDATA[<p>hallo,<br />
ich hab noch eine Frage und zwar ich öchte eine Passwort abfrage machen wo das Passwort mit **** ersrtzt wird. Ich zwar einige sachen gefunden bin aber anscheinend zu doof diese zu verstehen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
<p>mein Code für das eingabe fenster:</p>
<pre><code>hEditBox2 = CreateWindow (&quot;EDIT&quot;,
                           &quot;&quot;,
                           WS_VISIBLE | WS_CHILD | WS_BORDER,
                           0, 45,
                           300, 20,
                           hWnd,
                           (HMENU)ID_EDITBOX2,
                           hInst,
                           NULL);
</code></pre>
<p>danke für alle antworten</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/237191/passwort-im-child-fenster</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 17:08:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/237191.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Mar 2009 16:36:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Passwort im child fenster on Wed, 25 Mar 2009 16:37:09 GMT]]></title><description><![CDATA[<p>hallo,<br />
ich hab noch eine Frage und zwar ich öchte eine Passwort abfrage machen wo das Passwort mit **** ersrtzt wird. Ich zwar einige sachen gefunden bin aber anscheinend zu doof diese zu verstehen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> .</p>
<p>mein Code für das eingabe fenster:</p>
<pre><code>hEditBox2 = CreateWindow (&quot;EDIT&quot;,
                           &quot;&quot;,
                           WS_VISIBLE | WS_CHILD | WS_BORDER,
                           0, 45,
                           300, 20,
                           hWnd,
                           (HMENU)ID_EDITBOX2,
                           hInst,
                           NULL);
</code></pre>
<p>danke für alle antworten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1685911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1685911</guid><dc:creator><![CDATA[NOBODY43]]></dc:creator><pubDate>Wed, 25 Mar 2009 16:37:09 GMT</pubDate></item><item><title><![CDATA[Reply to Passwort im child fenster on Wed, 25 Mar 2009 17:34:33 GMT]]></title><description><![CDATA[<p>Try the following...</p>
<pre><code>hEditBox2 = CreateWindow (&quot;EDIT&quot;, 
                           &quot;&quot;, 
                           WS_VISIBLE | WS_CHILD | WS_BORDER | ES_PASSWORD, 
                           0, 45, 
                           300, 20, 
                           hWnd, 
                           (HMENU)ID_EDITBOX2, 
                           hInst, 
                           NULL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1685939</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1685939</guid><dc:creator><![CDATA[unlimieD.paSe]]></dc:creator><pubDate>Wed, 25 Mar 2009 17:34:33 GMT</pubDate></item><item><title><![CDATA[Reply to Passwort im child fenster on Wed, 25 Mar 2009 17:42:18 GMT]]></title><description><![CDATA[<p>Vielen dank das wars</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1685944</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1685944</guid><dc:creator><![CDATA[NOBODY43]]></dc:creator><pubDate>Wed, 25 Mar 2009 17:42:18 GMT</pubDate></item></channel></rss>