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

Reply via email to