Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTVM_GETISEARCHSTRING Pin
Tibor Blazko9-Feb-03 21:37
Tibor Blazko9-Feb-03 21:37 
Generalstd::sort(....) -> error C2039: 'sort' : is not a member of 'std' Pin
whofmans9-Feb-03 20:50
whofmans9-Feb-03 20:50 
GeneralRe: std::sort(....) -> error C2039: 'sort' : is not a member of 'std' Pin
Chris Losinger9-Feb-03 20:54
professionalChris Losinger9-Feb-03 20:54 
GeneralRe: std::sort(....) -> error C2039: 'sort' : is not a member of 'std' Pin
whofmans9-Feb-03 21:11
whofmans9-Feb-03 21:11 
GeneralThreading related question Pin
Shah Shehpori9-Feb-03 20:23
sussShah Shehpori9-Feb-03 20:23 
GeneralRe: Threading related question Pin
Arjan Schouten9-Feb-03 21:20
Arjan Schouten9-Feb-03 21:20 
GeneralRe: Threading related question Pin
Sparticus9-Feb-03 21:24
Sparticus9-Feb-03 21:24 
GeneralRe: Threading related question Pin
Jambolo9-Feb-03 21:25
Jambolo9-Feb-03 21:25 
My suggestion is to make it appear that the thread exits immediately even though it doesn't. In your MSN message example, how do you know the thread stops immediately? If a dialog box goes away, maybe it wasn't controlled by the blocked thread. After all, how does it respond to your click on "cancel sign in" if the thread is blocked?

Also, are you sure the MSN messenger thread is blocked? Maybe it made an asynchronous call and is processing messages until it gets a reply.

If you absolutely have to have the thread exit immediately, you can call TerminateThread, but read the docs about why it's a bad idea.

GeneralRe: Threading related question Pin
Mike Nordell10-Feb-03 2:30
Mike Nordell10-Feb-03 2:30 
Generalsystem tray Pin
Member 1055909-Feb-03 19:14
Member 1055909-Feb-03 19:14 
GeneralRe: system tray Pin
JohnJ9-Feb-03 19:25
JohnJ9-Feb-03 19:25 
Generalthanks Pin
Member 1055909-Feb-03 19:33
Member 1055909-Feb-03 19:33 
GeneralRe: thanks Pin
Dreamsky9-Feb-03 20:26
Dreamsky9-Feb-03 20:26 
GeneralRichEdit control with links Pin
hongheo769-Feb-03 18:21
hongheo769-Feb-03 18:21 
Questionmultiple threaded dll?? Pin
xxhimanshu9-Feb-03 18:08
xxhimanshu9-Feb-03 18:08 
GeneralZOrder problems with CScrollView Pin
DominicG9-Feb-03 17:11
DominicG9-Feb-03 17:11 
GeneralRe: ZOrder problems with CScrollView Pin
KaЯl9-Feb-03 21:25
KaЯl9-Feb-03 21:25 
GeneralIs there any simple way to distribute Visual C++ 6.0 (work with DAO & MS Access 2000) Pin
Anh Truong9-Feb-03 17:07
Anh Truong9-Feb-03 17:07 
GeneralRe: Is there any simple way to distribute Visual C++ 6.0 (work with DAO & MS Access 2000) Pin
Pavel Klocek9-Feb-03 23:01
Pavel Klocek9-Feb-03 23:01 
GeneralCListCtrl not visible within nested PropertySheet Pin
Bonnie29-Feb-03 14:35
Bonnie29-Feb-03 14:35 
GeneralRe: CListCtrl not visible within nested PropertySheet Pin
Roger Allen10-Feb-03 6:27
Roger Allen10-Feb-03 6:27 
Generalplease help !! multiple document/views Pin
Perseus9-Feb-03 12:45
Perseus9-Feb-03 12:45 
GeneralCalendar control Pin
ROK_RShadow9-Feb-03 12:41
ROK_RShadow9-Feb-03 12:41 
GeneralRe: Calendar control Pin
benjymous10-Feb-03 0:39
benjymous10-Feb-03 0:39 
GeneralAnyone have class similiar Pin
Brian Shifrin9-Feb-03 11:53
Brian Shifrin9-Feb-03 11:53 

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.