Click here to Skip to main content
15,915,319 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VS6 Linker looking for Include files? Pin
Storm-blade27-Jul-06 23:58
professionalStorm-blade27-Jul-06 23:58 
GeneralRe: VS6 Linker looking for Include files? Pin
Cedric Moonen28-Jul-06 0:06
Cedric Moonen28-Jul-06 0:06 
AnswerRe: VS6 Linker looking for Include files? Pin
Hamid_RT27-Jul-06 23:07
Hamid_RT27-Jul-06 23:07 
AnswerRe: VS6 Linker looking for Include files? Pin
KarstenK27-Jul-06 23:13
mveKarstenK27-Jul-06 23:13 
GeneralRe: VS6 Linker looking for Include files? Pin
Storm-blade28-Jul-06 0:02
professionalStorm-blade28-Jul-06 0:02 
AnswerRe: files displayed on the CFileDialog Pin
Naveen27-Jul-06 22:52
Naveen27-Jul-06 22:52 
JokeRe: files displayed on the CFileDialog Pin
Hamid_RT27-Jul-06 23:09
Hamid_RT27-Jul-06 23:09 
GeneralRe: files displayed on the CFileDialog Pin
toxcct27-Jul-06 23:19
toxcct27-Jul-06 23:19 
GeneralRe: files displayed on the CFileDialog Pin
Hamid_RT27-Jul-06 23:32
Hamid_RT27-Jul-06 23:32 
GeneralRe: files displayed on the CFileDialog Pin
Naveen27-Jul-06 23:37
Naveen27-Jul-06 23:37 
GeneralRe: files displayed on the CFileDialog Pin
toxcct27-Jul-06 23:56
toxcct27-Jul-06 23:56 
GeneralRe: files displayed on the CFileDialog Pin
see me27-Jul-06 23:51
see me27-Jul-06 23:51 
GeneralRe: files displayed on the CFileDialog Pin
toxcct27-Jul-06 23:55
toxcct27-Jul-06 23:55 
GeneralRe: files displayed on the CFileDialog Pin
see me28-Jul-06 0:27
see me28-Jul-06 0:27 
GeneralRe: files displayed on the CFileDialog Pin
see me27-Jul-06 23:47
see me27-Jul-06 23:47 
QuestionRS232 - Sending Data - Only 16Bytes allowed?! Pin
Kreatief27-Jul-06 21:36
Kreatief27-Jul-06 21:36 
AnswerRe: RS232 - Sending Data - Only 16Bytes allowed?! Pin
KarstenK27-Jul-06 23:21
mveKarstenK27-Jul-06 23:21 
GeneralRe: RS232 - Sending Data - Only 16Bytes allowed?! Pin
Kreatief28-Jul-06 0:34
Kreatief28-Jul-06 0:34 
GeneralRe: RS232 - Sending Data - Only 16Bytes allowed?! Pin
KarstenK28-Jul-06 0:49
mveKarstenK28-Jul-06 0:49 
QuestionMemory limit? Pin
AJoker27-Jul-06 21:14
AJoker27-Jul-06 21:14 
AnswerRe: Memory limit? Pin
Jonathan [Darka]27-Jul-06 23:03
professionalJonathan [Darka]27-Jul-06 23:03 
Questionservice dependancy/un stopable services Pin
_tasleem27-Jul-06 20:54
_tasleem27-Jul-06 20:54 
AnswerRe: service dependancy/un stopable services [modified] Pin
Jonathan [Darka]27-Jul-06 23:07
professionalJonathan [Darka]27-Jul-06 23:07 
You cannot prevent them stopping your service this way, try handling SERVICE_CONTROL_STOP and not shutting down although I suspect Windows will just terminate your service as it will detect its failure to shut down.

why do this, I couldn't think of anything more annoying than a beeping service, especially one you cannot stop.

If the Service runs in the local system account, then ordinary users cannot stop it anyway as they do not have the correct permissons.

regards,



Darka [Xanya]

"When you're taught to love everyone, to love your enemies, then what value does that place on love?"

GeneralRe: service dependancy/un stopable services Pin
_tasleem28-Jul-06 0:00
_tasleem28-Jul-06 0:00 
GeneralRe: service dependancy/un stopable services Pin
_tasleem28-Jul-06 4:12
_tasleem28-Jul-06 4:12 

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.