Search:

Type: Posts; User: kimyat13

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    11,735

    added the LButtonUp and used this instead... ...

    added the LButtonUp and used this instead...

    switch(scrollType)
    {
    case StepDown:
    m_HostWnd.SendMessageToDescendants(WM_KEYDOWN, VK_DOWN);
    m_HostWnd.SendMessageToDescendants(WM_KEYUP,...
  2. Replies
    8
    Views
    11,735

    i wasn't able to think of that. thanks a...

    i wasn't able to think of that.

    thanks a million. hhahahaha so that's why my test application (to test this UI) suddenly changes mode when it's on top. :))
  3. Replies
    8
    Views
    11,735

    wow.. thanks so much for the idea. yahhh it is...

    wow..

    thanks so much for the idea. yahhh it is a lame work-around, but it works anyhow. i don't know if there are rules against stupid code. but i tried eveything i could find. spent an entire...
  4. Replies
    8
    Views
    11,735

    all i need are keyboard inputs. but after loading...

    all i need are keyboard inputs. but after loading the app, the browser needs to be clicked to be focused. it's embedded in a windowless control, part of the gui for the app i'm working on. i tried...
  5. Replies
    8
    Views
    11,735

    Setting focus to an IWebBrowser2

    Good day!

    Can anyone please tell me how to set the focus to my Web Browser?

    I have an IWebBrowser2 in my app hosted inside a CAxWindow.

    The problem is that when the application has loaded...
Results 1 to 5 of 5