Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy IHTMLElementCollection can not "Item" all the Items? Pin
Tcpip200529-Jun-06 21:27
Tcpip200529-Jun-06 21:27 
AnswerRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Viorel.29-Jun-06 21:43
Viorel.29-Jun-06 21:43 
GeneralRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Tcpip200529-Jun-06 22:22
Tcpip200529-Jun-06 22:22 
AnswerRe: why IHTMLElementCollection can not "Item" all the Items? Pin
Hamid_RT29-Jun-06 21:58
Hamid_RT29-Jun-06 21:58 
QuestionHow to mask the bitmaps?? Pin
Laxman Auti29-Jun-06 21:19
Laxman Auti29-Jun-06 21:19 
AnswerRe: How to mask the bitmaps?? Pin
Don Box29-Jun-06 21:33
Don Box29-Jun-06 21:33 
GeneralRe: How to mask the bitmaps?? Pin
Laxman Auti29-Jun-06 21:56
Laxman Auti29-Jun-06 21:56 
QuestionIs that madatory to close the socket when error? [modified] Pin
raserove29-Jun-06 20:46
raserove29-Jun-06 20:46 
QuestionProblem when using right click to select an item in CTreeCtrl. Pin
followait29-Jun-06 20:41
followait29-Jun-06 20:41 
AnswerRe: Problem when using right click to select an item in CTreeCtrl. Pin
cje30-Jun-06 5:30
cje30-Jun-06 5:30 
QuestionHow can I register the new fonts with OS ? Pin
Sameer_Thakur29-Jun-06 20:34
Sameer_Thakur29-Jun-06 20:34 
AnswerRe: How can I register the new fonts with OS ? Pin
Michael Dunn29-Jun-06 20:56
sitebuilderMichael Dunn29-Jun-06 20:56 
GeneralRe: How can I register the new fonts with OS ? [modified] Pin
Sameer_Thakur29-Jun-06 21:31
Sameer_Thakur29-Jun-06 21:31 
GeneralRe: How can I register the new fonts with OS ? Pin
David Crow30-Jun-06 2:59
David Crow30-Jun-06 2:59 
Questionplease help uegent Pin
sriv_1829-Jun-06 20:31
sriv_1829-Jun-06 20:31 
AnswerRe: please help uegent Pin
Hamid_RT29-Jun-06 20:41
Hamid_RT29-Jun-06 20:41 
QuestionWhile running my application , Machine (PC) gets slow Pin
zahid_ash29-Jun-06 20:16
zahid_ash29-Jun-06 20:16 
AnswerRe: While running my application , Machine (PC) gets slow Pin
_AnsHUMAN_ 29-Jun-06 20:21
_AnsHUMAN_ 29-Jun-06 20:21 
GeneralRe: While running my application , Machine (PC) gets slow Pin
zahid_ash29-Jun-06 20:25
zahid_ash29-Jun-06 20:25 
GeneralRe: While running my application , Machine (PC) gets slow Pin
_AnsHUMAN_ 29-Jun-06 21:07
_AnsHUMAN_ 29-Jun-06 21:07 
AnswerRe: While running my application , Machine (PC) gets slow Pin
Stephen Hewitt29-Jun-06 20:25
Stephen Hewitt29-Jun-06 20:25 
GeneralRe: While running my application , Machine (PC) gets slow Pin
zahid_ash29-Jun-06 20:42
zahid_ash29-Jun-06 20:42 
GeneralRe: While running my application , Machine (PC) gets slow Pin
Stephen Hewitt29-Jun-06 20:45
Stephen Hewitt29-Jun-06 20:45 
GeneralCPU usage is more - While running my application , Machine (PC) gets slow Pin
zahid_ash29-Jun-06 20:59
zahid_ash29-Jun-06 20:59 
GeneralRe: CPU usage is more - While running my application , Machine (PC) gets slow Pin
Stephen Hewitt29-Jun-06 21:06
Stephen Hewitt29-Jun-06 21:06 
You need to find out which part of you code is consuming all the CPU time. You could try a profiler. There is also the "poor man's profiler": run the program in a debugger and break execution multiple times and see what the program is doing.

Steve

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.