Every reference for COM I have found (or own) either assumes you are using it as an embedded control in HTML or that you are calling it from inside a program. Having looked over the examples on here they are not very helpful. Basically there is no reference specifying A) where or how some controls can or will appear when used in mushclient or B) how to translate from the more common calls used on the web to what you need under mushclient (especially for me in vbscript).
So heres an example direct from the Plugin and ActiveX companion for IE I have:
This is 'probably' the most likely way anyone will see a COM control used, since 90% of the dang things are used on the web. :p So... Here's the question. How does the more common form used in html docs translate to calls in sripting, can/do some controls even work with mushclient and where exactly do they end up?
If it won't work, then does anyone know of a COM wrapper that will let you stick the components in another window? And doing a COM call to IE doesn't count, since that is like borrowing a tank from the military because you need something on which to test your new bumper sticker. You end up using 100 times the system resources you 'need' for virtually no result. :p
So heres an example direct from the Plugin and ActiveX companion for IE I have:
<object ID="CommandButton1" WIDTH=120 HEIGHT=40
CLASSID="CLSID:D7053240-CE69-11CD-A777-00DD01143C57">
<PARAM NAME="Caption" VALUE="Command Button">
<PARAM NAME="Size" VALUE="2540;846">
<PARAM NAME="FontCharSet" VALUE="0">
<PARAM NAME="FontPitchAndFamily" VALUE="0">
<PARAM NAME="ParagraphAlign" VALUE="3">
</OBJECT>This is 'probably' the most likely way anyone will see a COM control used, since 90% of the dang things are used on the web. :p So... Here's the question. How does the more common form used in html docs translate to calls in sripting, can/do some controls even work with mushclient and where exactly do they end up?
If it won't work, then does anyone know of a COM wrapper that will let you stick the components in another window? And doing a COM call to IE doesn't count, since that is like borrowing a tank from the military because you need something on which to test your new bumper sticker. You end up using 100 times the system resources you 'need' for virtually no result. :p