Search:

Type: Posts; User: kimyat13

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,433

    were you able to solve this? :( i am really...

    were you able to solve this? :( i am really desperate for at least some information regarding my problem.

    a completely answered thread for this one would definitely help me out..
  2. Replies
    8
    Views
    11,759

    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,...
  3. ultimately, i gave up on this idea. :( ...

    ultimately, i gave up on this idea.

    :(

    instead of using the interfaces and so on as what i've done, i just focused to the control and automatically sent the keyboard keys.
  4. Replies
    8
    Views
    11,759

    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. :))
  5. Replies
    8
    Views
    11,759

    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...
  6. Replies
    8
    Views
    11,759

    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...
  7. Replies
    8
    Views
    11,759

    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...
  8. DETAILS Good day.. I know it's quite a long...

    DETAILS

    Good day..

    I know it's quite a long shot, but I have this problem.. And I've ran out of places to ask for help for..

    I am supposed to make my webbrowser control scroll depending on...
  9. IHTMLElement2 functions crash in IE7 when programmatically scrolling browser control

    PROBLEM

    1. How do i programmatically scroll an IWebBrowser2 control in all IE versions?

    2. Why is it that the code i have runs in IE6 but crashes in IE7?

    3. Follow-up to question(2), is...
Results 1 to 9 of 10