Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: large number of windows in a mutli document interface MFC application Pin
mike.dibley27-May-04 3:03
mike.dibley27-May-04 3:03 
GeneralComon Dialog with thumbnail view Pin
bilgner25-May-04 23:45
bilgner25-May-04 23:45 
GeneralRe: Comon Dialog with thumbnail view Pin
bilgner26-May-04 5:35
bilgner26-May-04 5:35 
QuestionCan I set button's font to "Webdings" type? Pin
Hua Hsin25-May-04 23:37
Hua Hsin25-May-04 23:37 
Generalhelp! how to make a setup for application Pin
jfk_lili25-May-04 23:28
jfk_lili25-May-04 23:28 
GeneralRe: help! how to make a setup for application Pin
Diddy25-May-04 23:58
Diddy25-May-04 23:58 
Generaldeleting an item from listcontrol Pin
Anonymous25-May-04 23:15
Anonymous25-May-04 23:15 
GeneralRe: deleting an item from listcontrol Pin
Roger Allen26-May-04 2:26
Roger Allen26-May-04 2:26 
To handle this case, you should only have one thread that ever adds/deletes/modifies items in the list control. Normally this should be the UI thread. You r worker threads should post messages to the worker thread with information that identifies the item it needs to be actioned on. This way the UI thread can look it up correctly (even if its moved) and take the right action.


Roger Allen - Sonork 100.10016
Strong Sad: I am sad I am flying
Who is your favorite Strong?

GeneralRe: deleting an item from listcontrol Pin
Anonymous26-May-04 20:29
Anonymous26-May-04 20:29 
GeneralRe: deleting an item from listcontrol Pin
David Crow27-May-04 2:26
David Crow27-May-04 2:26 
GeneralRe: deleting an item from listcontrol Pin
David Crow26-May-04 2:27
David Crow26-May-04 2:27 
GeneralPlatform SDK Problem Pin
Bernhard25-May-04 23:14
Bernhard25-May-04 23:14 
GeneralRe: Platform SDK Problem Pin
Antony M Kancidrowski26-May-04 3:55
Antony M Kancidrowski26-May-04 3:55 
GeneralUsing Pipes on Win 98 Pin
Member 33928725-May-04 22:29
Member 33928725-May-04 22:29 
GeneralRe: Using Pipes on Win 98 Pin
Ryan Roberts26-May-04 3:42
Ryan Roberts26-May-04 3:42 
GeneralGetting BoderStyle At Runtine Pin
IceBerG7125-May-04 22:28
IceBerG7125-May-04 22:28 
GeneralRe: Getting BoderStyle At Runtine Pin
Diddy26-May-04 0:05
Diddy26-May-04 0:05 
QuestionIs what possible??? Pin
El'Cachubrey25-May-04 22:17
El'Cachubrey25-May-04 22:17 
AnswerRe: Is what possible??? Pin
Ryan Binns25-May-04 23:48
Ryan Binns25-May-04 23:48 
Generaldebugger out of step with code Pin
bryce25-May-04 21:13
bryce25-May-04 21:13 
GeneralRe: debugger out of step with code Pin
Antony M Kancidrowski25-May-04 22:28
Antony M Kancidrowski25-May-04 22:28 
GeneralRe: debugger out of step with code Pin
MrContact26-May-04 2:39
MrContact26-May-04 2:39 
GeneralRe: debugger out of step with code Pin
bryce26-May-04 13:27
bryce26-May-04 13:27 
GeneralRe: debugger out of step with code Pin
bryce27-May-04 0:51
bryce27-May-04 0:51 
GeneralProblems in Enumerating network Pin
abdul moeed25-May-04 21:12
abdul moeed25-May-04 21: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.