Click here to Skip to main content
15,902,198 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simulate Mnemonic Keys Pin
kanitamildasan22-Feb-06 18:59
kanitamildasan22-Feb-06 18:59 
QuestionProblem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:43
Aryan S17-Feb-06 3:43 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:46
professionalChris Losinger17-Feb-06 3:46 
QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:50
Aryan S17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Cedric Moonen17-Feb-06 3:52
Cedric Moonen17-Feb-06 3:52 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:58
professionalChris Losinger17-Feb-06 3:58 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 3:50
David Crow17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
James R. Twine17-Feb-06 3:52
James R. Twine17-Feb-06 3:52 
CComboBox combo;<br />
combo=new CComboBox;<br />
combo=(CComboBox*)GetDlgItem(nID);


   That snippet should not even compile - post the real code and maybe we can help you.  If you allocate a CComboBox object, you should not be overwriting that pointer before trying to delete it.

   Peace!


-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:55
Aryan S17-Feb-06 3:55 
AnswerRe: Problem in deleting ComboBox pointer. Pin
toxcct17-Feb-06 4:07
toxcct17-Feb-06 4:07 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 4:32
David Crow17-Feb-06 4:32 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Russell'17-Feb-06 3:57
Russell'17-Feb-06 3:57 
GeneralRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 4:41
Aryan S17-Feb-06 4:41 
GeneralRe: Problem in deleting ComboBox pointer. Pin
Russell'17-Feb-06 4:51
Russell'17-Feb-06 4:51 
QuestionEXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 2:54
Pascal Pinchauret-Lamothe17-Feb-06 2:54 
AnswerRe: EXE/DLL resources modification? Pin
David Crow17-Feb-06 3:15
David Crow17-Feb-06 3:15 
GeneralRe: EXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 3:25
Pascal Pinchauret-Lamothe17-Feb-06 3:25 
GeneralRe: EXE/DLL resources modification? Pin
David Crow17-Feb-06 3:32
David Crow17-Feb-06 3:32 
GeneralRe: EXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 3:40
Pascal Pinchauret-Lamothe17-Feb-06 3:40 
GeneralRe: EXE/DLL resources modification? Pin
ThatsAlok18-Feb-06 0:03
ThatsAlok18-Feb-06 0:03 
GeneralRe: EXE/DLL resources modification? Pin
James R. Twine17-Feb-06 3:40
James R. Twine17-Feb-06 3:40 
GeneralRe: EXE/DLL resources modification? Pin
Blake Miller17-Feb-06 4:22
Blake Miller17-Feb-06 4:22 
AnswerRe: EXE/DLL resources modification? Pin
Michael Dunn17-Feb-06 8:59
sitebuilderMichael Dunn17-Feb-06 8:59 
QuestionWSAAsyncSelect Linux Equivalent Pin
Jnewg517-Feb-06 2:43
Jnewg517-Feb-06 2:43 
AnswerRe: WSAAsyncSelect Linux Equivalent Pin
Jnewg517-Feb-06 2:47
Jnewg517-Feb-06 2:47 

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.