Click here to Skip to main content
15,925,369 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy does not ListBox DISPLAY Horizon Scrollbox? Pin
AnonymousBabe@usa.net2-Dec-01 15:46
AnonymousBabe@usa.net2-Dec-01 15:46 
AnswerRe: why does not ListBox DISPLAY Horizon Scrollbox? Pin
Ravi Bhavnani2-Dec-01 16:05
professionalRavi Bhavnani2-Dec-01 16:05 
Generalthread has exited with code 20 (0x14). Pin
AnonymousBabe@usa.net2-Dec-01 15:40
AnonymousBabe@usa.net2-Dec-01 15:40 
GeneralRe: thread has exited with code 20 (0x14). Pin
moliate2-Dec-01 16:09
moliate2-Dec-01 16:09 
GeneralRe: thread has exited with code 20 (0x14). Pin
AnonymousBabe@usa.net2-Dec-01 16:44
AnonymousBabe@usa.net2-Dec-01 16:44 
GeneralPassing CWnd objects or HWNDs in a multithreaded MFC app... Pin
2-Dec-01 14:51
suss2-Dec-01 14:51 
GeneralRe: Passing CWnd objects or HWNDs in a multithreaded MFC app... Pin
Nish Nishant2-Dec-01 21:04
sitebuilderNish Nishant2-Dec-01 21:04 
GeneralRe: Passing CWnd objects or HWNDs in a multithreaded MFC app... Pin
Erik Funkenbusch3-Dec-01 9:11
Erik Funkenbusch3-Dec-01 9:11 
The problem here is that CWnd's keep track of their handles in thread local storage. You would probably be better off creating multiple user interface threads instead of worker threads and creating the windows with the thread you intend to service it.


--
Where are we going? And why am I in this handbasket?
GeneralMid life crisis Pin
fenz2-Dec-01 13:57
fenz2-Dec-01 13:57 
GeneralRe: Mid life crisis Pin
Christian Graus2-Dec-01 14:02
protectorChristian Graus2-Dec-01 14:02 
GeneralRe: Mid life crisis Pin
Todd Smith2-Dec-01 14:36
Todd Smith2-Dec-01 14:36 
GeneralRe: Mid life crisis Pin
Jon Sagara2-Dec-01 14:39
Jon Sagara2-Dec-01 14:39 
GeneralRe: Mid life crisis Pin
Chambers3-Dec-01 0:59
Chambers3-Dec-01 0:59 
GeneralRe: Mid life crisis Pin
Christian Graus3-Dec-01 11:50
protectorChristian Graus3-Dec-01 11:50 
GeneralRe: Mid life crisis Pin
Chambers4-Dec-01 4:26
Chambers4-Dec-01 4:26 
GeneralRe: Mid life crisis Pin
Erik Funkenbusch3-Dec-01 9:16
Erik Funkenbusch3-Dec-01 9:16 
GeneralRe: Mid life crisis Pin
3-Dec-01 11:21
suss3-Dec-01 11:21 
GeneralProgram design Pin
Steve P2-Dec-01 13:01
Steve P2-Dec-01 13:01 
GeneralBasic UDP Connection Pin
2-Dec-01 10:13
suss2-Dec-01 10:13 
GeneralRe: Basic UDP Connection Pin
Jon Sagara2-Dec-01 10:36
Jon Sagara2-Dec-01 10:36 
GeneralRe: TCP & UDP! Pin
Masaaki Onishi2-Dec-01 12:59
Masaaki Onishi2-Dec-01 12:59 
GeneralRe: TCP & UDP! Pin
Jon Sagara2-Dec-01 13:53
Jon Sagara2-Dec-01 13:53 
GeneralRe: Basic UDP Connection Pin
Jon Sagara2-Dec-01 10:50
Jon Sagara2-Dec-01 10:50 
GeneralRetrieving dialog box values Pin
2-Dec-01 7:24
suss2-Dec-01 7:24 
GeneralRe: Retrieving dialog box values Pin
Igor Sukhov2-Dec-01 12:48
Igor Sukhov2-Dec-01 12:48 

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.