Determining Logged In State
I am getting ready to use QService for running a program, but I don't want the GUI to display unless someone is logged into the machine. I was wondering if there is a mechanism for determining the state of the computer? Specifically whether or not a user is logged in.
Thank You
Re: Determining Logged In State
I don't think Qt has such a mechanism. You'll have to dive into WinAPI and search there.
Re: Determining Logged In State
:eek: Great Googly Moogly!
Thank You For the Response. :)