Click here to Skip to main content
16,017,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I change background/text color of CComboBox ? Pin
వేంకటనారాయణ(venkatmakam)25-Mar-11 2:40
వేంకటనారాయణ(venkatmakam)25-Mar-11 2:40 
GeneralRe: How can I change background/text color of CComboBox ? Pin
_Flaviu25-Mar-11 6:03
_Flaviu25-Mar-11 6:03 
GeneralRe: How can I change background/text color of CComboBox ? Pin
_Flaviu25-Mar-11 21:27
_Flaviu25-Mar-11 21:27 
GeneralRe: How can I change background/text color of CComboBox ? Pin
mesajflaviu27-Mar-11 22:21
mesajflaviu27-Mar-11 22:21 
QuestionDelete a view Pin
john563224-Mar-11 3:03
john563224-Mar-11 3:03 
AnswerRe: Delete a view Pin
Albert Holguin24-Mar-11 4:24
professionalAlbert Holguin24-Mar-11 4:24 
GeneralRe: Delete a view Pin
john563224-Mar-11 19:45
john563224-Mar-11 19:45 
GeneralRe: Delete a view Pin
Albert Holguin25-Mar-11 3:48
professionalAlbert Holguin25-Mar-11 3:48 
Where does the exception occur? ...check to make sure you're not deallocating the same batch of memory twice within the object. Typically the DestroyWindow call will do just that, destroy the window, but the resources don't get deallocated until you delete the object... and if you explicitly called new then odds are you explicitly have to call delete, otherwise you'll be leaking memory. Exceptions to this rule occur when the framework itself deallocates the memory, in this case usually you can find info on the framework's website (MFC=>MSDN).
AnswerRe: Delete a view Pin
Richard MacCutchan24-Mar-11 5:47
mveRichard MacCutchan24-Mar-11 5:47 
QuestionSTL : Map.Insert always sort the inserted key - How to prevent this Pin
pandit8424-Mar-11 0:35
pandit8424-Mar-11 0:35 
AnswerRe: STL : Map.Insert always sort the inserted key - How to prevent this Pin
Chris Losinger24-Mar-11 1:03
professionalChris Losinger24-Mar-11 1:03 
AnswerRe: STL : Map.Insert always sort the inserted key - How to prevent this Pin
Stefan_Lang30-Mar-11 1:51
Stefan_Lang30-Mar-11 1:51 
QuestionHow to reduce Flickering ? Pin
002comp23-Mar-11 22:47
002comp23-Mar-11 22:47 
AnswerRe: How to reduce Flickering ? Pin
CPallini23-Mar-11 23:00
mveCPallini23-Mar-11 23:00 
GeneralRe: How to reduce Flickering ? Pin
Maximilien24-Mar-11 2:56
Maximilien24-Mar-11 2:56 
GeneralRe: How to reduce Flickering ? Pin
CPallini24-Mar-11 4:27
mveCPallini24-Mar-11 4:27 
AnswerRe: How to reduce Flickering ? [modified] Pin
Cool_Dev24-Mar-11 0:22
Cool_Dev24-Mar-11 0:22 
GeneralRe: How to reduce Flickering ? Pin
Nitheesh George24-Mar-11 2:02
Nitheesh George24-Mar-11 2:02 
GeneralRe: How to reduce Flickering ? Pin
Albert Holguin24-Mar-11 4:26
professionalAlbert Holguin24-Mar-11 4:26 
AnswerRe: How to reduce Flickering ? Pin
Stephen Hewitt24-Mar-11 2:14
Stephen Hewitt24-Mar-11 2:14 
GeneralRe: How to reduce Flickering ? Pin
002comp24-Mar-11 18:47
002comp24-Mar-11 18:47 
QuestionVariable In SQL String Pin
Mike Certini23-Mar-11 19:11
Mike Certini23-Mar-11 19:11 
AnswerRe: Variable In SQL String Pin
«_Superman_»23-Mar-11 19:21
professional«_Superman_»23-Mar-11 19:21 
GeneralRe: Variable In SQL String Pin
Mike Certini23-Mar-11 20:05
Mike Certini23-Mar-11 20:05 
GeneralRe: Variable In SQL String Pin
markkuk23-Mar-11 20:29
markkuk23-Mar-11 20:29 

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.