CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2004
    Posts
    6

    Smile Using Radio buttons..

    hi there..
    i have created a dialog box with a row of radio buttons..
    and it had a OK and a cancel button.
    What i want is when the user clicked on the OK button, it will scan through all the radio buttons and see which radio button is selected.
    Then it will perform the function that is already written in the view class and show it on the client window of the child frame.
    All the algorithms for the functions are already written but if i add it in the dialog class... den it wun show on the client window..

  2. #2
    Join Date
    Oct 2003
    Location
    Romania
    Posts
    127

    Re: Using Radio buttons..

    Is this a graphics problem?

    Anyhow, your question is quite unclear.
    So, when click on OK button you want to see which of radio buttons is selected and write or draw something in a view of a MDI application. Is my presumption correct?
    What do you want to write or draw?

    Please, clarify!

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