Adding a border (Fixed3D) to an existing borderless application

Posted by Aphelion on Stack Overflow See other posts from Stack Overflow or by Aphelion
Published on 2010-03-30T08:05:01Z Indexed on 2010/06/08 18:22 UTC
Read the original article Hit count: 130

Filed under:
|

Hi there,

I have an .NET application that always starts itself with its border style to 'None', as it is supposed to be an full-screen application with a fixed resolution.

However, i would like to add the window border (Fixed3D) to this window when the application starts so that I am able to move it around my desktop.

My first idea was to have a tray app running, monitoring event messages, and somehow change the window style when this specific application starts. However, I am not sure if this will work and how to do this.

Anyone that can point me in the right direction?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms