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

Thread: PushDown Button

  1. #1
    Join Date
    Jan 2001
    Location
    Israel
    Posts
    10

    PushDown Button

    I'm tring to make a Control button to look like is "stays down" after you click it (like a push-down button). is there any simple way to do so?
    Regards
    Itamar

    Molchadsky Itamar

  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: PushDown Button

    Use OptionButtons or CheckBoxes intead. Set their Style properties to Graphical. They will look similar to Command Button.
    Vlad


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