<?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[Inhalt der edtFelder per mail?]]></title><description><![CDATA[<p>Hi<br />
ich bin noch ein noob in c++<br />
haben grad in der schule mit GUI angefangen<br />
gibt es irgendiwe eine funktion womit ich in einem programm den Inhalt einiger edtFelder oder Memos zugeschickt bekommen kann???</p>
<p>danke schön<br />
Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/166039/inhalt-der-edtfelder-per-mail</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 23:19:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/166039.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Nov 2006 15:43:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sat, 25 Nov 2006 15:43:38 GMT]]></title><description><![CDATA[<p>Hi<br />
ich bin noch ein noob in c++<br />
haben grad in der schule mit GUI angefangen<br />
gibt es irgendiwe eine funktion womit ich in einem programm den Inhalt einiger edtFelder oder Memos zugeschickt bekommen kann???</p>
<p>danke schön<br />
Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181285</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181285</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sat, 25 Nov 2006 15:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sat, 25 Nov 2006 16:34:19 GMT]]></title><description><![CDATA[<p>Suche hier im Forum nach *EMail* und Du wirst viele Möglichkeiten finden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181324</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181324</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sat, 25 Nov 2006 16:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 10:25:56 GMT]]></title><description><![CDATA[<p>Hallo...<br />
habe in der Suche nachgeschaut...danke<br />
doch überall steht da was von INDY....wie installiere ich diese Indy-Komponente...einen Auto-Installer gibt es ja ent für den c++ (habe c++ Bulder 5) und habe auch den Source Code!!</p>
<p>Danke im voraus<br />
MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181571</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 10:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 10:40:18 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Geh auf die Indy-HP, ladt dir dort das Indy-Package 9 (nicht 10!) herunter, lies dir die darin enthaltetnen Dokumente zum Thema Installieren durch und führ diese aus.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181575</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 26 Nov 2006 10:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 10:43:38 GMT]]></title><description><![CDATA[<p>hmm also wenn ich diese .zip von version 9 entpacke sind da nur so c++ dateien :S</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181577</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181577</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 10:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 10:54:12 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>nein, da ist immer eine <em>ManualInstall.txt</em> dabei.<br />
Außerdem findest du alles nötige nochmal in der <a href="http://www.indyproject.org/KB/" rel="nofollow">Indy Knowledge Base</a>.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181585</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 26 Nov 2006 10:54:12 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 12:50:13 GMT]]></title><description><![CDATA[<p>also ich habe jetzt alles getan wie es bei deinem link steht...<br />
ich probiere mit dem code aus:</p>
<pre><code class="language-cpp">//---------------------------------------------------------------------------

#include &lt;vcl.h&gt;
#pragma hdrstop

#include &quot;Unit1.h&quot;
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource &quot;*.dfm&quot;
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TForm1::FormCreate(TObject *Sender)
{
  IdSMTP1-&gt;Host=&quot;mail.gmx.net&quot;;
}
//---------------------------------------------------------------------------
</code></pre>
<p>und es sagt mir dass IdSMTP1 undefiniert sei....bitte um weiter Hilfe<br />
Danke im voraus..</p>
<p>eigentlich will ich doch nur dass ich einfach eine mail an meinm hotmail account bekomme wenn zwei edit felder gefüllt sind und auf einem button geklickt wurde :S<br />
das wird immer komplizierter <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="😃"
    /><br />
naja was solls ist ja auch die programmiersprache</p>
<p>MfG<br />
Darkman</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181655</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181655</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 12:50:13 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 13:14:37 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Die fehlermelduing sagt nur aus, das in deinem Form kein Member namens IdSMTP1 existiert. Du must nacm den erfolgreichen Setup von Indy in deinem eigenen Projekt noch eine Komponente vom Typ <em>TIdSMTP</em> aus der Palette <em>Indy Sockets</em> auf dein Form setzen. Diesem kannst du dann wie ein TEdit einen Namen geben, und auch die wichtigen Kenndaten wie die Hostadresse an die entsprechenden Eigenschaften über den Objektinspektor übergeben.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181663</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181663</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 26 Nov 2006 13:14:37 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 20:18:17 GMT]]></title><description><![CDATA[<p>soo danke bis hier hin <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="😃"
    /><br />
das mit komponenten habe ich jetzt hinbekommen...<br />
hier das code habe noch problem...</p>
<pre><code class="language-cpp">void __fastcall TForm1::IdSMTP1Connected(TObject *Sender)
{
  IdSMTP1-&gt;Username=&quot;*******&quot;;  //wozu dient das?
  IdSMTP1-&gt;Password=&quot;*******&quot;;  //und das?
  IdMessage1-&gt;From-&gt;Text=&quot;umarnaz@hotmail.com&quot;;
  IdMessage1-&gt;Sender-&gt;Text=&quot;Eigener Name&quot;;
  IdMessage1-&gt;Recipients-&gt;EMailAddresses=&quot;umarnaz@hotmail.com&quot;;
  IdMessage1-&gt;Subject=&quot;Test&quot;;

  TStringList *body=new TStringList();
  body-&gt;Add(&quot;Hallo&quot;);
  IdMessage1-&gt;Body=body;

  try
	{
	IdSMTP1-&gt;Connect();
	IdSMTP1-&gt;Send(IdMessage1);
	IdSMTP1-&gt;Disconnect();
	}
  catch(...)
	{
	Application-&gt;MessageBox(&quot;Fehler beim Versenden der Nachricht&quot;,&quot;Mail&quot;,MB_OK|MB_ICONSTOP|MB_SYSTEMMODAL);
	}
  delete body;
}
</code></pre>
<p>es sagt folgende fehlermeldung:<br />
[C++ Error] Unit1.cpp(40): E2193 Too few parameters in call to '_fastcall TIdSMTP::Connect(const int)'<br />
was soll in diese funktion rein :S?</p>
<p>danke bis jetzt...vielen dank <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>
]]></description><link>https://www.c-plusplus.net/forum/post/1181891</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181891</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 20:18:17 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 20:38:20 GMT]]></title><description><![CDATA[<p>In Deinem Code kann ich auf die schnelle keinen Fehler finden. Sinnlos ist aber das ganze in das Connected-Event zu schreiben, da Du bereits mit dem Server verbunden bist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181905</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181905</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sun, 26 Nov 2006 20:38:20 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 20:41:26 GMT]]></title><description><![CDATA[<p>wie gesagt ich kenne micht damit noch net so gut aus...<br />
habe diesen code von dieser seite:<br />
<a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_44.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_44.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181908</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181908</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 20:41:26 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 21:00:10 GMT]]></title><description><![CDATA[<p>Habe den Code der Seite probiert und es funktioniert einwandfrei auf BCB6.<br />
Aber auf der HP steht nirgendwo etwas davon, dass man den Source in OnConnected schreibt. Suche ein sinnvolles Event wie OnCreate oder ein Buttonklick.</p>
<p>Bei UserName und Passwort müssen natürlich Deine persönlichen Daten stehen und nicht die Sterne! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181915</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181915</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sun, 26 Nov 2006 21:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 21:12:49 GMT]]></title><description><![CDATA[<p>so<br />
habe es auf nem button funktion onclick umgesetzt...jedoch kriege ich die gleiche fehlermeldung :S<br />
ich habe borland c++ builder 5...<br />
und ja ich weiss dass anstatt sternchen meine email addresse kommt ich will sie ja net euch verraten hehe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181924</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181924</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Sun, 26 Nov 2006 21:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Sun, 26 Nov 2006 21:22:49 GMT]]></title><description><![CDATA[<p>Fällt was auf?</p>
<blockquote>
<p>IdSMTP1-&gt;UserId=&quot;<strong><strong><strong><strong>&quot;;<br />
IdSMTP1-&gt;Password=&quot;*******&quot;;<br />
IdSMTP1-&gt;Username=&quot;</strong></strong></strong></strong>&quot;; // Indy 9 BCB 2006 vorher IdSMTP1-&gt;UserId<br />
IdSMTP1-&gt;Password=&quot;*******&quot;;</p>
</blockquote>
<p>Habe Deinen Code auch getestet und der funktioniert mit UserId statt Username ohne Probleme</p>
<p>BCB6 Enterpr IndyVersion 8.0.25</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1181928</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1181928</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Sun, 26 Nov 2006 21:22:49 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Mon, 27 Nov 2006 15:27:30 GMT]]></title><description><![CDATA[<p>ja das habe ich schon gelesen und ausprobiert geht aber ja net...kriege diese fehlermeldung:<br />
[C++ Error] uTest.cpp(27): E2316 'UserId' is not a member of 'TIdSMTP'<br />
und wegen dieses connect() immer noch diese hier:<br />
[C++ Error] uTest.cpp(40): E2193 Too few parameters in call to '_fastcall TIdSMTP::Connect(const int)'</p>
<p>gibt es denn net eine andere lösung und einfachere womit ich nur 2 edit felder per mail zugeschickt bekommen könnte :S<br />
danke schön</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1182453</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1182453</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Mon, 27 Nov 2006 15:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Mon, 27 Nov 2006 15:59:23 GMT]]></title><description><![CDATA[<p>Einfacher? Vielleicht mit FastNet und NMSMTP:<br />
Alles im Objectinspector einstellen wie UserID und Password</p>
<pre><code class="language-cpp">NMSMTP1-&gt;Connect();
NMSMTP1-&gt;SendMail();
</code></pre>
<p>Oder im Examples-Ordner unter FastNet SMTP nachlesen</p>
<p>[Edit]<br />
Es gibt auch noch eine Funktion, die Dein Standartemailprogramm aufruft und dann eine EMail verschickt. - ist aber wenig elegant.<br />
[/Edit]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1182490</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1182490</guid><dc:creator><![CDATA[Rostfrei**]]></dc:creator><pubDate>Mon, 27 Nov 2006 15:59:23 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Mon, 27 Nov 2006 18:04:54 GMT]]></title><description><![CDATA[<p>Darkman89 schrieb:</p>
<blockquote>
<p>[C++ Error] uTest.cpp(27): E2316 'UserId' is not a member of 'TIdSMTP'</p>
</blockquote>
<p>UserId ist in Indy9 eben nicht mehr vorhanden, benutze Username.</p>
<blockquote>
<p>[C++ Error] uTest.cpp(40): E2193 Too few parameters in call to '_fastcall TIdSMTP::Connect(const int)'</p>
</blockquote>
<p>Kann es sein, dass du verschiedene Indy-Versionen gleichzeitig installiert hast bzw. hattest?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1182573</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1182573</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 27 Nov 2006 18:04:54 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Mon, 27 Nov 2006 19:05:48 GMT]]></title><description><![CDATA[<p>hmm ich habe da schon bissi rumgemacht mit diesen komponenten...wusste vorher gar nicht wie man das so kompiliert und so...kann sein ja...<br />
wie kann ich denn alles löschen nd nochmal installieren?<br />
THX</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1182635</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1182635</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Mon, 27 Nov 2006 19:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Tue, 28 Nov 2006 17:02:02 GMT]]></title><description><![CDATA[<p>soo<br />
ich habe jetzt an einem anderen pc ausprobiert :S :S<br />
es klappt nicht<br />
habe genau diese indy komponente installiert usw aber leider gehts net :S<br />
gibt es net eine andere möglichkeit??<br />
danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1183229</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1183229</guid><dc:creator><![CDATA[Darkman89]]></dc:creator><pubDate>Tue, 28 Nov 2006 17:02:02 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Tue, 28 Nov 2006 18:00:49 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><em>was</em> geht nicht?<br />
Aus Erfahrung kann ich dir sehr wohl sagen, das Indy9 (aber nicht 10) auf dem Builder läuft. Du machst also was bei Installation falsch.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1183276</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1183276</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 28 Nov 2006 18:00:49 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Wed, 29 Nov 2006 20:06:37 GMT]]></title><description><![CDATA[<p>ja also ich habe ja auch auf zwei pcs indy 9 ausprobiert...<br />
kriege die gleiche fehlermeldung :S<br />
naja grad sind die beiden pcs kaputt ich werde nochmal ausprobieren wenn ich die pcs in gang bringe...ich melde mich dann mal wieder<br />
THX<br />
Darkman</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1184073</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1184073</guid><dc:creator><![CDATA[Darkman1989]]></dc:creator><pubDate>Wed, 29 Nov 2006 20:06:37 GMT</pubDate></item><item><title><![CDATA[Reply to Inhalt der edtFelder per mail? on Wed, 29 Nov 2006 20:13:18 GMT]]></title><description><![CDATA[<p>Nenne die konkrete Fehlermeldung und zeige den konkreten Code.<br />
Erstelle ein entsprechendes Minimal-Programm und poste den kompletten Quelltext.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1184080</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1184080</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Wed, 29 Nov 2006 20:13:18 GMT</pubDate></item></channel></rss>