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

C#

 
AnswerRe: How do I listen packets sent between a server/client application? Pin
stancrm7-Aug-06 4:48
stancrm7-Aug-06 4:48 
GeneralRe: How do I listen packets sent between a server/client application? Pin
Eric Dahlvang7-Aug-06 5:27
Eric Dahlvang7-Aug-06 5:27 
GeneralRe: How do I listen packets sent between a server/client application? Pin
Shy Agam7-Aug-06 5:33
Shy Agam7-Aug-06 5:33 
QuestionAutomatic Update Pin
pirogramci7-Aug-06 3:37
pirogramci7-Aug-06 3:37 
AnswerRe: Automatic Update Pin
wheelerbarry7-Aug-06 3:52
wheelerbarry7-Aug-06 3:52 
GeneralRe: Automatic Update Pin
pirogramci7-Aug-06 4:15
pirogramci7-Aug-06 4:15 
GeneralRe: Automatic Update Pin
wheelerbarry7-Aug-06 4:46
wheelerbarry7-Aug-06 4:46 
Questiontab controle Pin
john347-Aug-06 3:29
john347-Aug-06 3:29 
AnswerRe: tab controle Pin
stancrm7-Aug-06 3:36
stancrm7-Aug-06 3:36 
GeneralRe: tab controle Pin
john347-Aug-06 3:54
john347-Aug-06 3:54 
GeneralRe: tab controle Pin
stancrm7-Aug-06 4:55
stancrm7-Aug-06 4:55 
GeneralRe: tab controle Pin
john347-Aug-06 5:07
john347-Aug-06 5:07 
GeneralRe: tab controle Pin
Stefan Troschuetz7-Aug-06 5:17
Stefan Troschuetz7-Aug-06 5:17 
GeneralRe: tab controle Pin
john347-Aug-06 5:55
john347-Aug-06 5:55 
GeneralRe: tab controle Pin
john347-Aug-06 6:07
john347-Aug-06 6:07 
QuestionPlease help me [modified] Pin
shail nigam7-Aug-06 3:16
shail nigam7-Aug-06 3:16 
AnswerRe: Please help me Pin
stancrm7-Aug-06 3:34
stancrm7-Aug-06 3:34 
AnswerRe: Please help me Pin
wheelerbarry7-Aug-06 3:36
wheelerbarry7-Aug-06 3:36 
GeneralRe: Please help me Pin
shail nigam7-Aug-06 4:04
shail nigam7-Aug-06 4:04 
QuestionComboBox, Lookup & Complex Binding Pin
Glen Harvy7-Aug-06 2:27
Glen Harvy7-Aug-06 2:27 
Hi,

I have spent all day on this and can't find the problem. Here's some code for a combobox that just won't show the name associated with the value passed to it:

[code]
this.comboBoxDefaultTitle.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.newMemDefaultsBindingSource, "TitleNumber", true));
this.comboBoxDefaultTitle.DataSource = this.titlesBindingSource;
this.comboBoxDefaultTitle.DisplayMember = "TitleDesc";
this.comboBoxDefaultTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxDefaultTitle.FormattingEnabled = true;
this.comboBoxDefaultTitle.Location = new System.Drawing.Point(50, 57);
this.comboBoxDefaultTitle.Name = "comboBoxDefaultTitle";
this.comboBoxDefaultTitle.Size = new System.Drawing.Size(151, 21);
this.comboBoxDefaultTitle.TabIndex = 1;
this.comboBoxDefaultTitle.ValueMember = "TitleNumber";
[/code]

I have done this before in the same project (different form and lookups) and they work fine. The above, plus two others on the same form and with similar tasks don't.

I've cross checked the relationships and compared them with the combobox that works and I just can't find what I've done wrong.

I've checked the msdn at http://msdn2.microsoft.com/en-us/library/3h6ac01k(d=ide).aspx and swear I've followed each step to the letter.

Can anyone please give me some suggestions as to where else I need to check to get this working.

Thanks,


Glen Harvy

AnswerRe: ComboBox, Lookup & Complex Binding Pin
Glen Harvy7-Aug-06 12:54
Glen Harvy7-Aug-06 12:54 
QuestionTexture offset Pin
S02003567-Aug-06 2:14
S02003567-Aug-06 2:14 
QuestionCheck Version Messanger Pin
Rahul.RK7-Aug-06 2:07
Rahul.RK7-Aug-06 2:07 
AnswerRe: Check Version Messanger Pin
stancrm7-Aug-06 2:41
stancrm7-Aug-06 2:41 
GeneralThanks .. Pin
Rahul.RK7-Aug-06 3:03
Rahul.RK7-Aug-06 3:03 

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.