Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#.NET run exe one time at one machine Pin
E_Gold1-Feb-08 21:15
E_Gold1-Feb-08 21:15 
GeneralRe: C#.NET run exe one time at one machine Pin
Giorgi Dalakishvili1-Feb-08 23:37
mentorGiorgi Dalakishvili1-Feb-08 23:37 
GeneralRe: C#.NET run exe one time at one machine Pin
#realJSOP2-Feb-08 0:49
professional#realJSOP2-Feb-08 0:49 
GeneralRe: C#.NET run exe one time at one machine Pin
Giorgi Dalakishvili2-Feb-08 1:14
mentorGiorgi Dalakishvili2-Feb-08 1:14 
GeneralRe: C#.NET run exe one time at one machine Pin
Paul Conrad2-Feb-08 12:11
professionalPaul Conrad2-Feb-08 12:11 
QuestionDatabase validation Pin
Smithakrishnan1-Feb-08 17:15
Smithakrishnan1-Feb-08 17:15 
GeneralRe: Database validation Pin
DaveyM692-Feb-08 0:30
professionalDaveyM692-Feb-08 0:30 
GeneralRe: Database validation Pin
DaveyM693-Feb-08 0:05
professionalDaveyM693-Feb-08 0:05 
After a little experimentation trying to control a service I found that
myServiceController.Start();
and
myServiceController.Stop();
both fail under Vista because UAC insists it's done with true Administrator privileges. To make them work you need to add an Application Manifest File and alter the level attribute of the requestedExecutionLevel tag to requireAdministrator. When the application is executed, you'll then get the annoying UAC Cancel/Allow dialog.
GeneralOK that's a new one (strange use of colon operator) Pin
Jasmine25011-Feb-08 11:14
Jasmine25011-Feb-08 11:14 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
Guffa1-Feb-08 11:22
Guffa1-Feb-08 11:22 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
led mike1-Feb-08 11:27
led mike1-Feb-08 11:27 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
Pete O'Hanlon1-Feb-08 11:37
mvePete O'Hanlon1-Feb-08 11:37 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
Colin Angus Mackay1-Feb-08 14:42
Colin Angus Mackay1-Feb-08 14:42 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
Jasmine25012-Feb-08 14:09
Jasmine25012-Feb-08 14:09 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
peterchen2-Feb-08 14:42
peterchen2-Feb-08 14:42 
GeneralRe: OK that's a new one (strange use of colon operator) Pin
Jasmine25012-Feb-08 20:16
Jasmine25012-Feb-08 20:16 
QuestionA More Generic Way? Pin
#realJSOP1-Feb-08 10:46
professional#realJSOP1-Feb-08 10:46 
AnswerRe: A More Generic Way? Pin
leppie1-Feb-08 10:57
leppie1-Feb-08 10:57 
GeneralRe: A More Generic Way? Pin
#realJSOP1-Feb-08 11:04
professional#realJSOP1-Feb-08 11:04 
GeneralRe: A More Generic Way? [modified] Pin
Pete O'Hanlon1-Feb-08 11:30
mvePete O'Hanlon1-Feb-08 11:30 
GeneralRe: A More Generic Way? Pin
leppie1-Feb-08 11:31
leppie1-Feb-08 11:31 
GeneralRe: A More Generic Way? Pin
Pete O'Hanlon1-Feb-08 11:33
mvePete O'Hanlon1-Feb-08 11:33 
GeneralRe: A More Generic Way? Pin
leppie1-Feb-08 11:39
leppie1-Feb-08 11:39 
GeneralRe: A More Generic Way? Pin
leppie1-Feb-08 11:40
leppie1-Feb-08 11:40 
GeneralRe: A More Generic Way? Pin
Pete O'Hanlon1-Feb-08 11:41
mvePete O'Hanlon1-Feb-08 11:41 

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.