Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Cence99

Pages: [1]
1
Window / Re: SFML2 .Net - Methods for minimizing & maximizing window
« on: April 19, 2014, 10:47:27 pm »
Nevermind, I found "ShowWindowAsync". Thanks a lot!

2
Window / Re: SFML2 .Net - Methods for minimizing & maximizing window
« on: April 19, 2014, 10:39:47 pm »
Thanks for the quick answer! Do you know which Win32 function could minimize /maximize a RenderWindow in C#? If not, I'll eventually go with the WinForm solution.

3
Window / SFML2 .Net - Methods for minimizing & maximizing window
« on: April 19, 2014, 10:15:56 pm »
Hi!

I am working with SFML2 .Net in C# (Visual Studio 2013).

I set the window Styles to "None" and created a custom titlebar with RectangleShapes, Sprites etc.
I added Sprites in the top-right corner acting as buttons, which need to be able to minimize, maximize and close the RenderWindow.

The problem is, that there are no methods for minimizing or maximizing the window. >:(
I read SFML is not a good windowing API, but these features are essential for my application (no game).
Is there any workaround in the WinAPI or anything I can do?

I hope somebody can push me in the right direction!
Thank you for reading. :)

Pages: [1]
anything