Click here to Skip to main content
15,925,202 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How we can convert string to number or number to string? Pin
toxcct28-Jan-04 2:18
toxcct28-Jan-04 2:18 
QuestionHow can open files inside program? Pin
Mehdi_Hosseinpour28-Jan-04 0:57
Mehdi_Hosseinpour28-Jan-04 0:57 
AnswerRe: How can open files inside program? Pin
Cedric Moonen28-Jan-04 1:41
Cedric Moonen28-Jan-04 1:41 
GeneralRe: How can open files inside program? Pin
David Crow28-Jan-04 2:50
David Crow28-Jan-04 2:50 
GeneralRe: How can open files inside program? Pin
Cedric Moonen28-Jan-04 3:02
Cedric Moonen28-Jan-04 3:02 
GeneralRadio Button problem Pin
Shenthil28-Jan-04 0:55
Shenthil28-Jan-04 0:55 
GeneralRe: Radio Button problem Pin
AnsGe28-Jan-04 1:41
AnsGe28-Jan-04 1:41 
GeneralRe: Radio Button problem Pin
Antti Keskinen28-Jan-04 1:51
Antti Keskinen28-Jan-04 1:51 
The radio button grouping uses the tab order for determining the group to which the radio button belongs.

In english, this means that in your dialog resource, the tab order of the radio buttons must run from RADIO_1_GROUP_1 -> RADIO_2_GROUP_1 -> RADIO_1_GROUP_2 -> RADIO_2_GROUP_2 -> etc. in a consecutive order. So, if the first radio button has tab order 3, the next must have 4, the next 5 and so forth.

Now, only the first button of each group should have the group flag set. This flag determines the starting point of the group. Whenever a control with a group flag set is found in the tab order, a new group begins. All radio buttons before this 'flagged radio button' belong to the group specified by the previous 'flagged button'. If no previous group is found before the start of the tabbing order, then those controls remain ungrouped.

Here[^] is a link to MSDN for more information.

-Antti Keskinen


----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: Radio Button problem Pin
Shenthil28-Jan-04 3:41
Shenthil28-Jan-04 3:41 
GeneralTCHAR Strings and concatonation issues Pin
TomD227-Jan-04 23:53
TomD227-Jan-04 23:53 
GeneralRe: TCHAR Strings and concatonation issues Pin
Diddy28-Jan-04 0:47
Diddy28-Jan-04 0:47 
GeneralRe: TCHAR Strings and concatonation issues Pin
TomD228-Jan-04 3:25
TomD228-Jan-04 3:25 
GeneralRe: TCHAR Strings and concatonation issues Pin
Diddy28-Jan-04 6:01
Diddy28-Jan-04 6:01 
Generaldisplaying menu item in a status bar Pin
toxcct27-Jan-04 22:59
toxcct27-Jan-04 22:59 
GeneralRegistering DLL Pin
kevcs227-Jan-04 22:52
kevcs227-Jan-04 22:52 
GeneralCDC Pin
viliam27-Jan-04 22:14
viliam27-Jan-04 22:14 
GeneralRe: CDC Pin
Antti Keskinen28-Jan-04 1:59
Antti Keskinen28-Jan-04 1:59 
GeneralRe: CDC Pin
Mike Dimmick28-Jan-04 2:15
Mike Dimmick28-Jan-04 2:15 
Generalmanaged c++ and licenses Pin
Roger Alsing27-Jan-04 21:38
Roger Alsing27-Jan-04 21:38 
GeneralGetting the Windows FontWidth Pin
Pazzuzu27-Jan-04 21:28
Pazzuzu27-Jan-04 21:28 
GeneralRe: Getting the Windows FontWidth Pin
Antti Keskinen27-Jan-04 21:46
Antti Keskinen27-Jan-04 21:46 
GeneralRe: Getting the Windows FontWidth Pin
Pazzuzu27-Jan-04 22:00
Pazzuzu27-Jan-04 22:00 
GeneralRe: Getting the Windows FontWidth Pin
Antti Keskinen28-Jan-04 1:39
Antti Keskinen28-Jan-04 1:39 
GeneralRe: Getting the Windows FontWidth Pin
Pazzuzu27-Jan-04 23:04
Pazzuzu27-Jan-04 23:04 
GeneralPaste gif, jpg images Pin
Filomela27-Jan-04 20:25
Filomela27-Jan-04 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.