Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: OpenFileDialog directory path Pin
Guffa3-Dec-08 22:07
Guffa3-Dec-08 22:07 
QuestionWriting All listView1 Items, Weird... Pin
jas0n233-Dec-08 16:52
jas0n233-Dec-08 16:52 
AnswerRe: Writing All listView1 Items, Weird... Pin
CodingYoshi3-Dec-08 17:58
CodingYoshi3-Dec-08 17:58 
AnswerRe: Writing All listView1 Items, Weird... Pin
Christian Graus3-Dec-08 18:11
protectorChristian Graus3-Dec-08 18:11 
GeneralRe: Writing All listView1 Items, Weird... Pin
jas0n233-Dec-08 18:32
jas0n233-Dec-08 18:32 
QuestionData Field Values... Pin
Illegal Operation3-Dec-08 14:30
Illegal Operation3-Dec-08 14:30 
AnswerRe: Data Field Values... Pin
Christian Graus3-Dec-08 14:58
protectorChristian Graus3-Dec-08 14:58 
AnswerRe: Data Field Values... Pin
CodingYoshi3-Dec-08 18:12
CodingYoshi3-Dec-08 18:12 
Set the ComboBox's DisplayMember to what you want the user to see and the ValueMember to what you want to use. For example, combo.DisplayMember = "Description" and combo.ValueMember = "ID". Then get when user selects the item you want, simply get it by combo.SelectedValue and this will return "ID" in your case. Just remember "Description" and "ID" have to be encapsulated in Properties and not public fields and obviously private fields if using a class.
QuestionQuestion about ZedGraph and Data Types Pin
Rafone3-Dec-08 13:09
Rafone3-Dec-08 13:09 
AnswerRe: Question about ZedGraph and Data Types Pin
Christian Graus3-Dec-08 13:12
protectorChristian Graus3-Dec-08 13:12 
GeneralRe: Question about ZedGraph and Data Types Pin
Rafone3-Dec-08 13:31
Rafone3-Dec-08 13:31 
GeneralRe: Question about ZedGraph and Data Types Pin
Christian Graus3-Dec-08 13:51
protectorChristian Graus3-Dec-08 13:51 
QuestionUsing a TextBox as Console replacement. Pin
Mr.Brainley3-Dec-08 12:16
Mr.Brainley3-Dec-08 12:16 
GeneralRe: Using a TextBox as Console replacement. Pin
Luc Pattyn3-Dec-08 12:38
sitebuilderLuc Pattyn3-Dec-08 12:38 
GeneralRe: Using a TextBox as Console replacement. Pin
User 43300283-Dec-08 14:06
User 43300283-Dec-08 14:06 
GeneralRe: Using a TextBox as Console replacement. Pin
Luc Pattyn3-Dec-08 14:19
sitebuilderLuc Pattyn3-Dec-08 14:19 
GeneralRe: Using a TextBox as Console replacement. Pin
Mr.Brainley7-Dec-08 0:35
Mr.Brainley7-Dec-08 0:35 
QuestionReading files over network asynchronously Pin
CodingYoshi3-Dec-08 12:10
CodingYoshi3-Dec-08 12:10 
QuestionHow to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 11:20
professionalKent K3-Dec-08 11:20 
AnswerRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 11:48
protectorChristian Graus3-Dec-08 11:48 
GeneralRe: How to stop windows form from refreshing/updating Pin
Kent K3-Dec-08 12:03
professionalKent K3-Dec-08 12:03 
GeneralRe: How to stop windows form from refreshing/updating Pin
Christian Graus3-Dec-08 13:52
protectorChristian Graus3-Dec-08 13:52 
Questionpropertyies and attributes Pin
netJP12L3-Dec-08 11:20
netJP12L3-Dec-08 11:20 
QuestionSyntax error (missing operator) in query expression Pin
hassanasp3-Dec-08 10:22
hassanasp3-Dec-08 10:22 
AnswerRe: Syntax error (missing operator) in query expression Pin
PH-MAT3-Dec-08 10:25
PH-MAT3-Dec-08 10: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.