Yep. You should consult the MFC docs on how to create a MFC fullscreen window without borders and being on top of everything else.
I use Win32 so I call CreateWindow() with the right parameters, and since MFC is just a layer on Win32, you should be able to coax it into creating the right window style for you. OpenSG then renders to the active GL context, which is tied to your MFC window. Cheers, /Marcus Patrik Mueller skrev: > Hi Manuel, > > I haven't tested it - but how about this: > > 1) you build a dialog based MFC application where the OpenSG wnd is a > child of the dialog. > 2) remove the dialogs border and system elements like close button etc. > 3) resize the dialog to the desktop size. > > I think this should be possible... > > Greets, > > Patrik > > Manuel Büchler schrieb: >> Hi Dirk >> >> Its not my first choice, but i now used it for so much. what kind of >> gui do you prefer? >> Somebody else to tell me how full is going to work in mfc???? >> >> Thanks. >> >> regards >> Manuel Büchler >> >> >> Am 02.08.2006 um 14:53 schrieb Dirk Reiners: >> >>> Hi Manuel, >>> >>> [EMAIL PROTECTED] wrote: >>> >>>> Hi >>>> >>>> I'm working on an application with MFC. I used the MFC-Demo which >>>> is delivered with the source of OpenSG. Everything is working >>>> fine. But now there is one Question: >>>> How can I use the OSG Wnd which is created, in Fullscreen? Can >>>> somebody tell me how to do it? Is there a function like in GLUT to >>>> start full screen? >>>> >>>> >>> Honestly, no clue. I try to stay away from Windows and MFC >>> especially if >>> I can. ;) >>> >>> Dirk >>> >>> >>> ---------------------------------------------------------------------- >>> --- >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> share your >>> opinions on IT & business topics through brief surveys -- and earn >>> cash >>> http://www.techsay.com/default.php? >>> page=join.php&p=sourceforge&CID=DEVDEV >>> _______________________________________________ >>> Opensg-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/opensg-users >>> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Opensg-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/opensg-users >> >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > 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
