ActiveX Questions

Michael Kelly mkelly2002NOSPAM at earthlink.net
Tue Feb 19 15:59:21 EST 2002


On 19 Feb 2002 00:34:41 -0800, rony.steelandt at bucodi.com (Rony) wrote:

I don't know what's up with your OCX but the interface
names look unconventional.  As you see in mine below,
it has IGradDlgX as the Dispatch interface(and
IGradDlgXEvents as the event interface).  Anyway,
I haven't seen anything like that before so I'm at a
loss as to why they did it that way.

from win32com.client import DispatchBaseClass
class IGradDlgX(DispatchBaseClass):
||||||||||||||||||||||||




--

"I don't want to belong to any club that would have me as a member."
    -- Groucho Marx



More information about the Python-list mailing list