Click here to Skip to main content
15,860,859 members
Home / Discussions / C#
   

C#

 
AnswerWrong Place For This Question Pin
Nagy Vilmos11-Mar-09 1:16
professionalNagy Vilmos11-Mar-09 1:16 
GeneralRe: Wrong Place For This Question Pin
maxald11-Mar-09 3:10
maxald11-Mar-09 3:10 
GeneralRe: Wrong Place For This Question Pin
Nagy Vilmos11-Mar-09 3:21
professionalNagy Vilmos11-Mar-09 3:21 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak11-Mar-09 4:22
mveDave Kreskowiak11-Mar-09 4:22 
GeneralRe: Wrong Place For This Question Pin
maxald12-Mar-09 4:32
maxald12-Mar-09 4:32 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak12-Mar-09 12:20
mveDave Kreskowiak12-Mar-09 12:20 
GeneralRe: Wrong Place For This Question Pin
maxald12-Mar-09 21:05
maxald12-Mar-09 21:05 
GeneralRe: Wrong Place For This Question Pin
Dave Kreskowiak13-Mar-09 1:06
mveDave Kreskowiak13-Mar-09 1:06 
It's the exact same situation. It cannot be relied upon to determine who is logged in, if anyone. Also, since XP/Vista/7 can have multiple people logged in at the same time, who's the one at the console?? There's no way to tell. Also, it's not just a user account that's logged in. There are also built-in accounts that are being used, such as Local System, Network Service, Local Service, ... Are you going to needlessly attempt to change those accounts too??

That's why I said the best place to use this would be a user app launched out of the Registry's Run key, not a service. That way, the app runs as the user, only when a user is logged in, and doesn't have to worry about figuring out who's logged in.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionerror importing a dll file Pin
raviya11-Mar-09 0:02
raviya11-Mar-09 0:02 
AnswerRe: error importing a dll file Pin
Expert Coming11-Mar-09 0:04
Expert Coming11-Mar-09 0:04 
GeneralRe: error importing a dll file Pin
raviya11-Mar-09 0:10
raviya11-Mar-09 0:10 
GeneralRe: error importing a dll file Pin
Xmen Real 11-Mar-09 0:15
professional Xmen Real 11-Mar-09 0:15 
GeneralRe: error importing a dll file Pin
Expert Coming11-Mar-09 0:16
Expert Coming11-Mar-09 0:16 
GeneralRe: error importing a dll file Pin
FalkoD11-Mar-09 0:17
FalkoD11-Mar-09 0:17 
QuestionLPR failed on Edited PRN file Pin
balu1234510-Mar-09 23:56
balu1234510-Mar-09 23:56 
AnswerRe: LPR failed on Edited PRN file Pin
Ashfield11-Mar-09 3:09
Ashfield11-Mar-09 3:09 
GeneralRe: LPR failed on Edited PRN file Pin
balu1234511-Mar-09 3:40
balu1234511-Mar-09 3:40 
GeneralRe: LPR failed on Edited PRN file Pin
Ashfield11-Mar-09 9:28
Ashfield11-Mar-09 9:28 
QuestionDataGridView and DataSet Pin
half-life10-Mar-09 23:16
half-life10-Mar-09 23:16 
AnswerRe: DataGridView and DataSet Pin
Expert Coming11-Mar-09 0:03
Expert Coming11-Mar-09 0:03 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:17
half-life11-Mar-09 0:17 
AnswerRe: DataGridView and DataSet Pin
Xmen Real 11-Mar-09 0:06
professional Xmen Real 11-Mar-09 0:06 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:16
half-life11-Mar-09 0:16 
GeneralRe: DataGridView and DataSet Pin
Xmen Real 11-Mar-09 0:18
professional Xmen Real 11-Mar-09 0:18 
GeneralRe: DataGridView and DataSet Pin
half-life11-Mar-09 0:21
half-life11-Mar-09 0:21 

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.