<?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[Aus einem editfeld int-Werte bekommen]]></title><description><![CDATA[<p>Hallo ich möchte gerne aus einem edit-feld einen int-wert(oder long int, etc...) bekommen. Wie ich einen string bekomme weiß ich schon. s.u. Wenn ich jetzt aber Zahlen einlesen möchte weiß ich ehrlich gesagt nicht wie.</p>
<p>hEdit = CreateWindow(&quot;EDIT&quot;,&quot;0&quot;, WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOHSCROLL,10,40,100,20, hWnd,(HMENU) 1, hInstGlobal, NULL);</p>
<p>SendMessage (hEdit, WM_GETTEXT, 256, (LPARAM) string1);</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/99602/aus-einem-editfeld-int-werte-bekommen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 10:56:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/99602.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jan 2005 10:10:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 10:10:41 GMT]]></title><description><![CDATA[<p>Hallo ich möchte gerne aus einem edit-feld einen int-wert(oder long int, etc...) bekommen. Wie ich einen string bekomme weiß ich schon. s.u. Wenn ich jetzt aber Zahlen einlesen möchte weiß ich ehrlich gesagt nicht wie.</p>
<p>hEdit = CreateWindow(&quot;EDIT&quot;,&quot;0&quot;, WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOHSCROLL,10,40,100,20, hWnd,(HMENU) 1, hInstGlobal, NULL);</p>
<p>SendMessage (hEdit, WM_GETTEXT, 256, (LPARAM) string1);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710129</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710129</guid><dc:creator><![CDATA[basti171]]></dc:creator><pubDate>Sun, 30 Jan 2005 10:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 10:48:48 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp</a></p>
<p>ps:<br />
es gibt auch nen ES_NUMBER style falls du nur int zulassen willst<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolstyles.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolstyles.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/710163</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710163</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Sun, 30 Jan 2005 10:48:48 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 10:52:41 GMT]]></title><description><![CDATA[<p>Was hällst du von der Funktion atoi bzw. atol.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710172</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710172</guid><dc:creator><![CDATA[Herrmann]]></dc:creator><pubDate>Sun, 30 Jan 2005 10:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 12:04:11 GMT]]></title><description><![CDATA[<p>erstmal danke das mit ES_NUMBER funzt schonmal<br />
aber wie komm ich dann an den wert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710237</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710237</guid><dc:creator><![CDATA[basti171]]></dc:creator><pubDate>Sun, 30 Jan 2005 12:04:11 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 12:19:03 GMT]]></title><description><![CDATA[<p>geh mal auf: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes.asp</a><br />
und dann such unter &quot;functions&quot; die passende</p>
<p>tipp: sie beginnt mit Get...()</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710255</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710255</guid><dc:creator><![CDATA[nate7]]></dc:creator><pubDate>Sun, 30 Jan 2005 12:19:03 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 12:23:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/34922">@basti</a><br />
hab ich doch schon geantwortet, erster link</p>
<p>miller_m schrieb:</p>
<blockquote>
<p>**<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp</a><br />
**<br />
ps:<br />
es gibt auch nen ES_NUMBER style falls du nur int zulassen willst<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolstyles.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolstyles.asp</a></p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/710260</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710260</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Sun, 30 Jan 2005 12:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 12:45:06 GMT]]></title><description><![CDATA[<p>LONG GetWindowLong(int nIndex,LONG dwNewLong );<br />
das sagt der mir die &quot;Hilfe&quot;<br />
ich will aber eigentlich nur aus dem editfeld den wert haben<br />
und die englische beschreibung davon versteh ich nicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710277</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710277</guid><dc:creator><![CDATA[basti171]]></dc:creator><pubDate>Sun, 30 Jan 2005 12:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 12:49:16 GMT]]></title><description><![CDATA[<p>also zum <strong>dritten</strong> mal</p>
<p>GetDlgItemInt(..)<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/getdlgitemint.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/710282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710282</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Sun, 30 Jan 2005 12:49:16 GMT</pubDate></item><item><title><![CDATA[Reply to Aus einem editfeld int-Werte bekommen on Sun, 30 Jan 2005 13:28:31 GMT]]></title><description><![CDATA[<p>Wenn dir das mit der MSDN zu Schwer fällt, dann benutze doch einfach atoi, oder sscanf.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/710298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/710298</guid><dc:creator><![CDATA[MichaM.]]></dc:creator><pubDate>Sun, 30 Jan 2005 13:28:31 GMT</pubDate></item></channel></rss>