Triggered on the threads on new controls in AutoIT like the Ribbon control I started reading a little and I am convinced the UIRibbon framework could be used from AutoIT but just a litlle bit of work
I was wondering if anyone has a script on converting an IDL file to
AutoITObject syntax
or
ObjCreateInterface ( "CLSID" , "IID" [,"interface_description", ["flag"]] )
For example for the Ribbon framework
stuff like AIO Wrapper generator is not working as thats based on the typelib which is not available for uiribbon.dll
In Windows SDK the UIRibbon.IDL is available so that could be used to create an AutoIT interface.
I was wondering if anyone has a script on converting an IDL file to
AutoITObject syntax
or
ObjCreateInterface ( "CLSID" , "IID" [,"interface_description", ["flag"]] )
For example for the Ribbon framework
stuff like AIO Wrapper generator is not working as thats based on the typelib which is not available for uiribbon.dll
In Windows SDK the UIRibbon.IDL is available so that could be used to create an AutoIT interface.