<?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[CIPAddressCtrl in String umwandeln]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe in einer grafischen Anwendung (MFC) ein IP - Adressfeld eingebaut!</p>
<p>Die Infos hol ich mir dann in eine Variable vom Typ CIPAddressCtrl!</p>
<p>Nun möchte ich mir damit einen String bauen, und muss diesen Typ umwandeln in String!</p>
<p>Ich will am Ende die Adresse in der Form <a href="http://xxx.xxx.xxx.xxx" rel="nofollow">xxx.xxx.xxx.xxx</a> in einer Stringvariablen stehen haben!</p>
<p>Wie kann ich das relativ einfach umwandeln?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74806/cipaddressctrl-in-string-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 03:20:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74806.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 May 2004 20:10:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CIPAddressCtrl in String umwandeln on Mon, 24 May 2004 20:10:18 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe in einer grafischen Anwendung (MFC) ein IP - Adressfeld eingebaut!</p>
<p>Die Infos hol ich mir dann in eine Variable vom Typ CIPAddressCtrl!</p>
<p>Nun möchte ich mir damit einen String bauen, und muss diesen Typ umwandeln in String!</p>
<p>Ich will am Ende die Adresse in der Form <a href="http://xxx.xxx.xxx.xxx" rel="nofollow">xxx.xxx.xxx.xxx</a> in einer Stringvariablen stehen haben!</p>
<p>Wie kann ich das relativ einfach umwandeln?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/526574</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/526574</guid><dc:creator><![CDATA[king2000]]></dc:creator><pubDate>Mon, 24 May 2004 20:10:18 GMT</pubDate></item><item><title><![CDATA[Reply to CIPAddressCtrl in String umwandeln on Tue, 25 May 2004 03:32:02 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>so:</p>
<pre><code class="language-cpp">CString strIp;
// m_IpAddrCtl vom Typ CIPAddressCtrl 
m_IpAddrCtl.GetWindowText(strIp);
</code></pre>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/526670</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/526670</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Tue, 25 May 2004 03:32:02 GMT</pubDate></item></channel></rss>