Categories > Exploiting > Tutorials >
[Tutorial] Fixing fullscreen mode in visual studio with a borderless window
Posted
When making a fullscreen mode, you may see that the window covers the taskbar when you have a borderless window. I have a simple fix for this problem.
First of all, open up visual studio
Secondly, open up your windows c#. Copy this code and put it under InitializeComponent();
this.MaxHeight = SystemParameters.MaximizedPrimaryScreenHeight;
Your code should look like this:
https://cdn.discordapp.com/attachments/1100866444838830132/1117037474645032970/image.png
Before:
https://media.discordapp.net/attachments/1100866444838830132/1117037882637553704/image.png?width=1136&height=638
After:
https://media.discordapp.net/attachments/1100866444838830132/1117038101613785158/image.png?width=1136&height=638
Hopefully this tutorial helped
Cancel
Post
https://i.imgur.com/hxMsOrU.png
https://dsc.gg/hackerpluto
Replied
Bad code (I will paste this and it was very useful)
Cancel
Post
fka as delta
Replied
Im changing my motto to "Skidding since 2007"
Comments
Pluto_Guy 33 Reputation
Commented
Xd /charssss
Cancel
Post
Failed to fetch.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
Pluto_Guy 33 Reputation
Commented
XD. I also think it will fix delta's fullscreen mode.
0