Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Insert x of y as footer in word Pin
Sachinpatole6-Dec-05 6:08
Sachinpatole6-Dec-05 6:08 
QuestionRe: Insert x of y as footer in word Pin
David Crow6-Dec-05 6:59
David Crow6-Dec-05 6:59 
QuestionRe: Insert x of y as footer in word Pin
Sachinpatole6-Dec-05 17:31
Sachinpatole6-Dec-05 17:31 
AnswerRe: Insert x of y as footer in word Pin
David Crow7-Dec-05 3:14
David Crow7-Dec-05 3:14 
QuestionComm Ports Pin
Demian Panello6-Dec-05 0:43
Demian Panello6-Dec-05 0:43 
QuestionHi help me to run my codeservice mode Pin
usha_dolly6-Dec-05 0:27
usha_dolly6-Dec-05 0:27 
AnswerRe: Hi help me to run my codeservice mode Pin
kakan6-Dec-05 0:45
professionalkakan6-Dec-05 0:45 
GeneralRe: Hi help me to run my codeservice mode Pin
usha_dolly6-Dec-05 1:32
usha_dolly6-Dec-05 1:32 
LPCTSTR name123 = "sangaraju" ;
SC_HANDLE hSCManager =( OpenSCManager(NULL,NULL,SC_MANAGER_CREATE_SERVICE));
SC_HANDLE hi = OpenService(hSCManager,name123,SERVICE_ALL_ACCESS );
SC_HANDLE hSCreate = CreateService(SCManager,name123,name123 ,SERVICE_ALL_ACCESS,
SERVICE_WIN32_OWN_PROCESS,SERVICE_AUTO_START,SERVICE_ERROR_IGNORE,
"\"d:\\Shu.exe\"",NULL,NULL,NULL,NULL,NULL);
and then Closed the services......

Opened the Windows services

i found Startup type = automatic , and status is empty
But when iam trying to start in the servics , Error which iam getting is

Error 1053 : " The service did not respond to the start or control request in timly fashion"

Please help me Kakan.......

Thanks in advance
GeneralRe: Hi help me to run my codeservice mode Pin
kakan6-Dec-05 2:09
professionalkakan6-Dec-05 2:09 
GeneralRe: Hi help me to run my codeservice mode Pin
ThatsAlok6-Dec-05 2:34
ThatsAlok6-Dec-05 2:34 
GeneralRe: Hi help me to run my codeservice mode Pin
kakan6-Dec-05 2:57
professionalkakan6-Dec-05 2:57 
Questionrvice modehi help me Pin
usha_dolly6-Dec-05 0:25
usha_dolly6-Dec-05 0:25 
AnswerRe: rvice modehi help me Pin
ThatsAlok6-Dec-05 0:43
ThatsAlok6-Dec-05 0:43 
AnswerRe: rvice modehi help me Pin
toxcct6-Dec-05 2:14
toxcct6-Dec-05 2:14 
QuestionProblems with destroying a dialog box Pin
caykahve6-Dec-05 0:24
caykahve6-Dec-05 0:24 
AnswerRe: Problems with destroying a dialog box Pin
David Crow6-Dec-05 4:09
David Crow6-Dec-05 4:09 
Questionhow to get window handle pls Pin
shadrach_india5-Dec-05 23:54
shadrach_india5-Dec-05 23:54 
AnswerRe: how to get window handle pls Pin
ThatsAlok6-Dec-05 0:54
ThatsAlok6-Dec-05 0:54 
AnswerRe: how to get window handle pls Pin
Rajesh R Subramanian6-Dec-05 1:30
professionalRajesh R Subramanian6-Dec-05 1:30 
QuestionReading text file using ifstream Pin
grero5-Dec-05 23:43
grero5-Dec-05 23:43 
AnswerRe: Reading text file using ifstream Pin
toxcct5-Dec-05 23:56
toxcct5-Dec-05 23:56 
GeneralRe: Reading text file using ifstream Pin
grero6-Dec-05 0:12
grero6-Dec-05 0:12 
GeneralRe: Reading text file using ifstream Pin
toxcct6-Dec-05 1:10
toxcct6-Dec-05 1:10 
GeneralRe: Reading text file using ifstream Pin
grero6-Dec-05 1:29
grero6-Dec-05 1:29 
AnswerRe: Reading text file using ifstream Pin
kakan6-Dec-05 0:02
professionalkakan6-Dec-05 0:02 

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.