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
PLUTO_GUY FOR MODERATOR 2024!
---------------------------------
Reading this? Use charm.rest for the best gaming experience in your browser! It is unblocked at school and nice for gaming at home!
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 30 Reputation
Commented
Xd /charssss
Cancel
Post
Failed to fetch.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
Pluto_Guy 30 Reputation
Commented
XD. I also think it will fix delta's fullscreen mode.
0