Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
Questionbluetooth connestion program using USB Bluetooth Pin
Knowledgestudent27-Feb-08 21:51
Knowledgestudent27-Feb-08 21:51 
GeneralRe: bluetooth connestion program using USB Bluetooth Pin
Christian Graus27-Feb-08 22:04
protectorChristian Graus27-Feb-08 22:04 
GeneralRe: bluetooth connestion program using USB Bluetooth Pin
Vikram A Punathambekar28-Feb-08 3:03
Vikram A Punathambekar28-Feb-08 3:03 
GeneralRe: bluetooth connestion program using USB Bluetooth [modified] Pin
DaveyM6928-Feb-08 2:46
professionalDaveyM6928-Feb-08 2:46 
GeneralRe: bluetooth connestion program using USB Bluetooth Pin
Knowledgestudent29-Feb-08 23:16
Knowledgestudent29-Feb-08 23:16 
GeneralRe: bluetooth connestion program using USB Bluetooth Pin
DaveyM6929-Feb-08 23:38
professionalDaveyM6929-Feb-08 23:38 
GeneralRe: bluetooth connestion program using USB Bluetooth Pin
Knowledgestudent1-Mar-08 0:03
Knowledgestudent1-Mar-08 0:03 
Generalcontext menu combobox binding problem Pin
Xmen Real 27-Feb-08 20:38
professional Xmen Real 27-Feb-08 20:38 
hello,
i'm trying to bind the combobox in context menu, but there is nothing when open it

code:
comboBoxItem1.ComboBox.DataSource = null;
comboBoxItem1.Items.Clear();
comboBoxItem1.DropDownWidth = 100;
ArrayList MYAL = new ArrayList();
for (int a = 0; a < 2; a++)
    MYAL.Add(new Items(a.ToString(), a));
comboBoxItem1.ComboBox.DataSource = MYAL;
comboBoxItem1.ComboBox.DisplayMember = "Name";
comboBoxItem1.ComboBox.ValueMember = "Value";
comboBoxItem1.ComboBox.SelectedIndex = -1;


this code is working on a non-contextmenu combobox

any idea?

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87??6?N8?BcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i?TV.C\y<p?jxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 21:20
protectorChristian Graus27-Feb-08 21:20 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 21:26
professional Xmen Real 27-Feb-08 21:26 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 21:29
protectorChristian Graus27-Feb-08 21:29 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 21:38
professional Xmen Real 27-Feb-08 21:38 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 21:47
protectorChristian Graus27-Feb-08 21:47 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 22:07
professional Xmen Real 27-Feb-08 22:07 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 22:30
protectorChristian Graus27-Feb-08 22:30 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 22:40
professional Xmen Real 27-Feb-08 22:40 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 23:06
protectorChristian Graus27-Feb-08 23:06 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 23:08
professional Xmen Real 27-Feb-08 23:08 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 23:14
protectorChristian Graus27-Feb-08 23:14 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 23:16
professional Xmen Real 27-Feb-08 23:16 
GeneralRe: context menu combobox binding problem Pin
Christian Graus27-Feb-08 23:18
protectorChristian Graus27-Feb-08 23:18 
GeneralRe: context menu combobox binding problem Pin
Xmen Real 27-Feb-08 23:20
professional Xmen Real 27-Feb-08 23:20 
Questionhow to display records from Datagrid into label control Pin
rizwan127-Feb-08 19:43
rizwan127-Feb-08 19:43 
AnswerRe: how to display records from Datagrid into label control Pin
Christian Graus27-Feb-08 19:45
protectorChristian Graus27-Feb-08 19:45 
GeneralRe: how to display records from Datagrid into label control Pin
rizwan127-Feb-08 20:07
rizwan127-Feb-08 20:07 

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.