Newbie at pythonwincom, please kick me in the right direction..

Andrew Markebo andrew.markebo at telelogic.com
Fri Sep 29 17:37:42 EDT 2000


Followup two.. 

Navigating around, found a class for events DWebBrowserEvents2 in the
generated python file.. with functions commented out.. uncommented and
added a couple of print statementes to the ones that interested me.. 

No go :-( It works :-) but I don't get any feedback on completion and
so on.. my prints doesn't seem to be executed.. 

BTW if I want to send parameters to the Navigate2 function how do I do
that?? The docs states:

HRESULT Navigate2(
    VARIANT *URL,
    VARIANT *Flags,
    VARIANT *TargetFrameName,
    VARIANT *PostData,
    VARIANT *Headers,
);

How do I fill in the variables, for PostData it should be a SAFEARRAY.. 

        /Andy



More information about the Python-list mailing list