to create the pushbuttons in VC++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nkunj shah
    New Member
    • Apr 2008
    • 1

    to create the pushbuttons in VC++

    i like to create two pushbuttons,whi ch can perform two different tasks in VC++
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Select the button tool from the toolbox, place 2 buttons on your form, click each one to get to the code to execute when the button is pressed.

    Comment

    Working...