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

C / C++ / MFC

 
GeneralSingle instance of dialog based application Pin
Steve Messer3-Jan-04 16:11
Steve Messer3-Jan-04 16:11 
GeneralRe: Single instance of dialog based application Pin
valikac3-Jan-04 17:06
valikac3-Jan-04 17:06 
GeneralRe: Single instance of dialog based application Pin
David Crow3-Jan-04 17:10
David Crow3-Jan-04 17:10 
GeneralRe: Single instance of dialog based application Pin
Steve Messer3-Jan-04 17:24
Steve Messer3-Jan-04 17:24 
Generalcount od GDI objects Pin
Raghunandan S3-Jan-04 16:08
Raghunandan S3-Jan-04 16:08 
GeneralRe: count od GDI objects [modified] Pin
Marek Grzenkowicz3-Jan-04 21:04
Marek Grzenkowicz3-Jan-04 21:04 
GeneralRe: count od GDI objects Pin
Raghunandan S3-Jan-04 21:30
Raghunandan S3-Jan-04 21:30 
GeneralRe: count od GDI objects [modified] Pin
Marek Grzenkowicz3-Jan-04 21:51
Marek Grzenkowicz3-Jan-04 21:51 
Read the article I mentioned. This is what it says:
the GetGuiResources function from USER32.DLL returns either the count of USER or GDI objects used by a given process. This function is exported by USER32.DLL, but the GDI handles are created and managed by functions from GDI32.DLL because both GDI and USER were moved to the kernel (WIN32K.SYS) starting with Windows NT 4.0

I guess that you can use this function.

And take a look at the source code that comes with it (especially GDICount application).

modified on Monday, November 29, 2010 6:03 AM

Generalbar code in C++ Pin
peplopy3-Jan-04 16:06
peplopy3-Jan-04 16:06 
GeneralRe: bar code in C++ Pin
PJ Arends3-Jan-04 16:19
professionalPJ Arends3-Jan-04 16:19 
GeneralWin32 to MFC header file problem Pin
jdgonko3-Jan-04 14:57
jdgonko3-Jan-04 14:57 
GeneralRe: Win32 to MFC header file problem Pin
Michael Dunn3-Jan-04 16:43
sitebuilderMichael Dunn3-Jan-04 16:43 
GeneralRe: Win32 to MFC header file problem Pin
jdgonko3-Jan-04 18:58
jdgonko3-Jan-04 18:58 
GeneralRe: Win32 to MFC header file problem Pin
Steve S5-Jan-04 1:29
Steve S5-Jan-04 1:29 
QuestionHow can I activate software? Pin
DanYELL3-Jan-04 14:21
DanYELL3-Jan-04 14:21 
GeneralBeginner Problem Pin
azazel3-Jan-04 11:17
azazel3-Jan-04 11:17 
GeneralRe: Beginner Problem Pin
DanYELL3-Jan-04 14:14
DanYELL3-Jan-04 14:14 
GeneralRe: Beginner Problem Pin
Anonymous3-Jan-04 18:59
Anonymous3-Jan-04 18:59 
GeneralMonitoring all text drawn Pin
Anonymous3-Jan-04 11:03
Anonymous3-Jan-04 11:03 
GeneralRe: Monitoring all text drawn Pin
alex.barylski3-Jan-04 12:01
alex.barylski3-Jan-04 12:01 
GeneralDirectplay game bot Pin
Kuniva3-Jan-04 10:57
Kuniva3-Jan-04 10:57 
GeneralAccelerator keys don't show up Pin
Member 7908543-Jan-04 10:28
Member 7908543-Jan-04 10:28 
GeneralRe: Accelerator keys don't show up Pin
Member 7908543-Jan-04 10:52
Member 7908543-Jan-04 10:52 
GeneralNeed help with key logger (?) Pin
Snyp3-Jan-04 9:00
Snyp3-Jan-04 9:00 
GeneralRe: Need help with key logger (?) Pin
abc8763-Jan-04 9:20
abc8763-Jan-04 9:20 

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.