Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: . MAPI Error ? Pin
Antony M Kancidrowski4-Feb-05 1:59
Antony M Kancidrowski4-Feb-05 1:59 
GeneralAlt + Tab Icon Pin
shiraztk3-Feb-05 23:33
shiraztk3-Feb-05 23:33 
QuestionHow can i parse a command line in an SDI application? Pin
IronMike3-Feb-05 23:32
IronMike3-Feb-05 23:32 
AnswerRe: How can i parse a command line in an SDI application? Pin
Anthony_Yio4-Feb-05 0:54
Anthony_Yio4-Feb-05 0:54 
GeneralRe: How can i parse a command line in an SDI application? Pin
Rick York4-Feb-05 7:07
mveRick York4-Feb-05 7:07 
GeneralMemory used by Pocess. Pin
Member 17079243-Feb-05 23:23
Member 17079243-Feb-05 23:23 
GeneralRe: Memory used by Pocess. Pin
David Crow4-Feb-05 3:22
David Crow4-Feb-05 3:22 
GeneralRe: Memory used by Pocess. Pin
Blake Miller7-Feb-05 5:44
Blake Miller7-Feb-05 5:44 
Enumerate processes in a manner that obtains each process identifier. I am not sure how to detect they are part of same group or not.
To determine how much memory each one is using,
You can adjust each process token to add SE_DEBUG privilege.
Then OpenProcess to get handle from process identifier, then enumerate memory used by process using VirtulQueryEx.

QuestionHow to create new level in multilevel CTreeView Pin
bilas3-Feb-05 22:13
bilas3-Feb-05 22:13 
AnswerRe: How to create new level in multilevel CTreeView Pin
shiraztk4-Feb-05 0:53
shiraztk4-Feb-05 0:53 
GeneralRe: How to create new level in multilevel CTreeView Pin
bilas4-Feb-05 2:11
bilas4-Feb-05 2:11 
QuestionHow to realize FIND-function in class CHTMLView? Pin
bilas3-Feb-05 22:10
bilas3-Feb-05 22:10 
AnswerRe: How to realize FIND-function in class CHTMLView? Pin
Sheng Jiang 蒋晟6-Feb-05 14:08
Sheng Jiang 蒋晟6-Feb-05 14:08 
GeneralDialog Control Pin
nchannon3-Feb-05 21:55
nchannon3-Feb-05 21:55 
GeneralRe: Dialog Control Pin
RChin3-Feb-05 23:02
RChin3-Feb-05 23:02 
GeneralRe: Dialog Control Pin
nchannon4-Feb-05 7:43
nchannon4-Feb-05 7:43 
General3d Plot in Visual C++ 6.0 Pin
andand3-Feb-05 21:45
andand3-Feb-05 21:45 
GeneralRe: 3d Plot in Visual C++ 6.0 Pin
krmed4-Feb-05 1:37
krmed4-Feb-05 1:37 
GeneralDate Time Picker Pin
LiYS3-Feb-05 21:34
LiYS3-Feb-05 21:34 
GeneralRe: Date Time Picker Pin
Anthony_Yio3-Feb-05 21:57
Anthony_Yio3-Feb-05 21:57 
GeneralRe: Date Time Picker Pin
LiYS3-Feb-05 23:02
LiYS3-Feb-05 23:02 
GeneralRe: Date Time Picker Pin
RChin3-Feb-05 23:21
RChin3-Feb-05 23:21 
GeneralRe: Date Time Picker Pin
LiYS4-Feb-05 3:04
LiYS4-Feb-05 3:04 
GeneralRe: Date Time Picker Pin
RChin4-Feb-05 3:44
RChin4-Feb-05 3:44 
GeneralRe: Date Time Picker Pin
LiYS4-Feb-05 14:05
LiYS4-Feb-05 14:05 

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.