CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2010
    Posts
    7

    Application like Visio

    Hi!

    I want to write in C# application like Visio - adding shapes with one click, moving, rorating, resize, deleting... and I need to do connections between shapes and magament it. I'm researching in google, but I didn't see any tutorials when can I see how can I do it. Anybody can give me any instructions to do it?

    Regards!

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Application like Visio

    Sure, but it would take about 30 THOUSAND MAN-HOURS to code. Good luck!
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Apr 2010
    Posts
    7

    Re: Application like Visio

    It should be basic application, for 2-3 shapes. I need at least put this shapes and move it. Exactly i have to implementation petri net simulator.

    =============
    Edit:

    I have: http://www.codeproject.com/KB/graphics/drawtools.aspx

    Now i must know how to move connection lines with shape.
    Last edited by Cadi2108; August 20th, 2010 at 03:56 PM.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Application like Visio

    I'd look through some samples in WPF.

  5. #5
    Join Date
    Apr 2010
    Posts
    7

    Re: Application like Visio

    Why WPF? Is it here better/easier?

Tags for this Thread

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