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

Thread: Button editor

  1. #1
    Join Date
    Jan 2003
    Posts
    106

    Button editor

    Hi,

    I would like to create a button editor like in Visual Studio.
    My problem is, I don't know how to make a sizeable button with the little squares on each sides and corners of the button like in the image below..



    Do you have any idea ?
    Thanls.

  2. #2
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Button editor

    are you using graphics class for drawing the rectangular boundary for the buttons ?

  3. #3
    Join Date
    Jan 2003
    Posts
    106

    Re: Button editor

    I plan to use a classic button class.
    I don't know if it's the best way.

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