Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List of strings Pin
Mazdak30-Mar-02 8:30
Mazdak30-Mar-02 8:30 
GeneralRe: List of strings Pin
sultan_of_6string30-Mar-02 17:34
sultan_of_6string30-Mar-02 17:34 
GeneralRe: List of strings Pin
31-Mar-02 0:49
suss31-Mar-02 0:49 
QuestionHow to take over the desktop Pin
Chris Hafey30-Mar-02 7:44
Chris Hafey30-Mar-02 7:44 
AnswerRe: How to take over the desktop Pin
Neville Franks31-Mar-02 10:16
Neville Franks31-Mar-02 10:16 
GeneralRe: How to take over the desktop Pin
Chris Hafey1-Apr-02 16:27
Chris Hafey1-Apr-02 16:27 
GeneralMFC SDI Status Text Pin
User 988530-Mar-02 6:04
User 988530-Mar-02 6:04 
GeneralRe: MFC SDI Status Text Pin
Philip Patrick30-Mar-02 7:21
professionalPhilip Patrick30-Mar-02 7:21 
No, process is your application which can have many threads, so same process but other thread. I'd suggest to use messages, sending a message to main window (AfxGetMainWnd()) from any location and catch it and change the text in Status bar by using SetMessageText(LPCTSTR) of your frame window.

Philip Patrick
Web-site: www.saintopatrick.com
"Two beer or not two beer?" Shakesbeer

Need ASP hosting? Check out 123HostNow.com
GeneralRe: MFC SDI Status Text Pin
Neville Franks31-Mar-02 10:20
Neville Franks31-Mar-02 10:20 
GeneralRe: MFC SDI Status Text Pin
Philip Patrick31-Mar-02 10:38
professionalPhilip Patrick31-Mar-02 10:38 
GeneralRe: MFC SDI Status Text Pin
Neville Franks31-Mar-02 10:46
Neville Franks31-Mar-02 10:46 
GeneralRe: MFC SDI Status Text Pin
Philip Patrick31-Mar-02 10:52
professionalPhilip Patrick31-Mar-02 10:52 
GeneralpcAnywhere OLE & VC++ 6.0 & C2065 Pin
30-Mar-02 5:53
suss30-Mar-02 5:53 
GeneralModifying Menus with MDI and Multiple Views Pin
Eldon Zacek30-Mar-02 5:09
Eldon Zacek30-Mar-02 5:09 
GeneralRe: Modifying Menus with MDI and Multiple Views Pin
Mazdak30-Mar-02 6:26
Mazdak30-Mar-02 6:26 
GeneralRe: Modifying Menus with MDI and Multiple Views Pin
Eldon Zacek30-Mar-02 7:46
Eldon Zacek30-Mar-02 7:46 
GeneralRe: Modifying Menus with MDI and Multiple Views Pin
Mazdak30-Mar-02 7:57
Mazdak30-Mar-02 7:57 
GeneralRe: Modifying Menus with MDI and Multiple Views Pin
Eldon Zacek30-Mar-02 11:01
Eldon Zacek30-Mar-02 11:01 
Generalhelp with self-checking executable (CRC) Pin
SeNs30-Mar-02 4:15
SeNs30-Mar-02 4:15 
GeneralRe: help with self-checking executable (CRC) Pin
Todd Smith30-Mar-02 4:21
Todd Smith30-Mar-02 4:21 
GeneralRe: help with self-checking executable (CRC) Pin
SeNs30-Mar-02 4:38
SeNs30-Mar-02 4:38 
GeneralRe: help with self-checking executable (CRC) Pin
Neville Franks31-Mar-02 10:25
Neville Franks31-Mar-02 10:25 
GeneralFiring Events in multithreaded OCX Pin
Tili30-Mar-02 0:41
Tili30-Mar-02 0:41 
GeneralRe: Firing Events in multithreaded OCX Pin
Tim Smith30-Mar-02 4:27
Tim Smith30-Mar-02 4:27 
GeneralRe: Firing Events in multithreaded OCX Pin
Tili30-Mar-02 7:35
Tili30-Mar-02 7:35 

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.