Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating Com Object
#3
Also possible without type libraries.

example with Excel
Macro Macro24
Code:
Copy      Help
IDispatch d._create("Excel.Application")
d.Visible=1
3
d.Quit()

example with Dragon
Macro Macro24
Code:
Copy      Help
IDispatch DgnEngine._create("Dragon.DgnEngineControl")
DgnEngine.Register(0)
DgnEngine.RecognitionMimic("select next paragraph")


Messages In This Thread
Creating Com Object - by InterestedNewbie - 08-01-2018, 03:50 PM
RE: Creating Com Object - by Kevin - 08-01-2018, 04:24 PM
RE: Creating Com Object - by Gintaras - 08-01-2018, 06:05 PM
RE: Creating Com Object - by InterestedNewbie - 08-01-2018, 07:58 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)