Hi Manuel, what kind of MFC application do you have? A dialog based or a SDI or MDI based? You simply could add your CWnd class as a child to a dialog and use the former written hints (of course you also have to move the ChildWnd)...
Greets, Patrik -------- Original-Nachricht -------- Datum: Thu, 7 Sep 2006 12:43:01 +0200 Von: "Manuel Büchler" <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: [Opensg-users] WIN32WINDOW and Fullscreen > Hi > > Thanks for this hint. I use a class wich is derived from CWnd. Is > there a similar way to get this in fullscreen? > > Thanks again. > > Manuel > > > > Am 06.09.2006 um 19:13 schrieb Patrik Mueller: > > > Hi Manuel, > > > > if you have a MFC dialog: > > > > 1) in the resource editor remove the border and the system menus > > 2) OnInitDialog(): get screen width and height with GetSystemMetrics - > > with these values do a MoveWindow(0,0, width, height) > > > > Greets, > > > > Patrik > > > > > > > > Manuel Büchler schrieb: > >> Oh. I just saw, that in my example there is noch use of these flags. > >> Just look in the MFCDemo Example which came with the source code of > >> OpenSG. How can I doo fullscreen there, when there is no WS_POPUP or > >> something. > >> I wondered, why i didnt found it ... > >> > >> Manuel > >> > >> > >> > >> Am 06.09.2006 um 14:36 schrieb Patrick Dähne: > >> > >>> Hello Manuel, > >>> > >>> Am 06.09.2006 um 14:09 schrieb Manuel Büchler: > >>> > >>>> I used the command SW_SHOWMAXIMIZED but it only puts the OpenSG > >>>> stuff > >>>> as large as the window is, where the stuff is in. how can I make a > >>>> window borderless? > >>> It's specified when you create the window (in the window style). > >>> > >>> WS_OVERLAPPED = with border > >>> WS_POPUP = without border > >>> > >>> Bye, > >>> > >>> Patrick > >>> > >>> > >>> -------------------------------------------------------------------- > >>> -- > >>> --- > >>> Using Tomcat but need to do more? Need to support web services, > >>> security? > >>> Get stuff done quickly with pre-integrated technology to make your > >>> job easier > >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >>> Geronimo > >>> http://sel.as-us.falkag.net/sel? > >>> cmd=lnk&kid=120709&bid=263057&dat=121642 > >>> _______________________________________________ > >>> Opensg-users mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/opensg-users > >>> > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> Using Tomcat but need to do more? Need to support web services, > >> security? > >> Get stuff done quickly with pre-integrated technology to make your > >> job easier > >> Download IBM WebSphere Application Server v.1.0.1 based on Apache > >> Geronimo > >> http://sel.as-us.falkag.net/sel? > >> cmd=lnk&kid=120709&bid=263057&dat=121642 > >> _______________________________________________ > >> Opensg-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/opensg-users > >> > >> > > > > > > ---------------------------------------------------------------------- > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Opensg-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/opensg-users > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
