Click here to Skip to main content
15,891,184 members

Comments by Jibrohni (Top 39 by date)

Jibrohni 3-Dec-13 12:14pm View    
Ok, so really the client should be prevented from killing the client process via access rights and proper privileges. And not the way I'm proposing. Thanks for the advice.
Jibrohni 3-Dec-13 10:58am View    
Thanks for the response, but the idea is to prevent people from killing the client process - therefore stopping reports going to the service. So if the client process is killed, I can have it auto-restart.
Jibrohni 14-Aug-12 3:24am View    
Kenneth,

But the combobox shows the System.Windows.Media.Color selection as its itemssource, but manually changing to one of those colours in code doesn't change the selectedvalue properly.
Jibrohni 13-Aug-12 4:36am View    
Yes, I would ideally like the user to be able to select any colour. The combobox shows all System.Windows.Media.Colors, but I can't set that in code and see it work like I can with KnownColors or ConsoleColors
Jibrohni 24-Jan-12 5:13am View    
Ignore that! Thank you very much for your help, that's great!