Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programatically set Internet Explorer Pin
21-Jan-02 5:27
suss21-Jan-02 5:27 
GeneralRe: Programatically set Internet Explorer Pin
Don Miguel21-Jan-02 7:13
Don Miguel21-Jan-02 7:13 
QuestionMSHTML in app. Is it legal? Pin
Jon Newman21-Jan-02 1:30
Jon Newman21-Jan-02 1:30 
AnswerRe: MSHTML in app. Is it legal? Pin
Mike Eriksson24-Jan-02 1:47
Mike Eriksson24-Jan-02 1:47 
QuestionTwo question about window's timer?? Pin
hemouse21-Jan-02 1:28
hemouse21-Jan-02 1:28 
AnswerRe: Two question about window's timer?? Pin
Ravi Bhavnani21-Jan-02 1:45
professionalRavi Bhavnani21-Jan-02 1:45 
GeneralRe: Two question about window's timer?? Pin
hemouse21-Jan-02 23:45
hemouse21-Jan-02 23:45 
AnswerRe: Two question about window's timer?? Pin
Joao Vaz21-Jan-02 2:33
Joao Vaz21-Jan-02 2:33 
Hi,

If you must monitor the communication port in real-time mode, do not use WM_TIMER !
Use waitable timers(check the api SetWaitableTimer) or more precise than this
multimedia timers, do a check for this on MSDN.
Anyway WM_TIMER is meant to use in user mode gui applications , not on your type of project.
I've done this kind of development, and WM_TIMER doesn't work well, it have lower priority than waitable timers and multimedia timers(more precise)

Cheers,


Joao Vaz
AnswerRe: Two question about window's timer?? Pin
21-Jan-02 2:58
suss21-Jan-02 2:58 
AnswerRe: Two question about window's timer?? Pin
HintiFlo30-Jan-02 23:14
HintiFlo30-Jan-02 23:14 
QuestionDid anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang20-Jan-02 21:54
Aaron K.B. Huang20-Jan-02 21:54 
AnswerRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Christian Graus20-Jan-02 22:01
protectorChristian Graus20-Jan-02 22:01 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang20-Jan-02 22:45
Aaron K.B. Huang20-Jan-02 22:45 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Christian Graus21-Jan-02 5:49
protectorChristian Graus21-Jan-02 5:49 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang21-Jan-02 15:02
Aaron K.B. Huang21-Jan-02 15:02 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Rashid Thadha21-Jan-02 22:26
Rashid Thadha21-Jan-02 22:26 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang21-Jan-02 22:55
Aaron K.B. Huang21-Jan-02 22:55 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Chitrack20-Sep-04 20:46
Chitrack20-Sep-04 20:46 
AnswerRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Rashid Thadha20-Jan-02 22:10
Rashid Thadha20-Jan-02 22:10 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang20-Jan-02 22:44
Aaron K.B. Huang20-Jan-02 22:44 
GeneralRe: Did anybody ever use MSFlexGrid control in VC++ before? Pin
Aaron K.B. Huang21-Jan-02 20:54
Aaron K.B. Huang21-Jan-02 20:54 
GeneralSerial Communication Pin
et20-Jan-02 21:28
et20-Jan-02 21:28 
GeneralRe: Serial Communication Pin
Jon Hulatt20-Jan-02 21:47
Jon Hulatt20-Jan-02 21:47 
GeneralRe: Serial Communication Pin
et21-Jan-02 2:59
et21-Jan-02 2:59 
GeneralRe: Serial Communication Pin
NormDroid21-Jan-02 3:41
professionalNormDroid21-Jan-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.