GAPI
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to use GAPI with MFC with frame window and child view, but i can't create window on the wall screen... Actually I made it (by typing this in FrameWnd::OnCreate() { lpCreateStruct->cx = GetSystemMetrics(SM_CXSCREEN); lpCreateStruct->cy = GetSystemMetrics(SM_CYSCREEN);}, but when i tap the window with stylus on top or bottom of window i see the sart panel or command bar - i don't want them to appear ... I just want my window be on top... How to make it?