Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
AlexB4725-Jan-07 22:40
AlexB4725-Jan-07 22:40 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Stefan Troschuetz25-Jan-07 22:50
Stefan Troschuetz25-Jan-07 22:50 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
abalbo28-Jan-07 1:19
abalbo28-Jan-07 1:19 
AnswerRe: C#, Timer and GetTickCount on Compact Framework Pin
Luc Pattyn26-Jan-07 0:16
sitebuilderLuc Pattyn26-Jan-07 0:16 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
abalbo26-Jan-07 23:29
abalbo26-Jan-07 23:29 
GeneralRe: C#, Timer and GetTickCount on Compact Framework Pin
Luc Pattyn27-Jan-07 1:43
sitebuilderLuc Pattyn27-Jan-07 1:43 
QuestionHow can I get Combobox Selected ValueMember [modified] Pin
dataminers25-Jan-07 21:35
dataminers25-Jan-07 21:35 
AnswerRe: How can I get Combobox Selected ValueMember Pin
baerten26-Jan-07 0:21
baerten26-Jan-07 0:21 
mmmh...

The DataSource of your ComboBox has which Type?
An ArrayList with Class-Instances who represent via there Members ( via Get&Set ) the DataBase-Elements?
Or is it a DataTable ?

In VS.NET 2003 it exists a CurrencyManager. That's a "pointer" on a DataTable, which is pointing on the current Row. I don't think that a ChangeSelection of the ComboBox also changes the "current marked Record-Row" ... but it's a possibility to check if you find no way to resolve it.


Another Possibility is to make a relation between your ComboBox and your IList-Objekt.
If the indices of each are the same, you can get the SelectedIndex from the ComboBox:
In this case "1" .. than you go to the IList at index "1" and extract the "ID-Field"

I hope this helps you maybe.

Greetings
QuestionAbout the new keyword Pin
Loophole25-Jan-07 21:29
Loophole25-Jan-07 21:29 
AnswerRe: About the new keyword Pin
Martin#25-Jan-07 21:44
Martin#25-Jan-07 21:44 
GeneralRe: About the new keyword Pin
Loophole26-Jan-07 1:22
Loophole26-Jan-07 1:22 
AnswerRe: About the new keyword Pin
ShermansLagoon25-Jan-07 21:47
ShermansLagoon25-Jan-07 21:47 
JokeRe: About the new keyword Pin
Martin#25-Jan-07 21:59
Martin#25-Jan-07 21:59 
GeneralRe: About the new keyword Pin
Loophole26-Jan-07 1:19
Loophole26-Jan-07 1:19 
GeneralRe: About the new keyword Pin
ShermansLagoon26-Jan-07 4:49
ShermansLagoon26-Jan-07 4:49 
AnswerRe: About the new keyword Pin
Christian Graus25-Jan-07 23:05
protectorChristian Graus25-Jan-07 23:05 
Questionhow to open single form? Pin
Sanjib Raj25-Jan-07 20:34
Sanjib Raj25-Jan-07 20:34 
AnswerRe: how to open single form? Pin
mihksoft25-Jan-07 20:50
mihksoft25-Jan-07 20:50 
AnswerRe: how to open single form? Pin
Martin#25-Jan-07 20:54
Martin#25-Jan-07 20:54 
GeneralRe: how to open single form? Pin
Sanjib Raj25-Jan-07 22:02
Sanjib Raj25-Jan-07 22:02 
GeneralRe: how to open single form? Pin
Martin#25-Jan-07 22:16
Martin#25-Jan-07 22:16 
AnswerRe: how to open single form? Pin
Luc Pattyn26-Jan-07 0:03
sitebuilderLuc Pattyn26-Jan-07 0:03 
QuestionSuggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 20:15
Saira Tanwir25-Jan-07 20:15 
AnswerRe: Suggetion needed about StreamWriter Class Pin
bobsugar22225-Jan-07 21:32
bobsugar22225-Jan-07 21:32 
GeneralRe: Suggetion needed about StreamWriter Class Pin
Saira Tanwir25-Jan-07 22:03
Saira Tanwir25-Jan-07 22: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.