Click here to Skip to main content
15,921,279 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error Handling in C, try() catch() Pin
BlackDice18-Nov-04 4:38
BlackDice18-Nov-04 4:38 
QuestionHow to change font color of slide? Pin
cengyikun17-Nov-04 22:59
susscengyikun17-Nov-04 22:59 
QuestionHow to solve this? Pin
pubududilena17-Nov-04 22:42
pubududilena17-Nov-04 22:42 
AnswerRe: How to solve this? Pin
Cedric Moonen17-Nov-04 22:52
Cedric Moonen17-Nov-04 22:52 
GeneralRe: How to solve this? Pin
pubududilena17-Nov-04 22:58
pubududilena17-Nov-04 22:58 
AnswerRe: How to solve this? Pin
Cedric Moonen17-Nov-04 23:08
Cedric Moonen17-Nov-04 23:08 
GeneralRe: How to solve this? Pin
pubududilena17-Nov-04 23:15
pubududilena17-Nov-04 23:15 
GeneralAbout "CreateRectRgn" Pin
elvis.tang17-Nov-04 22:33
elvis.tang17-Nov-04 22:33 
I build an ATL control, but after fresh many time, it will crash.
I find that column "Gdi objects" in "Task Manager" will be 9999.
I doubt that there are some problem in below code:
Line1 HRGN rgn = CreateRectRgn(...);
Line2 SelectClipRgn(hdc, rgn);
Line3 Draw Something;
Line4 SelectClipRgn(hdc, NULL);
Line5 DeleteObject(rgn);
I find that column "Gdi objects" will increment randomly after execute Line1; but when execute Line5, the column value be always unchanged(I assume it will decrement).
Is there any relationship between "Gdi objects" and windows gdi objects?
and why?
Cry | :((
GeneralTips Visual Studio(VC++) Pin
moyeenm17-Nov-04 22:29
moyeenm17-Nov-04 22:29 
GeneralRe: Tips Visual Studio(VC++) Pin
David Crow18-Nov-04 2:43
David Crow18-Nov-04 2:43 
GeneralWindow Handles Pin
vikramlinux17-Nov-04 22:16
vikramlinux17-Nov-04 22:16 
GeneralRe: Window Handles Pin
22491717-Nov-04 23:19
22491717-Nov-04 23:19 
GeneralRe: Window Handles Pin
vikramlinux18-Nov-04 0:19
vikramlinux18-Nov-04 0:19 
GeneralRe: Window Handles Pin
Steve S18-Nov-04 23:15
Steve S18-Nov-04 23:15 
GeneralVC vs VB Pin
pc_dev17-Nov-04 19:17
pc_dev17-Nov-04 19:17 
GeneralRe: VC vs VB Pin
ThatsAlok17-Nov-04 19:25
ThatsAlok17-Nov-04 19:25 
GeneralRe: VC vs VB Pin
22491717-Nov-04 23:26
22491717-Nov-04 23:26 
GeneralRe: VC vs VB Pin
BlackDice18-Nov-04 3:10
BlackDice18-Nov-04 3:10 
GeneralRe: VC vs VB Pin
pc_dev18-Nov-04 16:20
pc_dev18-Nov-04 16:20 
QuestionHow can I ............... Pin
pc_dev17-Nov-04 18:53
pc_dev17-Nov-04 18:53 
AnswerRe: How can I ............... Pin
ThatsAlok17-Nov-04 19:27
ThatsAlok17-Nov-04 19:27 
GeneralMultiple row selection in MSFlexGrid Pin
balajeedurai17-Nov-04 18:47
balajeedurai17-Nov-04 18:47 
QuestionHow to make ToolBarCtrl use diffrent size icons? Pin
softwolf17-Nov-04 18:32
softwolf17-Nov-04 18:32 
AnswerHow to make ToolBarCtrl use different size icons? Pin
softwolf17-Nov-04 18:35
softwolf17-Nov-04 18:35 
GeneralRe: How to make ToolBarCtrl use different size icons? Pin
BlackDice18-Nov-04 3:16
BlackDice18-Nov-04 3:16 

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.