<?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[ActiveX-Komponente WebBrowser]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>kann mir jemand ein paar Beispielzeilen geben, wie ich mit der ActiveX Komponente WebBrowser umgehen soll. Also von Create, bis eine HTML-Seite anzeigen.<br />
Danke.</p>
<p>Gruß<br />
Marius</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67243/activex-komponente-webbrowser</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 08:30:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67243.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Mar 2004 13:28:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Sat, 06 Mar 2004 13:28:37 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>kann mir jemand ein paar Beispielzeilen geben, wie ich mit der ActiveX Komponente WebBrowser umgehen soll. Also von Create, bis eine HTML-Seite anzeigen.<br />
Danke.</p>
<p>Gruß<br />
Marius</p>
]]></description><link>https://www.c-plusplus.net/forum/post/474449</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/474449</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Sat, 06 Mar 2004 13:28:37 GMT</pubDate></item><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Sun, 07 Mar 2004 19:29:54 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>kann mir niemand helfen?<br />
Ich brauche nur ein Beispiel oder eine kurze Erläuterung der Eingabeparamteter der 'Create(...)' Methode.<br />
Kann nichts im Internet finden.</p>
<pre><code>Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT&amp; rect, CWnd* pParentWnd, 
       UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/475284</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475284</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Sun, 07 Mar 2004 19:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Sun, 07 Mar 2004 20:31:19 GMT]]></title><description><![CDATA[<p>Ist nicht so schwer, hat aber ein paar Stolperfallen. Am besten du schaust dir mal ein paar andere an wie die's machen <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>
<p><a href="http://www.codeproject.com/miscctrl/htmlctrlsample.asp" rel="nofollow">Click</a><br />
<a href="http://www.codeproject.com/dotnet/dhtmldialog.asp" rel="nofollow">Click</a></p>
<p>Welche Create-Methode ist das? Sieht aus wie eine allgemeine MFC-ActiveX-Create methode.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475313</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475313</guid><dc:creator><![CDATA[peterchen]]></dc:creator><pubDate>Sun, 07 Mar 2004 20:31:19 GMT</pubDate></item><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Mon, 08 Mar 2004 07:41:02 GMT]]></title><description><![CDATA[<p>Danke für die Hilfe.</p>
<p>Ja, das ist die allgemeine MFC-ActiveX Methode.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475506</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475506</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Mon, 08 Mar 2004 07:41:02 GMT</pubDate></item><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Mon, 08 Mar 2004 09:49:56 GMT]]></title><description><![CDATA[<p>Wenn ich mein &quot;ActiveX Activation&quot; - Wissen so zusammensammle, wäre das (unter vorbehalt von irrtümern):</p>
<p>lpszWindowName - Der Text der mit GetWindowText/SetWindowText gesetzt wird, kann NULL sein</p>
<p>dwStyle - zumindest WS_CHILD | WS_VISIBLE</p>
<p>rect - Position + Größe in Client-Koordinaten</p>
<p>nID - Dialog Control ID (rechtsclick Ressourcen-Tab, &quot;Ressource ID's...&quot; und einen neuen definieren)</p>
<p>pPersist: CFile das entweder einen IStream oder ein IStorage mit der Konfiguration enthält (so wie vorher abgespeichert), kann NULL sein</p>
<p>bStorage: true wenn pPersist ein IStorage enthält</p>
<p>bstrLicKey - frag mich nicht... <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>
<p>Helfen dir die Artikel erstmal weiter?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475553</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475553</guid><dc:creator><![CDATA[peterchen]]></dc:creator><pubDate>Mon, 08 Mar 2004 09:49:56 GMT</pubDate></item><item><title><![CDATA[Reply to ActiveX-Komponente WebBrowser on Mon, 08 Mar 2004 14:27:37 GMT]]></title><description><![CDATA[<p>Nicht nur erstmal. Meine Frage ist damit beantwortet. Ein großes Danke schön nochmal.</p>
<p>Und einen schönen Gruß von der Alb.<br />
Marius</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475767</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475767</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Mon, 08 Mar 2004 14:27:37 GMT</pubDate></item></channel></rss>