Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to kill a process and a specific handle of process in C# Pin
Mushtaque Nizamani26-Jun-07 21:31
Mushtaque Nizamani26-Jun-07 21:31 
GeneralRe: How to kill a process and a specific handle of process in C# Pin
Martin#27-Jun-07 4:35
Martin#27-Jun-07 4:35 
GeneralRe: How to kill a process and a specific handle of process in C# Pin
Mushtaque Nizamani27-Jun-07 5:31
Mushtaque Nizamani27-Jun-07 5:31 
GeneralRe: How to kill a process and a specific handle of process in C# Pin
Martin#27-Jun-07 5:36
Martin#27-Jun-07 5:36 
AnswerRe: How to kill a process and a specific handle of process in C# Pin
Vasudevan Deepak Kumar26-Jun-07 21:31
Vasudevan Deepak Kumar26-Jun-07 21:31 
QuestionSequence of events in SSIS Pin
I.explore.code26-Jun-07 19:50
I.explore.code26-Jun-07 19:50 
QuestionHow To Blink each DataGridView Cell Color Continue when value Change ? Pin
girish_ksharma26-Jun-07 19:41
girish_ksharma26-Jun-07 19:41 
Question[WPF] ICommand woes.... Pin
Super Lloyd26-Jun-07 18:53
Super Lloyd26-Jun-07 18:53 
I tried to create a SetColor command and a ColorPicker which uses it.

There is one effect I cannot reproduce, it is tracking the CommandSource and wether it's valid.

By that I mean if I create a MenuItem like that:

<MenuItem 
     Header="Blue" 
     Command="{x:Static local:MyCommands.SetColor}" 
     CommandParameter="{x:Static Colors.Blue}" />


It enables/disables depending on wether the currently focused element respond to the SetColor command.


But my ColorPicker never get any CanExecute or whatever event call, therefore I cannot update it appropriately (i.e. enable/disable) when the focused element change.

I implemented ICommandSource, used a RoutedEvent, I never get any relevant info....

Any idea what I could have missed?!?
AnswerRe: [WPF] ICommand woes.... Pin
Super Lloyd26-Jun-07 19:33
Super Lloyd26-Jun-07 19:33 
QuestionHow to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:15
Bahaa Hany26-Jun-07 18:15 
AnswerRe: How to change the color & size of the text in a textbox Pin
Sathesh Sakthivel26-Jun-07 18:18
Sathesh Sakthivel26-Jun-07 18:18 
GeneralRe: How to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:28
Bahaa Hany26-Jun-07 18:28 
GeneralRe: How to change the color & size of the text in a textbox Pin
Sathesh Sakthivel26-Jun-07 18:36
Sathesh Sakthivel26-Jun-07 18:36 
GeneralRe: How to change the color & size of the text in a textbox Pin
Christian Graus26-Jun-07 18:59
protectorChristian Graus26-Jun-07 18:59 
GeneralRe: How to change the color & size of the text in a textbox Pin
Blumen26-Jun-07 19:15
Blumen26-Jun-07 19:15 
GeneralRe: How to change the color & size of the text in a textbox Pin
Christian Graus26-Jun-07 20:11
protectorChristian Graus26-Jun-07 20:11 
AnswerRe: How to change the color & size of the text in a textbox Pin
I.explore.code26-Jun-07 18:50
I.explore.code26-Jun-07 18:50 
GeneralRe: How to change the color & size of the text in a textbox Pin
Bahaa Hany26-Jun-07 18:59
Bahaa Hany26-Jun-07 18:59 
QuestionHow to load and run non .net exe in memory? Pin
Rationalise26-Jun-07 16:06
Rationalise26-Jun-07 16:06 
AnswerRe: How to load and run non .net exe in memory? Pin
Christian Graus26-Jun-07 16:21
protectorChristian Graus26-Jun-07 16:21 
QuestionHow can I access the App's tab in the task Manager Pin
jeguzmanv26-Jun-07 14:59
jeguzmanv26-Jun-07 14:59 
AnswerRe: How can I access the App's tab in the task Manager Pin
Christian Graus26-Jun-07 15:45
protectorChristian Graus26-Jun-07 15:45 
GeneralRe: How can I access the App's tab in the task Manager Pin
jeguzmanv27-Jun-07 5:03
jeguzmanv27-Jun-07 5:03 
GeneralRe: How can I access the App's tab in the task Manager Pin
jeguzmanv27-Jun-07 5:52
jeguzmanv27-Jun-07 5:52 
QuestionProblem I can't get past. Pin
Cory Borrow26-Jun-07 13:54
Cory Borrow26-Jun-07 13:54 

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.