Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with KeyEventHandler Pin
Wjousts6-Jul-07 6:28
Wjousts6-Jul-07 6:28 
GeneralRe: Problem with KeyEventHandler Pin
terraverdetech6-Jul-07 6:39
terraverdetech6-Jul-07 6:39 
GeneralRe: Problem with KeyEventHandler Pin
Luc Pattyn6-Jul-07 16:29
sitebuilderLuc Pattyn6-Jul-07 16:29 
QuestionBinded ComboBox displays wrong item! Pin
goldoche6-Jul-07 5:13
goldoche6-Jul-07 5:13 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:39
Christopher Stratmann6-Jul-07 5:39 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:40
Christopher Stratmann6-Jul-07 5:40 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:45
Christopher Stratmann6-Jul-07 5:45 
GeneralRe: Binded ComboBox displays wrong item! Pin
goldoche6-Jul-07 6:09
goldoche6-Jul-07 6:09 
Thank you for the help! Now the right item is selected, but when I change it, it doesn't change the data source!

For example:

private void myCombo_SelectedValueChanged(object sender, System.EventArgs e)<br />
{<br />
    // cm is my CurrencyManager.<br />
    MessageBox.Show(dataset.LoadModule[cm.Position].MyColumn.ToString());<br />
}


In this code above, the MessageBox always displays '5', which is the initial SelectedValue.

I'm really having a hard time with this!
GeneralRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 6:16
Christopher Stratmann6-Jul-07 6:16 
GeneralRe: Binded ComboBox displays wrong item! Pin
goldoche6-Jul-07 7:55
goldoche6-Jul-07 7:55 
AnswerRe: Binded ComboBox displays wrong item! Pin
Luc Pattyn6-Jul-07 16:32
sitebuilderLuc Pattyn6-Jul-07 16:32 
Questionwebservice return Pin
brsecu6-Jul-07 4:30
brsecu6-Jul-07 4:30 
AnswerRe: webservice return Pin
Christian Graus6-Jul-07 4:48
protectorChristian Graus6-Jul-07 4:48 
GeneralRe: webservice return Pin
brsecu6-Jul-07 4:52
brsecu6-Jul-07 4:52 
GeneralRe: webservice return Pin
Christian Graus6-Jul-07 5:33
protectorChristian Graus6-Jul-07 5:33 
AnswerRe: webservice return Pin
Pete O'Hanlon6-Jul-07 4:51
mvePete O'Hanlon6-Jul-07 4:51 
GeneralRe: webservice return Pin
brsecu6-Jul-07 5:32
brsecu6-Jul-07 5:32 
GeneralRe: webservice return Pin
Christian Graus6-Jul-07 5:34
protectorChristian Graus6-Jul-07 5:34 
GeneralRe: webservice return Pin
brsecu6-Jul-07 5:48
brsecu6-Jul-07 5:48 
GeneralRe: webservice return Pin
Nick Parker6-Jul-07 8:46
protectorNick Parker6-Jul-07 8:46 
GeneralRe: webservice return Pin
brsecu7-Jul-07 2:25
brsecu7-Jul-07 2:25 
GeneralRe: webservice return Pin
Nick Parker7-Jul-07 4:48
protectorNick Parker7-Jul-07 4:48 
GeneralRe: webservice return Pin
brsecu7-Jul-07 5:50
brsecu7-Jul-07 5:50 
Question[2.0] a few read/writeprocessmemory questions Pin
games guru6-Jul-07 4:00
games guru6-Jul-07 4:00 
AnswerRe: [2.0] a few read/writeprocessmemory questions Pin
Christian Graus6-Jul-07 4:08
protectorChristian Graus6-Jul-07 4:08 

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.