<?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[TWebbrowser, Formular auffüllen in C++ Builder]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe ja vorher viel mit Delphi gearbeite und teilweise sind die Ausführungend er Befehle gleich. Ich habe in Delphi mit Hilfe des Webbrowsers ein formular ausgefüllt und abegscheikt, dies wollte ich nun auch mit C++ machen jedoch eröffnet sichd as Problem das es nicht so klappt wie es soll.</p>
<pre><code class="language-cpp">WebBrowser1-&gt;OleObject-&gt;Document-&gt;Forms-&gt;Item(0)-&gt;Elements-&gt;Item('name')-&gt;Value = Name-&gt;Text;
WebBrowser1-&gt;OleObject-&gt;Document-&gt;Forms-&gt;Item(0)-&gt;Submit;
</code></pre>
<p>Diesen Befehl nutze ich in Delphi und er ging wuderbar, da ja die Kassen in C++ Builder gleich sind wollte ich das auch benutzen aber siehe da:</p>
<blockquote>
<p>[C++ Error] Unit2.cpp(21): E2316 'Document' is not a member of 'Variant'</p>
</blockquote>
<p>Hab zwar bei Google usw. gesucht bin aber nicht fündig geworden ( oder hab das falsch gesucht).<br />
Wo liegt der Fehler dort?</p>
<p>Mfg Jukka</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/181934/twebbrowser-formular-auffüllen-in-c-builder</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 19:11:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/181934.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 May 2007 23:16:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TWebbrowser, Formular auffüllen in C++ Builder on Fri, 18 May 2007 23:21:13 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe ja vorher viel mit Delphi gearbeite und teilweise sind die Ausführungend er Befehle gleich. Ich habe in Delphi mit Hilfe des Webbrowsers ein formular ausgefüllt und abegscheikt, dies wollte ich nun auch mit C++ machen jedoch eröffnet sichd as Problem das es nicht so klappt wie es soll.</p>
<pre><code class="language-cpp">WebBrowser1-&gt;OleObject-&gt;Document-&gt;Forms-&gt;Item(0)-&gt;Elements-&gt;Item('name')-&gt;Value = Name-&gt;Text;
WebBrowser1-&gt;OleObject-&gt;Document-&gt;Forms-&gt;Item(0)-&gt;Submit;
</code></pre>
<p>Diesen Befehl nutze ich in Delphi und er ging wuderbar, da ja die Kassen in C++ Builder gleich sind wollte ich das auch benutzen aber siehe da:</p>
<blockquote>
<p>[C++ Error] Unit2.cpp(21): E2316 'Document' is not a member of 'Variant'</p>
</blockquote>
<p>Hab zwar bei Google usw. gesucht bin aber nicht fündig geworden ( oder hab das falsch gesucht).<br />
Wo liegt der Fehler dort?</p>
<p>Mfg Jukka</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1287746</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1287746</guid><dc:creator><![CDATA[Jukka]]></dc:creator><pubDate>Fri, 18 May 2007 23:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to TWebbrowser, Formular auffüllen in C++ Builder on Sat, 19 May 2007 10:53:01 GMT]]></title><description><![CDATA[<p><a href="http://www.bytesandmore.de/rad/cpp/snipp/sc08019.php" rel="nofollow">http://www.bytesandmore.de/rad/cpp/snipp/sc08019.php</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1287901</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1287901</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 19 May 2007 10:53:01 GMT</pubDate></item></channel></rss>