CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sckomoroh

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    9,661

    Re: Moving MFC CDialog

    Try to handle WM_MOVE for dialog window and send your message to child control
  2. Replies
    4
    Views
    4,568

    Re: IHTMLElement::get_onclick

    Other peoples can find answer on his question here.
  3. Replies
    4
    Views
    4,568

    Re: IHTMLElement::get_onclick

    CComQIPtr<IHTMLDOMNode> spNode = spElement;
    CComPtr<IDispatch> spAttrDisp;
    spNode->get_attributes(&spAttrDisp);
    CComQIPtr<IHTMLAttributeCollection> spAttr = spAttrDisp;
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured