AddActiveX: present in code, not implemented? Propose implementation if not.

Issue #41 new
Winter Laite created an issue

Test code from AHK v2 docs page (very slightly modified, working with v2.0-beta.7:

pic := "http://www.animatedgif.net/cartoons/A_5odie_e0.gif"
MyGui := Gui()
MyGui.AddActiveX("w100 h150", "mshtml:<img src='" pic "' />")
MyGui.Show

Throws no errors in Keyview or when running with Keysharp, but there is no output.

Probably quite important. Searching for ‘ActiveX’ on the AHK forum site yields 2011 results.

Comments (0)

  1. Log in to comment