Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to settle this problem Pin
momer14-Sep-05 1:17
momer14-Sep-05 1:17 
AnswerRe: How to settle this problem Pin
prasad_som14-Sep-05 1:52
prasad_som14-Sep-05 1:52 
QuestionLogin Dialog! Pin
DerDachs14-Sep-05 1:13
DerDachs14-Sep-05 1:13 
AnswerRe: Login Dialog! Pin
prasad_som14-Sep-05 1:40
prasad_som14-Sep-05 1:40 
AnswerRe: Login Dialog! Pin
ThatsAlok14-Sep-05 18:16
ThatsAlok14-Sep-05 18:16 
GeneralRe: Login Dialog! Pin
prasad_som14-Sep-05 20:41
prasad_som14-Sep-05 20:41 
QuestionHelp using sockets Pin
REU14-Sep-05 1:12
REU14-Sep-05 1:12 
QuestionI've written a service and it can't access mapped network drives. Why? Pin
Member 290251014-Sep-05 1:01
Member 290251014-Sep-05 1:01 
I have referred to the FAQ but the answer does not solve the problem actually...
Below is my code of creating srevice:
--------------------------------------------------------------------------------------------------
SC_HANDLE hService =
::CreateService(
handle, // handle to SCM database
servicename.c_str(), // name of the service to install
servicename.c_str(), // name that is displayed on SCM
SERVICE_ALL_ACCESS, // can be accessed only by administrators
SERVICE_WIN32_OWN_PROCESS, // service runs its own process
SERVICE_AUTO_START, // started by SCM when StartService() is called
SERVICE_ERROR_IGNORE, // error logged but service started
ss, // pathname of the executable
NULL, // service does not belong to any group
NULL, // service does not use a tag
NULL, // requires NtLmsSp and EventLog service to be running
".\\Administrator", // user name to log on
"s" // password
);
--------------------------------------------------------------------------------------------------


Questionword moving Pin
Balaji Krishna14-Sep-05 0:47
Balaji Krishna14-Sep-05 0:47 
AnswerRe: word moving Pin
Cedric Moonen14-Sep-05 1:02
Cedric Moonen14-Sep-05 1:02 
AnswerRe: word moving Pin
Eytukan14-Sep-05 3:05
Eytukan14-Sep-05 3:05 
GeneralRe: word moving Pin
ThatsAlok14-Sep-05 18:20
ThatsAlok14-Sep-05 18:20 
QuestionAbout Dialog Box : Plz Help Urgent Pin
parims14-Sep-05 0:26
parims14-Sep-05 0:26 
AnswerRe: About Dialog Box : Plz Help Urgent Pin
khan++14-Sep-05 0:42
khan++14-Sep-05 0:42 
AnswerRe: About Dialog Box : Plz Help Urgent Pin
toxcct14-Sep-05 0:43
toxcct14-Sep-05 0:43 
Questionscaling.....help Pin
Raza568014-Sep-05 0:19
Raza568014-Sep-05 0:19 
AnswerRe: scaling.....help Pin
Bob Stanneveld14-Sep-05 0:51
Bob Stanneveld14-Sep-05 0:51 
QuestionBacking up the windows Registry Pin
rajeevktripathi14-Sep-05 0:17
rajeevktripathi14-Sep-05 0:17 
AnswerRe: Backing up the windows Registry Pin
22491714-Sep-05 1:31
22491714-Sep-05 1:31 
QuestionRe: Backing up the windows Registry Pin
ThatsAlok14-Sep-05 1:44
ThatsAlok14-Sep-05 1:44 
AnswerRe: Backing up the windows Registry Pin
22491714-Sep-05 2:18
22491714-Sep-05 2:18 
GeneralRe: Backing up the windows Registry Pin
rajeevktripathi14-Sep-05 2:35
rajeevktripathi14-Sep-05 2:35 
GeneralRe: Backing up the windows Registry Pin
David Crow14-Sep-05 3:22
David Crow14-Sep-05 3:22 
AnswerRe: Backing up the windows Registry Pin
David Crow14-Sep-05 3:16
David Crow14-Sep-05 3:16 
QuestionRe: Backing up the windows Registry Pin
ThatsAlok14-Sep-05 18:10
ThatsAlok14-Sep-05 18:10 

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.