Click here to Skip to main content
15,913,055 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: C2039 :Is not a member of 'System::Windows::Forms::Form' Pin
tcompter8-May-07 11:30
tcompter8-May-07 11:30 
GeneralRe: C2039 :Is not a member of 'System::Windows::Forms::Form' Pin
Mark Salsbery8-May-07 11:34
Mark Salsbery8-May-07 11:34 
GeneralRe: C2039 :Is not a member of 'System::Windows::Forms::Form' Pin
tcompter9-May-07 10:34
tcompter9-May-07 10:34 
GeneralRequest Pin
KeeperMustDie8-May-07 9:55
KeeperMustDie8-May-07 9:55 
GeneralRe: Request Pin
Mark Salsbery8-May-07 10:39
Mark Salsbery8-May-07 10:39 
QuestionAcceptButton in Dialog Box doesn't appear to work Pin
BuckBrown8-May-07 8:22
BuckBrown8-May-07 8:22 
AnswerRe: AcceptButton in Dialog Box doesn't appear to work Pin
BuckBrown8-May-07 9:49
BuckBrown8-May-07 9:49 
QuestionSelecting specific radio button Pin
BuckBrown7-May-07 10:52
BuckBrown7-May-07 10:52 
Hi, I'm using Visual Studio 2005 C++/CLI. I placed a group control on my form and then added 8 radio buttons to the group. The first radio button has TabStop set to true and the rest have the tab stops set to false. When the application runs the tab order seems correct, and when I use the arraow keys to select a radio button the arrow moves from the last radio button back to the first as you would want. The question here is, I can't find any examples of C++/CLI that show how to determine which button was selected. I tried using the first radioButton->TabIndex::get() to no avail. What is the proper way to find out which of a group of radio buttons has been selected?

Thanks

Buck
AnswerRe: Selecting specific radio button Pin
BuckBrown7-May-07 11:06
BuckBrown7-May-07 11:06 
Questionasking for sort linklist Pin
Arif Liminto7-May-07 6:05
professionalArif Liminto7-May-07 6:05 
AnswerRe: asking for sort linklist Pin
Christian Graus7-May-07 13:09
protectorChristian Graus7-May-07 13:09 
QuestionC2065 error Pin
subramanyeswari7-May-07 2:12
subramanyeswari7-May-07 2:12 
AnswerRe: C2065 error Pin
prasad_som7-May-07 4:21
prasad_som7-May-07 4:21 
Questionhow to convert the string type into double type? (vs 2005) Pin
sync_austin6-May-07 23:41
sync_austin6-May-07 23:41 
AnswerRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som6-May-07 23:46
prasad_som6-May-07 23:46 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
sync_austin7-May-07 0:18
sync_austin7-May-07 0:18 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I10-May-07 8:37
J_E_D_I10-May-07 8:37 
AnswerRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som10-May-07 19:14
prasad_som10-May-07 19:14 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 7:03
J_E_D_I12-May-07 7:03 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 7:25
Mark Salsbery12-May-07 7:25 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 7:35
J_E_D_I12-May-07 7:35 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 7:39
Mark Salsbery12-May-07 7:39 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
J_E_D_I12-May-07 8:01
J_E_D_I12-May-07 8:01 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
Mark Salsbery12-May-07 8:06
Mark Salsbery12-May-07 8:06 
GeneralRe: how to convert the string type into double type? (vs 2005) Pin
prasad_som12-May-07 19:50
prasad_som12-May-07 19:50 

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.