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

Search:

Type: Posts; User: homer_3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    6,094

    Re: How to add a canvas control?

    I figured this out. I found out I can override a Panel's paint method and now I can paint exactly how I want.
  2. Replies
    1
    Views
    6,094

    How to add a canvas control?

    I want to add a drawable area to my form for drawing some PNGs and I'd like the origin of of my drawable area to be the corner of a control. I'm assuming a canvas will give me this. I know there is a...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured