Click here to Skip to main content
15,887,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clarification regarding the function CAsyncSocket::GetPeerName() Pin
manoharbalu25-Sep-13 0:48
manoharbalu25-Sep-13 0:48 
Questionset the version Pin
koll Zhu24-Sep-13 23:29
koll Zhu24-Sep-13 23:29 
AnswerRe: set the version Pin
Richard MacCutchan25-Sep-13 0:23
mveRichard MacCutchan25-Sep-13 0:23 
GeneralRe: set the version Pin
koll Zhu25-Sep-13 0:46
koll Zhu25-Sep-13 0:46 
GeneralRe: set the version Pin
koll Zhu25-Sep-13 0:51
koll Zhu25-Sep-13 0:51 
QuestionRe: set the version Pin
Maximilien25-Sep-13 8:03
Maximilien25-Sep-13 8:03 
AnswerRe: set the version Pin
koll Zhu25-Sep-13 16:06
koll Zhu25-Sep-13 16:06 
Questiondoes listivew_???? make handles leak...? Pin
JoneLe8624-Sep-13 19:10
JoneLe8624-Sep-13 19:10 
I am dealing with tons of functions, and i am using sendmessage and other macros as well, but somehow each time i use sendmessage the handles in taskmanger get increased, even using createfont as this

C++
Hfont = createfont(.....)
deleteobject(Hfont)


but as i know deleteobject will delete the Gdi object, but what abut its handle? I am not sure why this happens, even this

C++
listview_setitemcount(.....)


bty I am destroying my HWND object each time i use X button, so i make a new one (I have no problem with Gdi they all fine) except those handles? has anyone faced this?

Update; now 100% sure that using sendmessage(....) increasing my handles 1 time, but why?

modified 25-Sep-13 5:17am.

QuestionMFC PreTranslateMessage walks opposite the documentation. Pin
Vaclav_24-Sep-13 9:04
Vaclav_24-Sep-13 9:04 
AnswerRe: MFC PreTranslateMessage walks opposite the documentation. Pin
Randor 24-Sep-13 11:03
professional Randor 24-Sep-13 11:03 
QuestionHow to get Ip Address and Port No MFC Sockets Pin
manoharbalu24-Sep-13 3:26
manoharbalu24-Sep-13 3:26 
AnswerRe: How to get Ip Address and Port No MFC Sockets Pin
jeron124-Sep-13 3:40
jeron124-Sep-13 3:40 
QuestionCheck Driver Pin
john563224-Sep-13 1:25
john563224-Sep-13 1:25 
QuestionRe: Check Driver Pin
David Crow24-Sep-13 3:21
David Crow24-Sep-13 3:21 
AnswerRe: Check Driver Pin
jeron124-Sep-13 3:29
jeron124-Sep-13 3:29 
AnswerRe: Check Driver Pin
Erudite_Eric24-Sep-13 8:43
Erudite_Eric24-Sep-13 8:43 
AnswerRe: Check Driver Pin
Gisle Vanem25-Sep-13 0:24
Gisle Vanem25-Sep-13 0:24 
Questionwhen its required explicit keyword in constructor Pin
ranjithkumar8124-Sep-13 1:00
ranjithkumar8124-Sep-13 1:00 
AnswerRe: when its required explicit keyword in constructor Pin
André Kraak24-Sep-13 2:16
André Kraak24-Sep-13 2:16 
QuestionConvert raw image data to PNG Pin
Don Guy23-Sep-13 12:39
Don Guy23-Sep-13 12:39 
AnswerRe: Convert raw image data to PNG Pin
Garth J Lancaster23-Sep-13 13:03
professionalGarth J Lancaster23-Sep-13 13:03 
AnswerRe: Convert raw image data to PNG Pin
Randor 23-Sep-13 15:00
professional Randor 23-Sep-13 15:00 
GeneralRe: Convert raw image data to PNG Pin
Don Guy23-Sep-13 15:19
Don Guy23-Sep-13 15:19 
GeneralRe: Convert raw image data to PNG Pin
Randor 23-Sep-13 18:07
professional Randor 23-Sep-13 18:07 
GeneralRe: Convert raw image data to PNG Pin
Don Guy24-Sep-13 5:22
Don Guy24-Sep-13 5:22 

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.