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

Windows Forms

 
GeneralRe: Locking a database record in WinForms Application Pin
Ashfield25-Jul-08 8:31
Ashfield25-Jul-08 8:31 
QuestionCreating setup project for all users of the system Pin
ngrj22-Jul-08 15:11
ngrj22-Jul-08 15:11 
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 
From MSDN:

"Unlike the ComboBox control, the DataGridViewComboBoxCell does not have SelectedIndex and SelectedValue properties. Instead, selecting a value from a drop-down list sets the cell Value property."

I am not sure what will happen when you set the value, although I will assume that it will change the selection. You can then read the Value property to get the value back.

There is a way you can make your own selected index property by comparing each item to the Value property and returning the index when the objects match.

Hope this helps.
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 
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 

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.