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.