Click here to Skip to main content
16,010,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I monitor per process CPU usage on Windows 9x? Pin
8-Mar-02 2:24
suss8-Mar-02 2:24 
AnswerRe: How do I monitor per process CPU usage on Windows 9x? Pin
Tomasz Sowinski8-Mar-02 2:29
Tomasz Sowinski8-Mar-02 2:29 
GeneralRe: How do I monitor per process CPU usage on Windows 9x? Pin
8-Mar-02 23:44
suss8-Mar-02 23:44 
QuestionUsing MFC CStringList as a COM collection with ATL? Pin
Gavin Jerman8-Mar-02 1:03
Gavin Jerman8-Mar-02 1:03 
GeneralLinked list destruction problem Pin
Andrew Hoole8-Mar-02 1:04
Andrew Hoole8-Mar-02 1:04 
GeneralRe: Linked list destruction problem Pin
Tomasz Sowinski8-Mar-02 1:15
Tomasz Sowinski8-Mar-02 1:15 
GeneralCTreeCtrl: editing items question Pin
8-Mar-02 0:55
suss8-Mar-02 0:55 
GeneralRe: CTreeCtrl: editing items question Pin
Tomasz Sowinski8-Mar-02 1:07
Tomasz Sowinski8-Mar-02 1:07 
You'll probably have to subclass the tree edit control and catch the keystrokes.

Easier, slightly different way is to handle TVN_ENDLABELEDIT notification. In the handler, you can verify the text typed into edit control. If verification fails, you'd display msgbox with appropriate text, then call CTreeCtrl::EditLabel.


Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: CTreeCtrl: editing items question Pin
8-Mar-02 1:52
suss8-Mar-02 1:52 
GeneralLayered Controls Pin
Derek Lakin8-Mar-02 0:33
Derek Lakin8-Mar-02 0:33 
GeneralRe: Layered Controls Pin
Tomasz Sowinski8-Mar-02 0:43
Tomasz Sowinski8-Mar-02 0:43 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 2:40
Derek Lakin8-Mar-02 2:40 
GeneralRe: Layered Controls Pin
Tomasz Sowinski8-Mar-02 2:44
Tomasz Sowinski8-Mar-02 2:44 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 2:45
Derek Lakin8-Mar-02 2:45 
GeneralRe: Layered Controls Pin
Tomasz Sowinski8-Mar-02 2:48
Tomasz Sowinski8-Mar-02 2:48 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 2:57
Derek Lakin8-Mar-02 2:57 
GeneralRe: Layered Controls Pin
Tomasz Sowinski8-Mar-02 3:05
Tomasz Sowinski8-Mar-02 3:05 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 4:08
Derek Lakin8-Mar-02 4:08 
GeneralRe: Layered Controls Pin
Tomasz Sowinski8-Mar-02 4:21
Tomasz Sowinski8-Mar-02 4:21 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 4:19
Derek Lakin8-Mar-02 4:19 
GeneralRe: Layered Controls Pin
Derek Lakin8-Mar-02 7:59
Derek Lakin8-Mar-02 7:59 
GeneralToolTip Pin
8-Mar-02 0:01
suss8-Mar-02 0:01 
GeneralToolTip Pin
8-Mar-02 0:01
suss8-Mar-02 0:01 
GeneralRe: ToolTip Pin
Tomasz Sowinski8-Mar-02 0:11
Tomasz Sowinski8-Mar-02 0:11 
GeneralRe: ToolTip Pin
Joaquín M López Muñoz8-Mar-02 0:12
Joaquín M López Muñoz8-Mar-02 0:12 

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.