Click here to Skip to main content
16,006,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExponential Operator Pin
Cpudood5-Nov-02 18:00
Cpudood5-Nov-02 18:00 
GeneralRe: Exponential Operator Pin
Paul M Watt5-Nov-02 18:35
mentorPaul M Watt5-Nov-02 18:35 
QuestionHow to get app's directory? Pin
IGx895-Nov-02 15:49
IGx895-Nov-02 15:49 
AnswerRe: How to get app's directory? Pin
xipeng5-Nov-02 16:07
xipeng5-Nov-02 16:07 
GeneralRe: How to get app's directory? Pin
IGx895-Nov-02 16:15
IGx895-Nov-02 16:15 
AnswerRe: How to get app's directory? Pin
Anonymous6-Nov-02 0:41
Anonymous6-Nov-02 0:41 
QuestionLogonUser? Pin
imran_rafique5-Nov-02 15:49
imran_rafique5-Nov-02 15:49 
AnswerRe: LogonUser? Pin
ian mariano5-Nov-02 19:19
ian mariano5-Nov-02 19:19 
Notice this: The LogonUser function attempts to log a user on to the local computer. (LogonUser[^])

If you're trying to do that over the network, it won't work.

You could use OpenSCManager()[^] to open the SCM on the remote machine, then use the other Service Functions[^] to do things with the services on that machine.

"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

AnswerRe: LogonUser? Pin
Patje5-Nov-02 21:50
Patje5-Nov-02 21:50 
AnswerRe: LogonUser? Pin
Daniel Lohmann6-Nov-02 1:32
Daniel Lohmann6-Nov-02 1:32 
GeneralRe: LogonUser? Pin
JT Anderson6-Nov-02 11:04
JT Anderson6-Nov-02 11:04 
Generala question about printing in dialog Pin
xipeng5-Nov-02 15:37
xipeng5-Nov-02 15:37 
GeneralRe: a question about printing in dialog Pin
Shog95-Nov-02 15:37
sitebuilderShog95-Nov-02 15:37 
GeneralRe: a question about printing in dialog Pin
xipeng5-Nov-02 15:51
xipeng5-Nov-02 15:51 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 16:06
protectorChristian Graus5-Nov-02 16:06 
GeneralRe: a question about printing in dialog Pin
xipeng5-Nov-02 16:18
xipeng5-Nov-02 16:18 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 16:42
protectorChristian Graus5-Nov-02 16:42 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 15:51
protectorChristian Graus5-Nov-02 15:51 
GeneralRe: a question about printing in dialog Pin
Shog95-Nov-02 15:49
sitebuilderShog95-Nov-02 15:49 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 15:53
protectorChristian Graus5-Nov-02 15:53 
GeneralRe: a question about printing in dialog Pin
xipeng5-Nov-02 16:04
xipeng5-Nov-02 16:04 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 16:47
protectorChristian Graus5-Nov-02 16:47 
GeneralRe: a question about printing in dialog Pin
Anonymous5-Nov-02 19:44
Anonymous5-Nov-02 19:44 
GeneralRe: a question about printing in dialog Pin
Christian Graus5-Nov-02 19:42
protectorChristian Graus5-Nov-02 19:42 
GeneralRe: a question about printing in dialog Pin
xipeng5-Nov-02 19:56
xipeng5-Nov-02 19:56 

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.