Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRich Ink Control (VCCE 6.0) Pin
Anthony Pantekoek30-Jun-00 3:44
Anthony Pantekoek30-Jun-00 3:44 
GeneralMoving a CComboBox Pin
Stephanie Rigel30-Jun-00 3:32
sussStephanie Rigel30-Jun-00 3:32 
GeneralRe: Moving a CComboBox Pin
Uwe Keim30-Jun-00 5:59
sitebuilderUwe Keim30-Jun-00 5:59 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel30-Jun-00 6:32
sussStephanie Rigel30-Jun-00 6:32 
GeneralRe: Moving a CComboBox Pin
Blake Miller30-Jun-00 6:45
Blake Miller30-Jun-00 6:45 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel30-Jun-00 7:11
sussStephanie Rigel30-Jun-00 7:11 
GeneralRe: Moving a CComboBox Pin
Sam Hobbs30-Jun-00 10:35
Sam Hobbs30-Jun-00 10:35 
GeneralRe: Moving a CComboBox Pin
Paolo Messina30-Jun-00 13:26
professionalPaolo Messina30-Jun-00 13:26 
Hi Stephanie,

Testing a pointer to a MFC object is not enough, it could be not associated to a Windows object anymore.
To see if the combobox exists, you should call ::IsWindow() just like the debug assertion.
I think you have to believe that Smile | :)

Maybe, a code snippet that shows how you destroy the control and then reference it could be more helpful.

I also think you are using the deleted object at some point.

Cheers,
Paolo
GeneralRe: Moving a CComboBox Pin
Mike Dunn1-Jul-00 19:08
Mike Dunn1-Jul-00 19:08 
GeneralRe: Moving a CComboBox Pin
Sam Hobbs4-Jul-00 21:54
Sam Hobbs4-Jul-00 21:54 
GeneralRe: Moving a CComboBox Pin
Stephanie Rigel5-Jul-00 5:22
sussStephanie Rigel5-Jul-00 5:22 
GeneralHandling ActiveX Sink Events for dynamically created ActiveX Control Pin
Member 426430-Jun-00 0:11
Member 426430-Jun-00 0:11 
Generalmsoutl9.cpp and outlook2000 Pin
Tenacious29-Jun-00 21:14
Tenacious29-Jun-00 21:14 
GeneralSpell checking with Word Pin
Member 311229-Jun-00 21:13
Member 311229-Jun-00 21:13 
GeneralObject Array / collections Pin
Member 238629-Jun-00 19:35
Member 238629-Jun-00 19:35 
GeneralRe: Object Array / collections Pin
Blake Miller30-Jun-00 6:40
Blake Miller30-Jun-00 6:40 
GeneralRe: Object Array / collections Pin
Sam Hobbs30-Jun-00 10:54
Sam Hobbs30-Jun-00 10:54 
GeneralRe: Object Array / collections Pin
Member 238630-Jun-00 17:29
Member 238630-Jun-00 17:29 
GeneralHelp with classes and threads Pin
woltman29-Jun-00 18:30
woltman29-Jun-00 18:30 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 6:36
Blake Miller30-Jun-00 6:36 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:42
woltman30-Jun-00 10:42 
GeneralRe: Help with classes and threads Pin
woltman30-Jun-00 10:46
woltman30-Jun-00 10:46 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:12
Blake Miller30-Jun-00 18:12 
GeneralRe: Help with classes and threads Pin
Blake Miller30-Jun-00 18:15
Blake Miller30-Jun-00 18:15 
GeneralProblem with cascaded controls Pin
Lea Johnson29-Jun-00 18:21
Lea Johnson29-Jun-00 18:21 

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.