CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: IE and Messeges

  1. #1
    Join Date
    Dec 2008
    Posts
    12

    Question IE and Messeges

    I have an application a winfom witha button when pressed it will send a message to IE to call its page properties. But I can not call IE if IE is not set to the foreground or has the focus

    Is ther a way to resolve this issue ?

    Thank you

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: IE and Messeges

    You could use any of these APIs to bring the IE window to the Top :
    SetForegroundWindow
    BringWindowToTop
    SetWindowPos

  3. #3
    Join Date
    Dec 2008
    Posts
    12

    Re: IE and Messeges

    Thank you,
    I don't know how to make my program always work even if it is minimized, I mean I want the IE to respond to any message sent no matter what status it is in (minimized, focused or background, I don't want to call it to the top).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured