08-28-2004, 07:25 PM
i want to add qm to my internet explorer context menu.
please give me an vb example for passing arguments to qm.
function macro name will be qm_ie_proxy.
one entry (swfdecompiler) is calling from registry a html file with content
please give me an vb example for passing arguments to qm.
function macro name will be qm_ie_proxy.
one entry (swfdecompiler) is calling from registry a html file with content
<script language="VBScript">
Set topWin = external.menuArguments.top
topWin.focus
Set obj = CreateObject("SWFDecompiler.InternetExplorer")
obj.GetSWFFile topWin.document
</script>