|
-
October 20th, 2009, 01:11 PM
#7
Re: Radiobutton creation
The simplest way would be using CheckRadioButton API:
void CheckRadioButton(HWND hwndDlg,
int nIDFirstButton,
int nIDLastButton,
int nIDCheckButton)
This function clears the selection from all buttons with IDs in the range given by nIDFirstButton and nIDLastButton except the one whose ID is given by nIDCheckButton
Last edited by VictorN; October 21st, 2009 at 02:28 AM.
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|