Click here to Skip to main content
15,911,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Oracle/ADO HELL Pin
Christian Graus16-Jun-02 11:59
protectorChristian Graus16-Jun-02 11:59 
GeneralAttaching menus to command buttons Pin
Richard Otter14-Jun-02 16:21
Richard Otter14-Jun-02 16:21 
GeneralRe: Attaching menus to command buttons Pin
Paul M Watt14-Jun-02 16:38
mentorPaul M Watt14-Jun-02 16:38 
GeneralClassName for a Dialog App Pin
Bradley Manske14-Jun-02 15:04
Bradley Manske14-Jun-02 15:04 
GeneralRe: ClassName for a Dialog App Pin
Paul M Watt14-Jun-02 16:55
mentorPaul M Watt14-Jun-02 16:55 
GeneralRe: ClassName for a Dialog App Pin
15-Jun-02 3:00
suss15-Jun-02 3:00 
QuestionHow do I stop a process before it completes? Pin
smoothchew14-Jun-02 13:55
smoothchew14-Jun-02 13:55 
AnswerRe: How do I stop a process before it completes? Pin
Paul M Watt14-Jun-02 17:00
mentorPaul M Watt14-Jun-02 17:00 
You will need to have a second thread send a message or set a variable on the thread that has the long process. The thread that is running the long process should periodically check for the message to stop or check the variable that indicates that it should stop.

A good type of variable to use would be an Event. These can be given names and shared across processes if that is what your ActiveX control needs to do.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

QuestionWhy did I get this "file corrupt or missing" error? Pin
Selevercin14-Jun-02 12:58
Selevercin14-Jun-02 12:58 
AnswerRe: Why did I get this "file corrupt or missing" error? Pin
14-Jun-02 13:01
suss14-Jun-02 13:01 
AnswerRe: Why did I get this "file corrupt or missing" error? Pin
Nish Nishant14-Jun-02 15:27
sitebuilderNish Nishant14-Jun-02 15:27 
GeneralRe: Why did I get this "file corrupt or missing" error? Pin
Selevercin15-Jun-02 14:26
Selevercin15-Jun-02 14:26 
GeneralEnable Controls Pin
14-Jun-02 11:14
suss14-Jun-02 11:14 
GeneralStrange unhandled exception. Pin
redeemer14-Jun-02 10:57
redeemer14-Jun-02 10:57 
GeneralRe: Strange unhandled exception. Pin
14-Jun-02 11:26
suss14-Jun-02 11:26 
GeneralRe: Strange unhandled exception. Pin
Mike Nordell14-Jun-02 11:27
Mike Nordell14-Jun-02 11:27 
GeneralRe: Strange unhandled exception. Pin
Tim Smith14-Jun-02 11:36
Tim Smith14-Jun-02 11:36 
GeneralRe: Strange unhandled exception. Pin
redeemer14-Jun-02 12:05
redeemer14-Jun-02 12:05 
GeneralRe: Strange unhandled exception. Pin
Tim Smith14-Jun-02 17:23
Tim Smith14-Jun-02 17:23 
GeneralRe: Strange unhandled exception. Pin
Matt Gullett14-Jun-02 16:52
Matt Gullett14-Jun-02 16:52 
GeneralRe: Strange unhandled exception. Pin
Tim Smith14-Jun-02 17:23
Tim Smith14-Jun-02 17:23 
GeneralHelp - Scrollbars are gone! Pin
14-Jun-02 10:35
suss14-Jun-02 10:35 
GeneralProgrammatically Run a Remote Process Pin
Chad Koehler14-Jun-02 9:29
Chad Koehler14-Jun-02 9:29 
GeneralRe: Programmatically Run a Remote Process Pin
Jason Henderson14-Jun-02 16:44
Jason Henderson14-Jun-02 16:44 
GeneralIs there a function for replacing substrings inside a string with a new string? (non-MFC) Pin
redeemer14-Jun-02 8:42
redeemer14-Jun-02 8:42 

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.