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

C#

 
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 
The combobox I added doesn't let me set a datasource at all, best I could do was this:

if (e.Button == MouseButtons.Right)
{
string[] datasource = { "test1", "test2", "test3" };
toolStripComboBox1.Items.AddRange(datasource);
contextMenuStrip1.Show( e.X + this.Left, e.Y + this.Top);
}

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

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 
GeneralRe: how to display records from Datagrid into label control Pin
Christian Graus27-Feb-08 20:12
protectorChristian Graus27-Feb-08 20:12 
GeneralRe: how to display records from Datagrid into label control Pin
rizwan127-Feb-08 20:26
rizwan127-Feb-08 20:26 
GeneralRe: how to display records from Datagrid into label control Pin
Christian Graus27-Feb-08 21:15
protectorChristian Graus27-Feb-08 21:15 
GeneralRe: how to display records from Datagrid into label control Pin
DaveyM6928-Feb-08 4:09
professionalDaveyM6928-Feb-08 4:09 
GeneralFont problem Pin
D i x y27-Feb-08 18:59
D i x y27-Feb-08 18:59 
GeneralRe: Font problem Pin
Christian Graus27-Feb-08 19:31
protectorChristian Graus27-Feb-08 19:31 
GeneralRe: Font problem Pin
D i x y27-Feb-08 21:11
D i x y27-Feb-08 21:11 
GeneralRe: Font problem Pin
Christian Graus27-Feb-08 21:17
protectorChristian Graus27-Feb-08 21:17 
QuestionHow Can I Add a Project from JAVA to J#.Net???? Pin
Masterhame27-Feb-08 18:53
Masterhame27-Feb-08 18:53 

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.