Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What's problem of my code?( create a random maze) Pin
Maximilien6-Jun-12 2:46
Maximilien6-Jun-12 2:46 
AnswerRe: What's problem of my code?( create a random maze) Pin
Aescleal6-Jun-12 6:47
Aescleal6-Jun-12 6:47 
GeneralRe: What's problem of my code?( create a random maze) Pin
Peter_in_27806-Jun-12 17:37
professionalPeter_in_27806-Jun-12 17:37 
GeneralRe: What's problem of my code?( create a random maze) Pin
jiuyejii6-Jun-12 18:49
jiuyejii6-Jun-12 18:49 
GeneralRe: What's problem of my code?( create a random maze) Pin
Aescleal6-Jun-12 23:52
Aescleal6-Jun-12 23:52 
AnswerRe: What's problem of my code?( create a random maze) Pin
Stefan_Lang8-Jun-12 4:19
Stefan_Lang8-Jun-12 4:19 
GeneralRe: What's problem of my code?( create a random maze) Pin
jiuyejii8-Jun-12 17:57
jiuyejii8-Jun-12 17:57 
QuestionMFC application being compiled on VS2012 Pin
YaronNir5-Jun-12 23:03
YaronNir5-Jun-12 23:03 
QuestionRe: MFC application being compiled on VS2012 Pin
David Crow6-Jun-12 2:37
David Crow6-Jun-12 2:37 
AnswerRe: MFC application being compiled on VS2012 Pin
YaronNir6-Jun-12 2:40
YaronNir6-Jun-12 2:40 
GeneralRe: MFC application being compiled on VS2012 Pin
tldcolli4-Aug-12 3:31
tldcolli4-Aug-12 3:31 
AnswerRe: MFC application being compiled on VS2012 Pin
tldcolli4-Aug-12 3:28
tldcolli4-Aug-12 3:28 
QuestionCode Executed Twice - OnHScroll() Pin
AmbiguousName5-Jun-12 21:42
AmbiguousName5-Jun-12 21:42 
AnswerRe: Code Executed Twice - OnHScroll() Pin
Chris Losinger6-Jun-12 1:17
professionalChris Losinger6-Jun-12 1:17 
AnswerRe: Code Executed Twice - OnHScroll() Pin
AmbiguousName6-Jun-12 1:35
AmbiguousName6-Jun-12 1:35 
GeneralRe: Code Executed Twice - OnHScroll() Pin
Chris Losinger6-Jun-12 1:38
professionalChris Losinger6-Jun-12 1:38 
GeneralRe: Code Executed Twice - OnHScroll() Pin
AmbiguousName6-Jun-12 1:40
AmbiguousName6-Jun-12 1:40 
GeneralRe: Code Executed Twice - OnHScroll() Pin
Chris Losinger6-Jun-12 2:08
professionalChris Losinger6-Jun-12 2:08 
AnswerRe: Code Executed Twice - OnHScroll() Pin
Malli_S6-Jun-12 21:43
Malli_S6-Jun-12 21:43 
SuggestionRe: Code Executed Twice - OnHScroll() Pin
David Crow6-Jun-12 2:40
David Crow6-Jun-12 2:40 
QuestionHow to stop indexing from restarting? Pin
Wolfkc5-Jun-12 12:14
professionalWolfkc5-Jun-12 12:14 
AnswerRe: How to stop indexing from restarting? Pin
enhzflep5-Jun-12 16:01
enhzflep5-Jun-12 16:01 
QuestionRe: How to stop indexing from restarting? Pin
David Crow6-Jun-12 2:41
David Crow6-Jun-12 2:41 
AnswerRe: How to stop indexing from restarting? Pin
jschell6-Jun-12 9:16
jschell6-Jun-12 9:16 
Wolfkc wrote:
We would rather not set the service to disabled.


I don't understand that.

You "disable" the service by stopping it or pausing it (if it allows that.)

You have a process that runs for X amount of time. I presume that you want to insure that the service is not running for that amount of time. And presumably after your process completes then you want to allow the service to continue to run.

So your options are to "disable" the service or reconfigure it to insure that it doesn't run. The first is more certain to succeed and less complex. Reconfiguring it is not certain because at best you can only insure that it will not be running at some future time. And in both cases you must restore it to the correct running state.
QuestionDrawing taking time Pin
john56323-Jun-12 23:58
john56323-Jun-12 23:58 

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.