About 995,000 results
Open links in new tab
  1. Programmatically set radio button state in MFC - Stack Overflow

    May 10, 2015 · Add a radio button control data member, m_iRadio (0 based radio button group enum). Then in your CheckRadioButton(), just set m_iRadio to the 0-based value instead of …

  2. Guidelines for radio buttons - Windows apps | Microsoft Learn

    Feb 26, 2025 · There are two ways to create radio button groups: RadioButtons and RadioButton. We recommend the RadioButtons control. This control simplifies layout, handles keyboard …

  3. Radio Buttons in MFC Dialogs - Experts Exchange

    Sep 12, 2009 · Here is how to use MFC's automatic Radio Button handling in your dialog boxes and forms. Beginner programmers usually start with a OnClick handler for each radio button …

  4. MFC Radio Buttons - Online Tutorials Library

    Let us look into an example of Radio button by creating a new MFC dialog based application. Step 1 − Drag a group box and three radio buttons and remove the Caption of Static Text control. …

  5. Windows Controls: Radio Buttons - FunctionX

    To visually create a radio button, on the Toolbox, click the Radio Button object and click the desired area on the host window. In the same way, add one or more radio buttons. As a …

  6. Radio Buttons - Win32 apps | Microsoft Learn

    Feb 9, 2021 · Use radio buttons on wizard pages to make the alternatives clear, even if a check box is otherwise acceptable. Use radio buttons if you have enough screen space and the …

  7. How to create Dialog Box with Radio Buttons and return Value

    Jun 8, 2017 · What I want to do: Build a Dialog Box which shows a Radio Button for each element in the given List and returning the selected element/value by clicking on OK-Button. Thanks in …

  8. LDC #128: Checkbox and Radio Button Controls Part 2

    Mar 22, 2019 · The one for radio buttons is located at https://docs.microsoft.com/en-us/windows/desktop/uxguide/ctrl-radio-buttons. It is worth at least speed read. In my next blog …

  9. Working With Radio Button Control In Winforms Application

    Jun 20, 2024 · Learn how to effectively utilize radio button controls in your WinForms applications using Visual Studio 2017. This tutorial covers essential topics including adding radio buttons to …

  10. How to specify the default selected Radiobutton in MFC?

    Mar 8, 2011 · Use the CheckRadioButton to set the state of the radio buttons. DDX_Radio. You should define the range of the available values for your radio buttons in String Table. So if you …

  11. Some results have been removed
Refresh