Click here to Skip to main content
15,912,072 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Array of objects with classwizard Pin
Prem Kumar20-May-02 7:13
Prem Kumar20-May-02 7:13 
GeneralRe: Array of objects with classwizard Pin
RuiSantiago20-May-02 8:24
RuiSantiago20-May-02 8:24 
GeneralRe: Array of objects with classwizard Pin
RuiSantiago20-May-02 9:00
RuiSantiago20-May-02 9:00 
GeneralOption or Radio Buttons Pin
Ruca20-May-02 6:46
Ruca20-May-02 6:46 
GeneralRe: Option or Radio Buttons Pin
Joaquín M López Muñoz20-May-02 6:50
Joaquín M López Muñoz20-May-02 6:50 
GeneralRe: Option or Radio Buttons Pin
Ruca20-May-02 8:01
Ruca20-May-02 8:01 
GeneralRe: Option or Radio Buttons Pin
Joaquín M López Muñoz20-May-02 9:46
Joaquín M López Muñoz20-May-02 9:46 
GeneralRe: Option or Radio Buttons Pin
Joaquín M López Muñoz20-May-02 7:03
Joaquín M López Muñoz20-May-02 7:03 
As for the second question, the following determines whether a given radio (or check) button with identifier ID_WHATEVER is checked:
bool checked=(static_cast<CButton*>(GetDlgItem(ID_WHATEVER))->GetState()&0x003)==BST_CHECKED;


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Option or Radio Buttons Pin
Ruca20-May-02 8:05
Ruca20-May-02 8:05 
GeneralRe: Option or Radio Buttons Pin
Joaquín M López Muñoz20-May-02 9:56
Joaquín M López Muñoz20-May-02 9:56 
GeneralRe: Option or Radio Buttons Pin
Ruca20-May-02 23:28
Ruca20-May-02 23:28 
GeneralRe: Option or Radio Buttons Pin
Le centriste20-May-02 17:51
Le centriste20-May-02 17:51 
GeneralRe: Option or Radio Buttons Pin
Ruca20-May-02 23:25
Ruca20-May-02 23:25 
GeneralBad problem with the IDE Pin
Daniel 'Tak' M.20-May-02 6:27
Daniel 'Tak' M.20-May-02 6:27 
GeneralCFileDialog and extensions longer than 3 chars Pin
Joaquín M López Muñoz20-May-02 6:29
Joaquín M López Muñoz20-May-02 6:29 
GeneralRe: CFileDialog and extensions longer than 3 chars Pin
Nish Nishant20-May-02 6:33
sitebuilderNish Nishant20-May-02 6:33 
GeneralRe: CFileDialog and extensions longer than 3 chars Pin
Alvaro Mendez20-May-02 10:17
Alvaro Mendez20-May-02 10:17 
GeneralCopy files and directories with progress Dlg Pin
Jerry Wang20-May-02 6:19
Jerry Wang20-May-02 6:19 
GeneralRe: Copy files and directories with progress Dlg Pin
Nish Nishant20-May-02 6:30
sitebuilderNish Nishant20-May-02 6:30 
GeneralRe: Copy files and directories with progress Dlg Pin
Rick York20-May-02 6:43
mveRick York20-May-02 6:43 
GeneralBrowse Folder Pin
Mazdak20-May-02 5:45
Mazdak20-May-02 5:45 
GeneralRe: Browse Folder Pin
Daniel 'Tak' M.20-May-02 5:47
Daniel 'Tak' M.20-May-02 5:47 
GeneralRe: Browse Folder Pin
Mazdak20-May-02 8:46
Mazdak20-May-02 8:46 
GeneralRe: Browse Folder Pin
Renjith Ramachandran20-May-02 14:29
Renjith Ramachandran20-May-02 14:29 
GeneralRe: Browse Folder Pin
Mazdak21-May-02 20:25
Mazdak21-May-02 20:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.