Click here to Skip to main content
16,005,048 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Developer studio becomes slow... Pin
Sam Hobbs5-Jul-00 6:59
Sam Hobbs5-Jul-00 6:59 
Questionhow to disable mouse click from web browser control Pin
Muhammad Atif5-Jul-00 4:02
Muhammad Atif5-Jul-00 4:02 
AnswerRe: how to disable mouse click from web browser control Pin
pba_5-Jul-00 23:09
pba_5-Jul-00 23:09 
Generalinput euro symbol in VC6 SP3 Pin
Barry5-Jul-00 3:14
Barry5-Jul-00 3:14 
QuestionHow to incorparate propertysheets in a SDI appl. with several views Pin
Member 15174-Jul-00 23:34
Member 15174-Jul-00 23:34 
GeneralGet text in a text box in an active browser Pin
nhquoc4-Jul-00 20:29
nhquoc4-Jul-00 20:29 
QuestionDialog threads? Pin
woltman4-Jul-00 18:05
woltman4-Jul-00 18:05 
AnswerRe: Dialog threads? Pin
Sam Hobbs4-Jul-00 20:17
Sam Hobbs4-Jul-00 20:17 
I have had a similar problem and I have seen this type of questions asked a couple of times at least in the CodeGuru forum. One thing that makes a difference is your requirements. Your description does not say much about the processing being done. So I will describe a few possibilities in some general terms.

The best solution is to use the MFC "worker thread" / "user-interface thread" solution. See the MFC documentation for that.

If you are not using any MFC GUI stuff or any other MFC stuff that needs the CWinThread class and such then you might be able to create a thread with the Windows SDK. You could use an event to signal the thread that the cancel button was pressed.

Another possibility is to modify your processing so that it can be done during idle processing. See CWinApp::OnIdle and:

http://msdn.microsoft.com/library/devprods/vs6/visualc/vccore/_core_idle_loop_processing.htm

That is the online copy of something you have on your hard drive.

AnswerRe: Dialog threads? Pin
Paolo Messina5-Jul-00 0:47
professionalPaolo Messina5-Jul-00 0:47 
GeneralWYSIWYG Pin
Italo S Weiss4-Jul-00 7:09
sussItalo S Weiss4-Jul-00 7:09 
QuestionHow can I Write VxDs in Visual C Pin
Sajid Siraj4-Jul-00 5:56
Sajid Siraj4-Jul-00 5:56 
AnswerRe: How can I Write VxDs in Visual C Pin
Blake Miller4-Jul-00 17:02
Blake Miller4-Jul-00 17:02 
AnswerRe: How can I Write VxDs in Visual C Pin
bigeye5-Jul-00 0:58
bigeye5-Jul-00 0:58 
QuestionHow can i get pointer on my Browser Helper object from my CommBand object ? Pin
solo.ru4-Jul-00 5:44
solo.ru4-Jul-00 5:44 
GeneralFirst selection of an UNC path in ::SHBrowseForFolder dosn't work Pin
Bernhard Ott4-Jul-00 5:36
Bernhard Ott4-Jul-00 5:36 
Questionhow do can message play to child control in active dll control Pin
Member 44324834-Jul-00 1:40
Member 44324834-Jul-00 1:40 
GeneralChange Title text in my MainFrame Pin
Member 13564-Jul-00 1:23
Member 13564-Jul-00 1:23 
GeneralRe: Change Title text in my MainFrame Pin
Alfadhly4-Jul-00 8:30
sussAlfadhly4-Jul-00 8:30 
GeneralRe: Change Title text in my MainFrame Pin
Mike Dunn4-Jul-00 17:47
Mike Dunn4-Jul-00 17:47 
GeneralRe: Change Title text in my MainFrame Pin
Sam Hobbs4-Jul-00 21:38
Sam Hobbs4-Jul-00 21:38 
Generallooking for something special Pin
Member 28833-Jul-00 23:28
Member 28833-Jul-00 23:28 
GeneralUnicode and using different input locales Pin
Chris Vischer3-Jul-00 22:49
Chris Vischer3-Jul-00 22:49 
GeneralWebbrowser scrolling Pin
dooly3-Jul-00 22:40
dooly3-Jul-00 22:40 
GeneralRe: Webbrowser scrolling Pin
Jeremy Davis4-Jul-00 3:03
Jeremy Davis4-Jul-00 3:03 
GeneralRe: Webbrowser scrolling Pin
dooly4-Jul-00 14:59
dooly4-Jul-00 14:59 

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.