<?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[ICQ wieder mal]]></title><description><![CDATA[<p>Folgender Quelltext soll den Wert der Varaiblen hallo5 in das RichEdit20A senden und dann auf den &quot;&amp;Senden&quot;-Button klicken.Das Senden funktioniert das Klicken nicht.</p>
<pre><code class="language-cpp">sprintf(Fenstername,&quot;%s - Nachrichtensitzung&quot;,&quot;Name&quot;); 
              HWND ICQ = FindWindow(NULL,Fenstername);//Fenster finden 
              HWND ICQEDIT = FindWindowEx(ICQ,NULL,&quot;RichEdit20A&quot;,NULL); 
              HWND ICQSEND = FindWindowEx(ICQ,NULL,&quot;&amp;Senden&quot;,NULL);
              SendMessage(ICQEDIT ,WM_SETTEXT,0,(LPARAM)hallo5); 
              SendMessage(ICQSEND,WM_COMMAND,0,BM_CLICK);
</code></pre>
<p>Weiß jemand was ich falsch mache ?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/109696/icq-wieder-mal</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 15:14:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/109696.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 May 2005 16:54:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ICQ wieder mal on Thu, 12 May 2005 16:54:17 GMT]]></title><description><![CDATA[<p>Folgender Quelltext soll den Wert der Varaiblen hallo5 in das RichEdit20A senden und dann auf den &quot;&amp;Senden&quot;-Button klicken.Das Senden funktioniert das Klicken nicht.</p>
<pre><code class="language-cpp">sprintf(Fenstername,&quot;%s - Nachrichtensitzung&quot;,&quot;Name&quot;); 
              HWND ICQ = FindWindow(NULL,Fenstername);//Fenster finden 
              HWND ICQEDIT = FindWindowEx(ICQ,NULL,&quot;RichEdit20A&quot;,NULL); 
              HWND ICQSEND = FindWindowEx(ICQ,NULL,&quot;&amp;Senden&quot;,NULL);
              SendMessage(ICQEDIT ,WM_SETTEXT,0,(LPARAM)hallo5); 
              SendMessage(ICQSEND,WM_COMMAND,0,BM_CLICK);
</code></pre>
<p>Weiß jemand was ich falsch mache ?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/787385</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/787385</guid><dc:creator><![CDATA[iqc]]></dc:creator><pubDate>Thu, 12 May 2005 16:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to ICQ wieder mal on Thu, 12 May 2005 18:05:02 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/buttons/buttonreference/buttonmessages/bm_click.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/buttons/buttonreference/buttonmessages/bm_click.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/787438</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/787438</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Thu, 12 May 2005 18:05:02 GMT</pubDate></item><item><title><![CDATA[Reply to ICQ wieder mal on Fri, 13 May 2005 14:36:58 GMT]]></title><description><![CDATA[<p>Klappt irgendwie alles nicht. Ich könnte aber auch einfach ein Tastenkürzel an ICQ senden (Strg+Eingabe). Weiß jemand wie das geht ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/788034</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/788034</guid><dc:creator><![CDATA[iqc]]></dc:creator><pubDate>Fri, 13 May 2005 14:36:58 GMT</pubDate></item><item><title><![CDATA[Reply to ICQ wieder mal on Fri, 13 May 2005 15:35:08 GMT]]></title><description><![CDATA[<p>Sende an das Parent des Buttons eine WM_COMMAND, wobei Du mittels MAKEWPARAM(BN_CLICKED, GetDlgCtrlId(ICQSEND)) und (LPARAM)ICQSEND die beiden begleitenden Parameter setzt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/788071</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/788071</guid><dc:creator><![CDATA[MSDN]]></dc:creator><pubDate>Fri, 13 May 2005 15:35:08 GMT</pubDate></item></channel></rss>