CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Jan 2009
    Posts
    56

    Vis 2008 Drawing Controls?

    I'm wondering if anyone knows of some standard drawing controls in VS 2008. I'm trying to build a windows form which creates and shows some data in a form of branching diagrams. I wanted to place it in a control which I could allow to be manipulated similar to how Google Maps works.

    The idea is for the user to be able to scroll the view by holding left click and dragging to move the view. I'm stuck trying to find a simple control which allows me to draw in it and when the view is moved that objects drawn don't simply get drawn on the rest of the window.

    -Thanks, in Advance.

    Edit: I'm using Visual C# 2008 Express Edition
    Last edited by Salbrismind; March 1st, 2009 at 06:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured