vjc
Joined: 17 Dec 2008 Posts: 5
|
Posted: Mon Jan 05, 2009 9:54 pm Post subject: Help with COM_Invoke |
|
|
Hi,
I am very new to programming in general and have been fumbling my way around AHK a little. I would like to convert a very simple piece of vb code to AHK using COM_Invoke, but I am a little lost.
This is the simple vb code I would like to understand how to convert to using COM commands..
| Code: | Private cb As CONTROLBUILDERLib.CBOpenIf
Public Sub Test()
cb = New CONTROLBUILDERLib.CBOpenIf
End Sub |
Once I have the correct start I should be able to work the rest out. Thanks for any help... |
|