Click here to Skip to main content
15,922,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using File Streams with an MFC app Pin
Antti Keskinen13-Mar-04 23:09
Antti Keskinen13-Mar-04 23:09 
GeneralFTP and Ident Server :: Winsock Pin
valikac12-Mar-04 10:14
valikac12-Mar-04 10:14 
GeneralRe: FTP and Ident Server :: Winsock Pin
Rob Groves12-Mar-04 11:23
Rob Groves12-Mar-04 11:23 
GeneralRe: FTP and Ident Server :: Winsock Pin
valikac12-Mar-04 12:43
valikac12-Mar-04 12:43 
GeneralSend Print Job Pin
Anonymous12-Mar-04 9:22
Anonymous12-Mar-04 9:22 
GeneralRe: Send Print Job Pin
Rob Groves12-Mar-04 11:32
Rob Groves12-Mar-04 11:32 
Generaledit boxes linking Pin
Oriented12-Mar-04 9:05
Oriented12-Mar-04 9:05 
Generaledit boxes linking Pin
Oriented12-Mar-04 9:02
Oriented12-Mar-04 9:02 
GeneralRe: edit boxes linking Pin
David Crow12-Mar-04 9:29
David Crow12-Mar-04 9:29 
GeneralRe: edit boxes linking Pin
John R. Shaw12-Mar-04 11:56
John R. Shaw12-Mar-04 11:56 
GeneralRe: edit boxes linking Pin
Branislav13-Mar-04 0:27
Branislav13-Mar-04 0:27 
GeneralWin32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 8:47
Gavin Stark12-Mar-04 8:47 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 8:52
Mike Dimmick12-Mar-04 8:52 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 11:51
Gavin Stark12-Mar-04 11:51 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 12:12
Mike Dimmick12-Mar-04 12:12 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 13:06
Gavin Stark12-Mar-04 13:06 
GeneralSTL Function Objects Pin
JWood12-Mar-04 8:28
JWood12-Mar-04 8:28 
GeneralRe: STL Function Objects Pin
Tim Smith12-Mar-04 8:43
Tim Smith12-Mar-04 8:43 
GeneralRe: STL Function Objects Pin
Mike Dimmick12-Mar-04 8:47
Mike Dimmick12-Mar-04 8:47 
GeneralRe: STL Function Objects Pin
JWood12-Mar-04 9:40
JWood12-Mar-04 9:40 
GeneralRe: STL Function Objects Pin
Mike Dimmick12-Mar-04 10:00
Mike Dimmick12-Mar-04 10:00 
GeneralGetting thread status programatically Pin
Deian12-Mar-04 8:03
Deian12-Mar-04 8:03 
GeneralRe: Getting thread status programatically Pin
MeterMan12-Mar-04 20:13
MeterMan12-Mar-04 20:13 
GeneralRe: Getting thread status programatically Pin
Prakash Nadar12-Mar-04 22:45
Prakash Nadar12-Mar-04 22:45 
win32newb wrote:
4) then inside the run() of your thread make the first line before it does its while statement. m_example.SetWindowText("IS RUNNING");

You should not make calls to editbox that is owned by another thread from the new thread... it will crash.



MSN Messenger.
prakashnadar@msn.com
GeneralRe: Getting thread status programatically Pin
Deian13-Mar-04 1:28
Deian13-Mar-04 1:28 

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.