<?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[Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;....]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit C++ eine Email genrieren.<br />
Mit folgenden Code auch kein Problem:</p>
<p>ShellExecute(NULL, &quot;open&quot;, <a href="mailto:%22mailto:Forum@cpp.de" rel="nofollow">&quot;mailto:Forum@cpp.de</a>?subject=HILFE<br />
&amp;body=Wer kann mir helfen%0AInfos bitte!!&quot;, 0, 0, SW_SHOW);</p>
<p>Den eingefügten Text würde ich gerne aus einem Editfeld oder<br />
anderen externen Objekten in die Email beamen!</p>
<p>Wer kann mir helfen?</p>
<p>Gruß<br />
Hendrik</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/132451/email-mit-c-generieren-shellexecute-mit-text-aus-variable-editfeld</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 07:09:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/132451.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jan 2006 22:41:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Tue, 10 Jan 2006 22:41:01 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit C++ eine Email genrieren.<br />
Mit folgenden Code auch kein Problem:</p>
<p>ShellExecute(NULL, &quot;open&quot;, <a href="mailto:%22mailto:Forum@cpp.de" rel="nofollow">&quot;mailto:Forum@cpp.de</a>?subject=HILFE<br />
&amp;body=Wer kann mir helfen%0AInfos bitte!!&quot;, 0, 0, SW_SHOW);</p>
<p>Den eingefügten Text würde ich gerne aus einem Editfeld oder<br />
anderen externen Objekten in die Email beamen!</p>
<p>Wer kann mir helfen?</p>
<p>Gruß<br />
Hendrik</p>
]]></description><link>https://www.c-plusplus.net/forum/post/963170</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/963170</guid><dc:creator><![CDATA[HendrikSchliffke]]></dc:creator><pubDate>Tue, 10 Jan 2006 22:41:01 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Tue, 10 Jan 2006 22:47:31 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">std::string Einlesen;
// hier liest du ein vom editfeld, etc.
std::string Temp;
Temp = &quot;mailto:Forum@cpp.de?subject=HILFE&amp;body=&quot; + Einlesen;
ShellExecute(NULL, &quot;open&quot;, Temp.c_str(), 0, 0, SW_SHOW);
</code></pre>
<p>Hab ich jetzt nicht getestet und geht auch bestimmt eleganter, aber so in der Art.</p>
<p>mfg.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/963174</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/963174</guid><dc:creator><![CDATA[joomoo]]></dc:creator><pubDate>Tue, 10 Jan 2006 22:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Tue, 10 Jan 2006 23:28:19 GMT]]></title><description><![CDATA[<p>Danke für die Antwort!</p>
<p>Folgendes funktioniert:</p>
<p>std::string Einlesen (&quot;Hallo !&quot;);<br />
std::string Temp;<br />
Temp = <a href="mailto:%22mailto:Forum@cpp.de" rel="nofollow">&quot;mailto:Forum@cpp.de</a>?subject=HILFE&amp;body=&quot; + Einlesen;<br />
ShellExecute(NULL, &quot;open&quot;, Temp.c_str(), 0, 0, SW_SHOW);</p>
<p>Das Einlesen aus einem Editfeld habe ich nicht hinbekommen.</p>
<p>Gruß<br />
Hendrik</p>
]]></description><link>https://www.c-plusplus.net/forum/post/963192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/963192</guid><dc:creator><![CDATA[HendrikSchliffke]]></dc:creator><pubDate>Tue, 10 Jan 2006 23:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Wed, 11 Jan 2006 08:55:54 GMT]]></title><description><![CDATA[<p>Hallo,<br />
welche Klassenbibliothek verwendest du?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/963298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/963298</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Wed, 11 Jan 2006 08:55:54 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Wed, 11 Jan 2006 18:23:20 GMT]]></title><description><![CDATA[<p>#include &lt;vcl.h&gt;<br />
#pragma hdrstop<br />
#include &lt;iostream&gt;<br />
#include &lt;string&gt;</p>
<p>fehlt was?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/963933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/963933</guid><dc:creator><![CDATA[HendrikSchliffke]]></dc:creator><pubDate>Wed, 11 Jan 2006 18:23:20 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Thu, 12 Jan 2006 09:37:20 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/964274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/964274</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 12 Jan 2006 09:37:20 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Thu, 12 Jan 2006 09:42:41 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Vielleicht so</p>
<pre><code class="language-cpp">AnsiString Temp = AnsiString(&quot;mailto:Forum@cpp.de?subject=HILFE&amp;body=&quot;) + Edit1-&gt;Text;
ShellExecute(NULL, &quot;open&quot;, Temp.c_str(), 0, 0, SW_SHOW);
</code></pre>
<p>Du solltest dir ein paar Grundlagen zur Verwendung der VCl aneignen. z.Bsp. indem du das Texteditortutorial aus der BCB-Hilfe durcharbeitest.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/964279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/964279</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 12 Jan 2006 09:42:41 GMT</pubDate></item><item><title><![CDATA[Reply to Email mit C++ generieren (ShellExecute) mit Text aus Variable&#x2F;Editfeld&#x2F;.... on Thu, 12 Jan 2006 09:57:58 GMT]]></title><description><![CDATA[<p>Alternativ und etwas eleganter:</p>
<p><a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_35.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_35.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/964298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/964298</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Thu, 12 Jan 2006 09:57:58 GMT</pubDate></item></channel></rss>