Re: Automatic file Upload / display response in browser

From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 05/28/04

  • Next message: Igor Tandetnik: "Re: DISPID_DOWNLOADCOMPLETE and Frames"
    Date: Fri, 28 May 2004 12:18:19 -0400
    
    

    "elisabete" <elisabete.cerqueira@indatex.com> wrote in message
    news:eabca15.0405280646.2ac79219@posting.google.com
    > I have a COM component that starts a GUI (so this is the top most
    > window), the user presses one button to execute the POST (Navigate()
    > method is invoked) and the browser is minimized in the status bar...
    > my doubt is if i can somehow control the browser so that when it opens
    > it is the topmost window...

    If I understand you correctly, you minimize the browser
    programmatically. Do you also restore it programmatically? If so, see
    SetForegroundWindow and BringWindowToTop

    -- 
    With best wishes,
        Igor Tandetnik
    "For every complex problem, there is a solution that is simple, neat,
    and wrong." H.L. Mencken
    

  • Next message: Igor Tandetnik: "Re: DISPID_DOWNLOADCOMPLETE and Frames"