Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Backing up the windows Registry Pin
ThatsAlok14-Sep-05 18:10
ThatsAlok14-Sep-05 18:10 
QuestionRe: Backing up the windows Registry Pin
rajeevktripathi14-Sep-05 18:49
rajeevktripathi14-Sep-05 18:49 
AnswerRe: Backing up the windows Registry Pin
David Crow15-Sep-05 3:10
David Crow15-Sep-05 3:10 
GeneralRe: Backing up the windows Registry Pin
ThatsAlok15-Sep-05 3:36
ThatsAlok15-Sep-05 3:36 
GeneralRe: Backing up the windows Registry Pin
David Crow19-Sep-05 3:19
David Crow19-Sep-05 3:19 
GeneralRe: Backing up the windows Registry Pin
ThatsAlok19-Sep-05 3:27
ThatsAlok19-Sep-05 3:27 
QuestionWindows Service with network access Pin
Anonymous14-Sep-05 0:05
Anonymous14-Sep-05 0:05 
AnswerRe: Windows Service with network access Pin
22491714-Sep-05 1:22
22491714-Sep-05 1:22 
By default any service is registered to run as a special user called "SYSTEM", but this user does not have access to network resource. So you can register your service to run as a different user when you create it using CreateService(). the following two parameters of the function will do the trick I guess.
LPCTSTR lpServiceStartName,
LPCTSTR lpPassword

Otherwise you can manually change the user name after its created also using SCM->"Your Service"->Properties->Log on->This Account.



suhredayan
There is no spoon.

QuestionAbout Cursor Blinking : Plz Help Pin
parims13-Sep-05 23:53
parims13-Sep-05 23:53 
AnswerRe: About Cursor Blinking : Plz Help Pin
Nishad S14-Sep-05 0:12
Nishad S14-Sep-05 0:12 
GeneralRe: About Cursor Blinking : Plz Help Pin
parims14-Sep-05 0:38
parims14-Sep-05 0:38 
Questionproblem getting imported function name Pin
gamitech13-Sep-05 23:38
gamitech13-Sep-05 23:38 
QuestionRefreshing Dialog Window(more explanation) Pin
a_david12313-Sep-05 23:38
a_david12313-Sep-05 23:38 
AnswerRe: Refreshing Dialog Window(more explanation) Pin
khan++14-Sep-05 0:09
khan++14-Sep-05 0:09 
QuestionDrag and Drop Pin
Hachaso13-Sep-05 23:32
Hachaso13-Sep-05 23:32 
QuestionProblem with FileIOCompletionRoutine ??? Pin
HumanOsc13-Sep-05 23:08
HumanOsc13-Sep-05 23:08 
AnswerRe: Problem with FileIOCompletionRoutine ??? Pin
cmk14-Sep-05 12:08
cmk14-Sep-05 12:08 
GeneralRe: Problem with FileIOCompletionRoutine ??? Pin
HumanOsc14-Sep-05 22:14
HumanOsc14-Sep-05 22:14 
QuestionDownload web pages Pin
Daniel Strigl13-Sep-05 22:44
Daniel Strigl13-Sep-05 22:44 
AnswerRe: Download web pages Pin
ThatsAlok13-Sep-05 23:07
ThatsAlok13-Sep-05 23:07 
QuestionPls Help how to read from windows(edit box) Pin
tejaswi-teja13-Sep-05 22:35
tejaswi-teja13-Sep-05 22:35 
AnswerRe: Pls Help how to read from windows(edit box) Pin
toxcct13-Sep-05 22:39
toxcct13-Sep-05 22:39 
GeneralRe: Pls Help how to read from windows(edit box) Pin
tejaswi-teja13-Sep-05 23:43
tejaswi-teja13-Sep-05 23:43 
GeneralRe: Pls Help how to read from windows(edit box) Pin
toxcct14-Sep-05 0:50
toxcct14-Sep-05 0:50 
JokeRe: Pls Help how to read from windows(edit box) Pin
ThatsAlok14-Sep-05 1:39
ThatsAlok14-Sep-05 1:39 

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.