Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
QuestionmenuItem with Shortcut and Icon Pin
mirko8626-Dec-08 4:23
mirko8626-Dec-08 4:23 
GeneralRe: menuItem with Shortcut and Icon Pin
Luc Pattyn26-Dec-08 4:27
sitebuilderLuc Pattyn26-Dec-08 4:27 
GeneralRe: menuItem with Shortcut and Icon Pin
mirko8626-Dec-08 4:30
mirko8626-Dec-08 4:30 
GeneralRe: menuItem with Shortcut and Icon Pin
Luc Pattyn26-Dec-08 4:39
sitebuilderLuc Pattyn26-Dec-08 4:39 
GeneralRe: menuItem with Shortcut and Icon [modified] Pin
mirko8626-Dec-08 4:47
mirko8626-Dec-08 4:47 
GeneralRe: menuItem with Shortcut and Icon Pin
mirko8626-Dec-08 5:45
mirko8626-Dec-08 5:45 
QuestionHow to access a comboBox in dataGridView? Pin
Admin88726-Dec-08 2:25
Admin88726-Dec-08 2:25 
AnswerRe: How to access a comboBox in dataGridView? Pin
Wendelius26-Dec-08 7:26
mentorWendelius26-Dec-08 7:26 
Admin887 wrote:
how can i add new Lines in these ComboBoxes


You find the correct column from the datagridview's columns[^] collection (which is an instance of DataGridViewComboBoxColumn). Then on DataGridViewComboBoxColumn you have Items[^] collection or DataSource[^].

Admin887 wrote:
check which line is selected


Through the Value[^] property.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: How to access a comboBox in dataGridView? Pin
Admin88726-Dec-08 21:03
Admin88726-Dec-08 21:03 
GeneralRe: How to access a comboBox in dataGridView? Pin
Wendelius26-Dec-08 22:09
mentorWendelius26-Dec-08 22:09 
QuestionHow to use a self-made dll in a C# project from a different location. Pin
Joshua12332126-Dec-08 0:14
Joshua12332126-Dec-08 0:14 
AnswerRe: How to use a self-made dll in a C# project from a different location. Pin
Giorgi Dalakishvili26-Dec-08 0:28
mentorGiorgi Dalakishvili26-Dec-08 0:28 
AnswerRe: How to use a self-made dll in a C# project from a different location. Pin
Lev Danielyan26-Dec-08 7:26
Lev Danielyan26-Dec-08 7:26 
Questionstore procedure security issue Pin
George_George26-Dec-08 0:08
George_George26-Dec-08 0:08 
AnswerRe: store procedure security issue Pin
Tamer Oz26-Dec-08 0:28
Tamer Oz26-Dec-08 0:28 
GeneralRe: store procedure security issue Pin
George_George26-Dec-08 16:40
George_George26-Dec-08 16:40 
Questiontabs without tabs Pin
dustybike25-Dec-08 23:31
dustybike25-Dec-08 23:31 
AnswerRe: tabs without tabs Pin
Member 467835125-Dec-08 23:38
Member 467835125-Dec-08 23:38 
GeneralRe: tabs without tabs [modified] Pin
dustybike25-Dec-08 23:45
dustybike25-Dec-08 23:45 
QuestionDrag and Drop in C# WinForms Pin
Member 467835125-Dec-08 22:42
Member 467835125-Dec-08 22:42 
QuestionGet information about policies (password policy, account policy, etc) of my windows computer in C# Pin
josenicolas25-Dec-08 22:11
josenicolas25-Dec-08 22:11 
AnswerRe: Get information about policies (password policy, account policy, etc) of my windows computer in C# Pin
Richard Andrew x6426-Dec-08 4:35
professionalRichard Andrew x6426-Dec-08 4:35 
GeneralRe: Get information about policies (password policy, account policy, etc) of my windows computer in C# Pin
josenicolas28-Dec-08 0:28
josenicolas28-Dec-08 0:28 
QuestionThe type initializer for ' ' threw an exception? Pin
dec8225-Dec-08 21:15
dec8225-Dec-08 21:15 
AnswerRe: The type initializer for ' ' threw an exception? Pin
leppie26-Dec-08 7:48
leppie26-Dec-08 7:48 

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.