Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sending Mail Pin
David Crow2-May-03 4:21
David Crow2-May-03 4:21 
GeneralCreating bitmaps using raw RGB values Pin
azntekkan1-May-03 15:57
azntekkan1-May-03 15:57 
GeneralRe: Creating bitmaps using raw RGB values Pin
John R. Shaw2-May-03 20:21
John R. Shaw2-May-03 20:21 
Questionwhich control to send emails out from apps? Pin
DengJW1-May-03 15:57
DengJW1-May-03 15:57 
AnswerRe: which control to send emails out from apps? Pin
vikramj1-May-03 19:21
vikramj1-May-03 19:21 
GeneralThread Suspending methods - for thread pool Pin
MetX1-May-03 15:18
sussMetX1-May-03 15:18 
GeneralRe: Thread Suspending methods - for thread pool Pin
MetX1-May-03 16:10
sussMetX1-May-03 16:10 
GeneralRe: Thread Suspending methods - for thread pool Pin
Joe Woodbury1-May-03 20:12
professionalJoe Woodbury1-May-03 20:12 
You should rarely, if ever, use SuspendThread/ResumeThread. It creates a system that is entirely unpredictable and which will be prone to all sorts of problems, including synchronization problems.

Generally, you should use either i/o completion ports and/or events with WaitForMultipleObjects inside the thread (one event should be a shutdown event so you can signal the thread to clean up and shut down.)
GeneralRe: Thread Suspending methods - for thread pool Pin
MetX1-May-03 21:32
sussMetX1-May-03 21:32 
GeneralCOleFont to CFont Pin
Toni781-May-03 11:53
Toni781-May-03 11:53 
GeneralButtons on a DialogBar Pin
MattyBee1-May-03 11:05
MattyBee1-May-03 11:05 
GeneralRe: Buttons on a DialogBar Pin
Brian Shifrin1-May-03 11:27
Brian Shifrin1-May-03 11:27 
GeneralRe: Buttons on a DialogBar Pin
MattyBee1-May-03 11:41
MattyBee1-May-03 11:41 
GeneralDisabling Close in Console Pin
John L. DeVito1-May-03 10:53
professionalJohn L. DeVito1-May-03 10:53 
GeneralRe: Disabling Close in Console Pin
Chris Richardson1-May-03 17:25
Chris Richardson1-May-03 17:25 
GeneralGetting binary values from registry Pin
Steve L.1-May-03 10:44
Steve L.1-May-03 10:44 
GeneralRe: Getting binary values from registry Pin
Michael Dunn1-May-03 11:01
sitebuilderMichael Dunn1-May-03 11:01 
GeneralRe: Getting binary values from registry Pin
Steve L.1-May-03 11:24
Steve L.1-May-03 11:24 
GeneralRe: Getting binary values from registry Pin
David Crow2-May-03 4:30
David Crow2-May-03 4:30 
GeneralItemData in a virtual list control Pin
Gilfrog1-May-03 10:39
Gilfrog1-May-03 10:39 
GeneralRe: ItemData in a virtual list control Pin
Phil Hamer1-May-03 14:17
Phil Hamer1-May-03 14:17 
GeneralCan't display items from an array. Pin
grscot1-May-03 10:32
grscot1-May-03 10:32 
GeneralRe: Can't display items from an array. Pin
Neville Franks1-May-03 11:55
Neville Franks1-May-03 11:55 
GeneralRe: Can't display items from an array. Pin
Toni781-May-03 12:09
Toni781-May-03 12:09 
GeneralUsing modem Pin
Anonymous1-May-03 10:04
Anonymous1-May-03 10:04 

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.