Archive: Call showbar in this IEFunctions.dll


Call showbar in this IEFunctions.dll
hi,

does anyone knows a way (with sample) to execute the ShowBar function from this dll ?:
http://forums.winamp.com/showthread....hlight=ShowBar


I tryed rundll32 but doesn't work, I also tryed system:call without success:

rundll32.exe IEFunctions.dll,OpenBrowser /NOUNLOAD
rundll32.exe IEFunctions.dll,ShowBar /NOUNLOAD "{691AGGC1-3C36-40DD-A222-EB3AER665FC1}"

tryed also:
SetPluginUnload alwaysoff
StrCpy $0 "/NOUNLOAD {691AGGC1-3C36-40DD-A222-EB3AER665FC1}"
System::Call '$PROGRAMFILES\PSBar\IEFunctions::ShowBar(t)i(r0).r1'
SetPluginUnload manual
System::Free 0

any help is welcome.


To use NSIS plug-in put IEFunctions.dll to Program Files\NSIS\Plugins and just call


IEFunctions::ShowBar /NOUNLOAD "<CLSID>"

as described here (please read Restrictions part :) )

thx

very usefull :)