CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    11

    Connecting Push buttons by arrow lines in MFC Form View

    Hi All,

    I have an MFC form view application which will have some push buttons on it. I want to connect these push buttons by arrow lines. What I mean is when I run the application the push buttons has to be shown by conncted to each other by arrow lines .. How can I do this ?

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Re: Connecting Push buttons by arrow lines in MFC Form View

    Use MoveTo and LineTo GDI calls in the OnPaint function of the dialog class.
    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    May 2009
    Posts
    11

    Re: Connecting Push buttons by arrow lines in MFC Form View

    Hi _Superman_,

    Thank you for your response, I will try and let you know the result

    One again thanks for your response

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