Page 1 of 1

problem display Fullscreen with MFC

PostPosted: May 16, 2003 @ 3:39pm
by Phuong Nguyen
hi,

I am using Pocket PC 2000, EVC 3.0. I tried GAPIDraw with MFC( Document/View). I could not use the DrawText in fullscreen mode with AfxGetMainWnd()->GetSafeHwnd();
(call inside CView function) the screen become white, nothing is drawn. if I use GetSafeHwnd();
(call inside CView function) it draw the text, but the menu bar is still there.
I put the examplecode in:
[url]
http://www.informatik.uni-freiburg.de/~ ... PITest.zip

Does anyone can help me to solve the problem?
Thanks