Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dnasdf

  1. dnasdf

    How to handle IDispatch passing to COM method

    Hi all, Could anybody tell me how to handle IDispatch passing to COM method created by ATL? ### JScript ### var x = [ "item 1", "item 2", "item 3" ]; oActiveX.myMethod(x); ### COM ### myMethod(VARIANT x) { if( x.vt = VT_IDISPATCH ) { IDispatch *pDispatch = x.pdispVal...
  2. dnasdf

    ActiveX to JScript interface and coding

    Thank you. I will place the question in ATL forum.
  3. dnasdf

    ActiveX to JScript interface and coding

    There is an HTML written for IE. There is an JScript code in the HTML. The JScript code use an ActiveX written with ATL. Can the ActiveX use IE object like "window", "document", etc. of the HTML? And how? Please show me a sample code. Thank you.

Part and Inventory Search

Back
Top