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

C#

 
QuestionHow to show a "Process with ..." entry in the File-Explorer context menu Pin
AlexZieg7123-Mar-07 6:14
AlexZieg7123-Mar-07 6:14 
AnswerRe: How to show a "Process with ..." entry in the File-Explorer context menu Pin
Stefan Troschuetz23-Mar-07 11:01
Stefan Troschuetz23-Mar-07 11:01 
GeneralRe: How to show a "Process with ..." entry in the File-Explorer context menu Pin
AlexZieg7123-Mar-07 12:47
AlexZieg7123-Mar-07 12:47 
QuestionActive Directory access Pin
Talal Sultan23-Mar-07 4:49
Talal Sultan23-Mar-07 4:49 
QuestionWeb, Dynamically Gridview creating Eventhandling Pin
peter.bellen@qsm-europe.com23-Mar-07 4:04
peter.bellen@qsm-europe.com23-Mar-07 4:04 
QuestionPrinting option Pin
netJP12L23-Mar-07 4:02
netJP12L23-Mar-07 4:02 
QuestionHelp with binding combo box and datarow column Pin
Matthew Cuba23-Mar-07 3:59
Matthew Cuba23-Mar-07 3:59 
AnswerRe: Help with binding combo box and datarow column Pin
joon vh.23-Mar-07 4:47
joon vh.23-Mar-07 4:47 
For the datarow to change when you select something in the combobox, it's easy, just add some code to the ComboBox.SelectedIndexChanged event.
table.rows[x][y].value = comboBox1.Value

but to do it the other way around, you either have to use events too (f.e. DataTable.RowChanged...) or you can use a timer that checks the datasource for change and updates the combobox.



Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

AnswerRe: Help with binding combo box and datarow column [modified] Pin
Zoltan Balazs23-Mar-07 5:49
Zoltan Balazs23-Mar-07 5:49 
AnswerRe: Help with binding combo box and datarow column Pin
Seishin#23-Mar-07 5:53
Seishin#23-Mar-07 5:53 
Questionhow to load web page Pin
Saira Tanwir23-Mar-07 3:28
Saira Tanwir23-Mar-07 3:28 
AnswerRe: how to load web page Pin
MoustafaS23-Mar-07 3:31
MoustafaS23-Mar-07 3:31 
GeneralRe: how to load web page Pin
joon vh.23-Mar-07 4:44
joon vh.23-Mar-07 4:44 
GeneralRe: how to load web page Pin
Saira Tanwir23-Mar-07 6:34
Saira Tanwir23-Mar-07 6:34 
QuestionListview control flckering in .NET 2.0 Pin
pliu_200023-Mar-07 3:27
pliu_200023-Mar-07 3:27 
AnswerRe: Listview control flckering in .NET 2.0 Pin
sharad subedi14-Aug-11 18:36
sharad subedi14-Aug-11 18:36 
QuestionGlobal mutex under NT4 [Answered] Pin
Dan Neely23-Mar-07 3:19
Dan Neely23-Mar-07 3:19 
QuestionPOS Application Pin
Waskira23-Mar-07 3:15
Waskira23-Mar-07 3:15 
AnswerRe: POS Application Pin
joon vh.23-Mar-07 3:21
joon vh.23-Mar-07 3:21 
GeneralRe: POS Application Pin
Waskira23-Mar-07 3:55
Waskira23-Mar-07 3:55 
GeneralRe: POS Application Pin
joon vh.23-Mar-07 4:05
joon vh.23-Mar-07 4:05 
GeneralRe: POS Application Pin
Zoltan Balazs23-Mar-07 6:11
Zoltan Balazs23-Mar-07 6:11 
GeneralRe: POS Application Pin
joon vh.23-Mar-07 7:07
joon vh.23-Mar-07 7:07 
GeneralRe: POS Application Pin
Zoltan Balazs23-Mar-07 7:23
Zoltan Balazs23-Mar-07 7:23 
QuestionRegex Question: Match if absent Pin
matthias s.23-Mar-07 2:25
matthias s.23-Mar-07 2:25 

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.