Click here to Skip to main content
16,003,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: want to set a variable from a view in a different document Pin
#realJSOP2-Jul-02 4:33
professional#realJSOP2-Jul-02 4:33 
QuestionWrong drive count ? Pin
chen2-Jul-02 3:38
chen2-Jul-02 3:38 
AnswerRe: Wrong drive count ? Pin
Mike Nordell2-Jul-02 6:31
Mike Nordell2-Jul-02 6:31 
General*.AXW ( Wizard) from DirectX 8.1 and Visual Studio 7.0 Pin
Braulio Dez2-Jul-02 3:35
Braulio Dez2-Jul-02 3:35 
GeneralRe: *.AXW ( Wizard) from DirectX 8.1 and Visual Studio 7.0 Pin
Jeremy Falcon2-Jul-02 6:41
professionalJeremy Falcon2-Jul-02 6:41 
GeneralProcess Status Pin
Phil.Benson2-Jul-02 2:51
professionalPhil.Benson2-Jul-02 2:51 
GeneralRe: Process Status Pin
Scott H. Settlemier2-Jul-02 3:10
Scott H. Settlemier2-Jul-02 3:10 
GeneralRe: Process Status Pin
#realJSOP2-Jul-02 3:14
professional#realJSOP2-Jul-02 3:14 
Use this

DWORD dwResult;
BOOL bResponding = SendMessageTimeout(hwndInQuestion,
                                      WM_NULL,
                                      0,
                                      0,
                                      SMTO_ABORTIFHUNG,
                                      5000,
                                      &dwResult);


bResponding is TRUE if the process is responding and processing messages. This is precisely the way Task Manager works.


------- signature starts

"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

Please review the Legal Disclaimer in my bio.

------- signature ends
GeneralRe: Process Status Pin
Phil.Benson2-Jul-02 3:22
professionalPhil.Benson2-Jul-02 3:22 
Generaluser selects text printed by drawtext Pin
2-Jul-02 2:50
suss2-Jul-02 2:50 
GeneralRe: user selects text printed by drawtext Pin
Chris Losinger2-Jul-02 3:16
professionalChris Losinger2-Jul-02 3:16 
GeneralRe: user selects text printed by drawtext Pin
#realJSOP2-Jul-02 5:22
professional#realJSOP2-Jul-02 5:22 
QuestionHow can I make my app to use less memory Pin
Ola Carlsson2-Jul-02 2:18
Ola Carlsson2-Jul-02 2:18 
AnswerRe: How can I make my app to use less memory Pin
#realJSOP2-Jul-02 3:22
professional#realJSOP2-Jul-02 3:22 
GeneralRe: How can I make my app to use less memory Pin
Mike Nordell2-Jul-02 8:10
Mike Nordell2-Jul-02 8:10 
AnswerRe: How can I make my app to use less memory Pin
Mike Nordell2-Jul-02 6:38
Mike Nordell2-Jul-02 6:38 
QuestionHow can I read from Serial Port? Pin
2-Jul-02 1:21
suss2-Jul-02 1:21 
AnswerRe: How can I read from Serial Port? Pin
Anders Molin2-Jul-02 1:30
professionalAnders Molin2-Jul-02 1:30 
GeneralMaximizing Aplication Pin
RuiSantiago2-Jul-02 1:13
RuiSantiago2-Jul-02 1:13 
GeneralRe: Maximizing Aplication Pin
Nish Nishant2-Jul-02 1:30
sitebuilderNish Nishant2-Jul-02 1:30 
GeneralRe: Maximizing Aplication Pin
RuiSantiago2-Jul-02 1:53
RuiSantiago2-Jul-02 1:53 
GeneralRe: Maximizing Aplication Pin
Nish Nishant2-Jul-02 2:05
sitebuilderNish Nishant2-Jul-02 2:05 
GeneralRe: Maximizing Aplication Pin
RuiSantiago2-Jul-02 2:17
RuiSantiago2-Jul-02 2:17 
GeneralRe: Maximizing Aplication Pin
RuiSantiago2-Jul-02 2:22
RuiSantiago2-Jul-02 2:22 
GeneralRe: Maximizing Aplication Pin
RuiSantiago2-Jul-02 3:41
RuiSantiago2-Jul-02 3:41 

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.