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

Search:

Type: Posts; User: pinnachio

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    5,736

    Re: corodinates used by hdc??

    void CPflowView::OnLButtonDown(UINT nFlags, CPoint point)
    {
    // TODO: Add your message handler code here and/or call default
    long tempx=point.x ;
    long tempy=point.y ;
    CPflowDoc* pDoc =...
  2. Replies
    4
    Views
    5,736

    corodinates used by hdc??

    what type of co-ordinates is used by standard hDC object when initialised by GetsafeDC()??
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured