Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get dc of CScrollView before it's drawn? Pin
Ryan Binns26-Feb-06 17:08
Ryan Binns26-Feb-06 17:08 
GeneralRe: How to get dc of CScrollView before it's drawn? Pin
followait26-Feb-06 17:17
followait26-Feb-06 17:17 
GeneralRe: How to get dc of CScrollView before it's drawn? Pin
Ryan Binns26-Feb-06 17:21
Ryan Binns26-Feb-06 17:21 
GeneralRe: How to get dc of CScrollView before it's drawn? Pin
Nibu babu thomas26-Feb-06 17:30
Nibu babu thomas26-Feb-06 17:30 
Questionabout Shell_NotifyIcon Pin
HOW WHAT26-Feb-06 13:46
HOW WHAT26-Feb-06 13:46 
AnswerRe: about Shell_NotifyIcon Pin
Stephen Hewitt26-Feb-06 16:10
Stephen Hewitt26-Feb-06 16:10 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT26-Feb-06 18:42
HOW WHAT26-Feb-06 18:42 
GeneralRe: about Shell_NotifyIcon Pin
Dennis Gourjii27-Feb-06 0:20
Dennis Gourjii27-Feb-06 0:20 
Well, destroy it when your window is destroyed (WM_DESTROY handler). There can be no leak of memory associated with the icon this way UNLESS your application is terminated ungracefully, and even then most probably Windows will perform the necessary cleanup.
Not to say that a leak of several kilobytes isn't much of a problem compared to what gigabytes of software out there manage to leak... Wink | ;)
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT27-Feb-06 3:57
HOW WHAT27-Feb-06 3:57 
AnswerRe: about Shell_NotifyIcon Pin
Nibu babu thomas26-Feb-06 17:33
Nibu babu thomas26-Feb-06 17:33 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT26-Feb-06 18:39
HOW WHAT26-Feb-06 18:39 
GeneralRe: about Shell_NotifyIcon Pin
Nibu babu thomas26-Feb-06 18:47
Nibu babu thomas26-Feb-06 18:47 
GeneralRe: about Shell_NotifyIcon Pin
HOW WHAT27-Feb-06 3:53
HOW WHAT27-Feb-06 3:53 
GeneralRe: about Shell_NotifyIcon Pin
Nibu babu thomas27-Feb-06 16:31
Nibu babu thomas27-Feb-06 16:31 
Questionarray instantiation in a __gc struct ??? Pin
JimWDurbin26-Feb-06 12:42
JimWDurbin26-Feb-06 12:42 
AnswerRe: array instantiation in a __gc struct ??? Pin
Ryan Binns26-Feb-06 17:09
Ryan Binns26-Feb-06 17:09 
AnswerRe: array instantiation in a __gc struct ??? Pin
ThatsAlok26-Feb-06 23:52
ThatsAlok26-Feb-06 23:52 
GeneralRe: array instantiation in a __gc struct ??? Pin
JimWDurbin27-Feb-06 4:20
JimWDurbin27-Feb-06 4:20 
Questionsize of buffer for OpenFileName Dlg? Pin
nm_11426-Feb-06 9:03
nm_11426-Feb-06 9:03 
AnswerRe: size of buffer for OpenFileName Dlg? Pin
PJ Arends26-Feb-06 10:30
professionalPJ Arends26-Feb-06 10:30 
AnswerRe: size of buffer for OpenFileName Dlg? Pin
David Crow27-Feb-06 3:19
David Crow27-Feb-06 3:19 
QuestionFile Handle - Serialization Pin
BlitzPackage26-Feb-06 7:54
BlitzPackage26-Feb-06 7:54 
AnswerRe: File Handle - Serialization Pin
Michael Dunn26-Feb-06 8:48
sitebuilderMichael Dunn26-Feb-06 8:48 
GeneralRe: File Handle - Serialization Pin
BlitzPackage26-Feb-06 16:23
BlitzPackage26-Feb-06 16:23 
GeneralRe: File Handle - Serialization Pin
BlitzPackage26-Feb-06 17:09
BlitzPackage26-Feb-06 17:09 

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.