Karl Blessing
Programmer
I've made ActiveX for a little while, but I've always exposed properties, and functions, rather simple such as
.Dothis(....)
.thisproperty
etc, what I want to be able to do is
MyDll.Item("KeyName".CommandForthisKey
or
MyDll.Item("KeyName".PropertyForthisKey
something along those lines, so I wouldnt have to do
MyDll.Command(Keyname,....)
[sig]<p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
[/sig]
.Dothis(....)
.thisproperty
etc, what I want to be able to do is
MyDll.Item("KeyName".CommandForthisKey
or
MyDll.Item("KeyName".PropertyForthisKey
something along those lines, so I wouldnt have to do
MyDll.Command(Keyname,....)
[sig]<p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
[/sig]