Click here to Skip to main content
15,899,126 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Creating setup project for all users of the system Pin
emimmortal22-Jul-08 15:39
emimmortal22-Jul-08 15:39 
JokeRe: Creating setup project for all users of the system Pin
Mycroft Holmes23-Jul-08 21:09
professionalMycroft Holmes23-Jul-08 21:09 
QuestionSetting exe name according to project configuration in VS.NET 2005 [modified] Pin
abcxyz8222-Jul-08 6:32
abcxyz8222-Jul-08 6:32 
AnswerRe: Setting exe name according to project configuration in VS.NET 2005 Pin
abcxyz8222-Jul-08 22:09
abcxyz8222-Jul-08 22:09 
QuestionDataGridView and Combo Boxes (my brain hurts) Pin
davebarkshire22-Jul-08 6:01
davebarkshire22-Jul-08 6:01 
AnswerRe: DataGridView and Combo Boxes (my brain hurts) Pin
bigbrownbeaver22-Jul-08 22:15
bigbrownbeaver22-Jul-08 22:15 
Questiondata binding to radio buttons Pin
bfis10813722-Jul-08 4:55
bfis10813722-Jul-08 4:55 
AnswerRe: data binding to radio buttons Pin
John_Adams22-Jul-08 21:16
John_Adams22-Jul-08 21:16 
Hi,

You can bind a RadioButton to a Property in the following manner:

rb1.DataBindings.Add("Checked", myProperty, "ValueIs" + enumName);

For more details pleas take a look at the following article:

http://msmvps.com/blogs/matthieu/archive/2008/06/09/how-binding-radio-buttons-on-an-enum-property.aspx[^]

Hope this helps Smile | :)

Regards,
John Adams
ComponentOne LLC

GeneralRe: data binding to radio buttons Pin
bfis10813723-Jul-08 3:15
bfis10813723-Jul-08 3:15 
AnswerRe: data binding to radio buttons Pin
Giorgi Dalakishvili22-Jul-08 21:40
mentorGiorgi Dalakishvili22-Jul-08 21:40 
QuestionDesign message box Pin
venkat86_ece21-Jul-08 20:53
venkat86_ece21-Jul-08 20:53 
AnswerRe: Design message box Pin
Brady Kelly21-Jul-08 22:49
Brady Kelly21-Jul-08 22:49 
AnswerRe: Design message box Pin
John_Adams22-Jul-08 20:55
John_Adams22-Jul-08 20:55 
AnswerRe: Design message box Pin
Thomas Stockwell24-Jul-08 5:37
professionalThomas Stockwell24-Jul-08 5:37 
Questionopening work documents in Axwebbrowser: Pin
Arun Ramachandran21-Jul-08 17:52
Arun Ramachandran21-Jul-08 17:52 
AnswerRe: opening work documents in Axwebbrowser: Pin
Arun Ramachandran21-Jul-08 17:54
Arun Ramachandran21-Jul-08 17:54 
Questionsending and receiving file over TCP/IP (c#) ?(*jpg,etc..)no text..file.. Pin
tdrgn20-Jul-08 23:34
tdrgn20-Jul-08 23:34 
AnswerRe: sending and receiving file over TCP/IP (c#) ?(*jpg,etc..)no text..file.. Pin
Paul Conrad21-Jul-08 8:51
professionalPaul Conrad21-Jul-08 8:51 
GeneralRe: sending and receiving file over TCP/IP (c#) ?(*jpg,etc..)no text..file.. Pin
tdrgn22-Jul-08 2:19
tdrgn22-Jul-08 2:19 
QuestionSet focus on Datagrid view cell Pin
venkat86_ece20-Jul-08 22:14
venkat86_ece20-Jul-08 22:14 
AnswerRe: Set focus on Datagrid view cell Pin
John Ad21-Jul-08 4:24
John Ad21-Jul-08 4:24 
QuestionAccess Control List Pin
Michael Adel20-Jul-08 21:22
Michael Adel20-Jul-08 21:22 
QuestionAccess control Pin
RyanEK20-Jul-08 16:00
RyanEK20-Jul-08 16:00 
AnswerRe: Access control Pin
Mycroft Holmes20-Jul-08 20:22
professionalMycroft Holmes20-Jul-08 20:22 
GeneralRe: Access control Pin
RyanEK21-Jul-08 12:44
RyanEK21-Jul-08 12:44 

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.