Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInternet Explorer Socket Programming? [modified] Pin
Ehsan Baghaki13-Aug-08 19:11
Ehsan Baghaki13-Aug-08 19:11 
QuestionHow cab Bold the Caption of Property Pages? Pin
Le@rner13-Aug-08 18:28
Le@rner13-Aug-08 18:28 
AnswerRe: How cab Bold the Caption of Property Pages? Pin
Paresh Chitte13-Aug-08 21:20
Paresh Chitte13-Aug-08 21:20 
GeneralRe: How cab Bold the Caption of Property Pages? Pin
Le@rner13-Aug-08 21:45
Le@rner13-Aug-08 21:45 
GeneralRe: How cab Bold the Caption of Property Pages? Pin
Mark Salsbery14-Aug-08 4:58
Mark Salsbery14-Aug-08 4:58 
QuestionFTPConnection Stalls - Won't Restart or Finish Pin
Stan Bartsch13-Aug-08 15:35
Stan Bartsch13-Aug-08 15:35 
QuestionCan I use _beginthread in a MFC OCX project? Pin
fantasy121513-Aug-08 14:44
fantasy121513-Aug-08 14:44 
AnswerRe: Can I use _beginthread in a MFC OCX project? Pin
Stephen Hewitt13-Aug-08 16:36
Stephen Hewitt13-Aug-08 16:36 
QuestionRe: Can I use _beginthread in a MFC OCX project? Pin
fantasy121513-Aug-08 16:56
fantasy121513-Aug-08 16:56 
AnswerRe: Can I use _beginthread in a MFC OCX project? Pin
Mark Salsbery13-Aug-08 17:02
Mark Salsbery13-Aug-08 17:02 
QuestionHow can I hide/Show Group Box Pin
sabdalla8013-Aug-08 11:02
sabdalla8013-Aug-08 11:02 
AnswerRe: How can I hide/Show Group Box Pin
Joe Woodbury13-Aug-08 11:53
professionalJoe Woodbury13-Aug-08 11:53 
GeneralRe: How can I hide/Show Group Box Pin
Le@rner13-Aug-08 18:30
Le@rner13-Aug-08 18:30 
GeneralRe: How can I hide/Show Group Box Pin
toxcct13-Aug-08 22:28
toxcct13-Aug-08 22:28 
GeneralRe: How can I hide/Show Group Box Pin
David Crow14-Aug-08 3:58
David Crow14-Aug-08 3:58 
AnswerRe: How can I hide/Show Group Box [modified] Pin
toxcct13-Aug-08 22:34
toxcct13-Aug-08 22:34 
GeneralRe: How can I hide/Show Group Box Pin
sabdalla8014-Aug-08 6:25
sabdalla8014-Aug-08 6:25 
QuestionHandle Event from a Class Pin
Sianspheric13-Aug-08 10:05
Sianspheric13-Aug-08 10:05 
QuestionCreating a global mouse hook Pin
JRuthe13-Aug-08 8:34
JRuthe13-Aug-08 8:34 
QuestionThread: Suspending best practice Pin
StevenS_Dev13-Aug-08 7:41
StevenS_Dev13-Aug-08 7:41 
AnswerRe: Thread: Suspending best practice Pin
Cedric Moonen13-Aug-08 7:52
Cedric Moonen13-Aug-08 7:52 
StevenS_Dev wrote:
But I am just wondering if a better way is to WaitForSingleObject and use an Event to resume the thread.


Yes, that's probably a much better approach because you are in full control about what is happening. When you call SuspendThread, you have absolutely no idea where the thread will be stopped. Perhaps right in the middle of something important. With the other approach, you fully complete the task, then swith in a 'wait state' (waiting for the event to be signaled).

Cédric Moonen
Software developer

Charting control [v1.4]
OpenGL game tutorial in C++

AnswerRe: Thread: Suspending best practice Pin
Randor 13-Aug-08 7:53
professional Randor 13-Aug-08 7:53 
AnswerRe: Thread: Suspending best practice Pin
StevenS_Dev13-Aug-08 8:27
StevenS_Dev13-Aug-08 8:27 
AnswerRe: Thread: Suspending best practice Pin
Stephen Hewitt13-Aug-08 16:39
Stephen Hewitt13-Aug-08 16:39 
QuestionIndexing Service Administration API Pin
kasi1413-Aug-08 6:12
kasi1413-Aug-08 6: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.