rafiki
May 21st, 1999, 04:20 PM
how can I be sure that CFont class object has not been initialized by any of the CreateFont.......functions ?
|
Click to See Complete Forum and Search --> : CFont checking rafiki May 21st, 1999, 04:20 PM how can I be sure that CFont class object has not been initialized by any of the CreateFont.......functions ? Howard Birkett May 21st, 1999, 05:59 PM if ((HFONT)myCFontVar == NULL) { .... } codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |