Jump to content

shell.explorer.2


Recommended Posts

I would like to operate with this in a standalone fashion ( as _IEcreateEmbedded expects everything to be present). Does anyone know what pieces am I after? I have just started the hunt so dont berate me too much if its the first google return. thanks.

EndGoal is something not terribly unlike the shockwave from trancexx's example....but with explorer pieces.

Global Const $sCLSID_ShockwaveFlash = "{D27CDB6E-AE6D-11CF-96B8-444553540000}"
Global Const $sIID_IShockwaveFlash = "{D27CDB6C-AE6D-11CF-96B8-444553540000}"
Global $oShockwaveFlash

; 4. _AutoItObject_ObjCreateEx. This one works from server file directly (doesn't require installed flash, only flash dll)
If Not IsObj($oShockwaveFlash) Then $oShockwaveFlash = _AutoItObject_ObjCreateEx(@ScriptDir & "\Flash10o.ocx", $sCLSID_ShockwaveFlash, $sIID_IShockwaveFlash)

as always, any pointers are much appreciated

Edited by iamtheky

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...