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

Thread: yes/no button

  1. #1
    Join Date
    Aug 1999
    Posts
    5

    yes/no button

    how do I make an form, and on this form i would have two buttons,
    one "yes" and one "no", and if i would press yes it would do something and something different if i would press no...

    thanks in advance..


  2. #2
    Join Date
    Jun 1999
    Location
    CA, USA
    Posts
    85

    Re: yes/no button

    what do u mean by form ??

    if u want to create a dialog based application, then add ur 2 buttons on the dialog thro' appstudio. using classwizard add the handlers for the buttons. and write the respective code in the respective handlers.

    lemme know if u have any probs or if i have ur question misinterpreted.

    - sufyan.


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