Categories > Exploiting > Tutorials >

[Tutorial] Fixing fullscreen mode in visual studio with a borderless window

Posts: 682

Threads: 69

Joined: Oct, 2022

Reputation: 30

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

  • 0

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!

ecstacy_lxnny

fka as delta

vip

Posts: 942

Threads: 84

Joined: May, 2021

Reputation: 95

Replied

Bad code (I will paste this and it was very useful)

Comments

Pluto_Guy 30 Reputation

Commented

XD. I also think it will fix delta's fullscreen mode.

  • 0

  • 0

fka as delta

blueless

Failed to fetch.

vip

Posts: 433

Threads: 41

Joined: Dec, 2021

Reputation: 14

Replied

Im changing my motto to "Skidding since 2007"

Comments

Pluto_Guy 30 Reputation

Commented

Xd /charssss

  • 0

  • 0

Failed to fetch.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )