<?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[CLSID param Übergabe]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Schreibe gerade ein PlugIn für den IE, will jetzt meiner DLL über HTML-Object</p>
<pre><code>param name=&quot;repeat&quot; value=&quot;0&quot;
</code></pre>
<p>dieses Parameter mitgeben, doch weiß ich leider nicht wo ich dieses in der DLL Abfange oder wie ich daruaf zugreife, vielen Dank für Hilfe</p>
<pre><code class="language-cpp">int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
{
if (rep==0)
        {
        WinMain
                (hinst,
                NULL,
                NULL,
                SW_SHOWNORMAL);
        rep=1;
        }

return 1;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/120029/clsid-param-übergabe</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 11:00:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120029.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Sep 2005 09:04:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 09:04:48 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Schreibe gerade ein PlugIn für den IE, will jetzt meiner DLL über HTML-Object</p>
<pre><code>param name=&quot;repeat&quot; value=&quot;0&quot;
</code></pre>
<p>dieses Parameter mitgeben, doch weiß ich leider nicht wo ich dieses in der DLL Abfange oder wie ich daruaf zugreife, vielen Dank für Hilfe</p>
<pre><code class="language-cpp">int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
{
if (rep==0)
        {
        WinMain
                (hinst,
                NULL,
                NULL,
                SW_SHOWNORMAL);
        rep=1;
        }

return 1;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/867585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867585</guid><dc:creator><![CDATA[gg-coding]]></dc:creator><pubDate>Thu, 08 Sep 2005 09:04:48 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 13:24:23 GMT]]></title><description><![CDATA[<p>Was für eine Art von Plugin ist das? Ein ActiveX-Steuerelement, ein Browser Helper Object oder irgendwas manuell eingeschleustes?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/867859</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867859</guid><dc:creator><![CDATA[masterofx32]]></dc:creator><pubDate>Thu, 08 Sep 2005 13:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 13:56:28 GMT]]></title><description><![CDATA[<p>Also, so viel ich weiß, geht das überhaupt nicht.</p>
<p>Da musst du schon eine Funktion schreiben, die den Parameter entgegen nimmt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/867877</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867877</guid><dc:creator><![CDATA[Dr. C++]]></dc:creator><pubDate>Thu, 08 Sep 2005 13:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 14:00:45 GMT]]></title><description><![CDATA[<p>Noch steht das PlugIn ja gar nicht.</p>
<p>Momentan soll einfach ein Dialog des IE mit dem PLUGIN aufgerufen werden, gegen später will ich im HTML param bestimmen welcher Dialog das sein soll....</p>
<p>Also eigentlich lege ich nur eine Instanz der Klasse die in der DLL beschrieben ist an. Und genau dieser Klasse will ich das Param obj mitliefern...(deswegen postete ich den DLLEntry</p>
]]></description><link>https://www.c-plusplus.net/forum/post/867881</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867881</guid><dc:creator><![CDATA[gg-coding]]></dc:creator><pubDate>Thu, 08 Sep 2005 14:00:45 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 14:04:29 GMT]]></title><description><![CDATA[<p>Also das dies geht, bin ich mir ganz sicher, denn auch bei anderen DLL basierenden IE Erweiterungen kann man Parameter über die HTML File angeben, wie zum BSP Ein WIN MEDIA PLUGIN, hier wird eben die abzuspielende Datei angegeben....</p>
<p>Ich weiß nur nicht vom wem ich die Werte abhole, bestimmt muss ich die von irgendeiner IE-MSHTML Funktion abholen lassen, habe aber keine Ahnung wie die heißt oder wo ich nach der suchen soll.</p>
<p>Danke für bisherige Hilfe, und bitte um weiter <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/867886</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867886</guid><dc:creator><![CDATA[gg-coding]]></dc:creator><pubDate>Thu, 08 Sep 2005 14:04:29 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Thu, 08 Sep 2005 14:55:36 GMT]]></title><description><![CDATA[<p>Na willst du denn nun ein Plugin für den Internet Explorer schreiben, das immer aktiv ist oder ein Steuerelement, das in eine Webseite eingebettet wird?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/867948</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/867948</guid><dc:creator><![CDATA[masterofx32]]></dc:creator><pubDate>Thu, 08 Sep 2005 14:55:36 GMT</pubDate></item><item><title><![CDATA[Reply to CLSID param Übergabe on Fri, 09 Sep 2005 06:44:53 GMT]]></title><description><![CDATA[<p>Eigentlich sollte des eingebettet werden aber ich will nix mit ActiveX OCX oder ATL zu tun haben, denn es sollte auch bei Mozilla funktionieren......</p>
]]></description><link>https://www.c-plusplus.net/forum/post/868384</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/868384</guid><dc:creator><![CDATA[gg-coding]]></dc:creator><pubDate>Fri, 09 Sep 2005 06:44:53 GMT</pubDate></item></channel></rss>