borderless Questions

4

Solved

I am trying to remove title-bar of a form while keeping the border to have a resizable form. I set the BorderStyle to bsNone and override the CreateParams procedure: procedure TMainForm.CreatePara...
Dorkas asked 22/10, 2017 at 12:7

9

Solved

I have created a borderless application in WPF, and it works pretty good. However, when I set the WindowState to full screen, the application takes up more space than my screen resolution, so there...
Vanish asked 19/1, 2010 at 10:35

1

I have noticed recent tendency with new windows apps to not have borders. Github Desktop, MS Teams, VS Code. It hurts my brain and eyes to make out edges of the applications every single time...
Reduplication asked 9/11, 2018 at 15:32

19

Solved

I was just checking the design guidelines and wondering about the borderless buttons. I goggled and tried to find in the source but can't bring it together by myself. Is this the normal Button widg...
Stench asked 13/1, 2012 at 19:3

3

Solved

I am making a application with a borderless window on Windows. However, since the window is borderless, I have no areo shadow, snap, minimization animation, or shake. I have looked around and found...
Salvage asked 27/5, 2013 at 2:18

1

I need to create a borderless window with specified background color. I know how to remove a non client area and get something like this: It's cool but not truly what I want. If you take a close...
Verbenia asked 6/5, 2015 at 9:40

2

Solved

Recently I made (mostly out of curiosity) a borderless form. After making my own title bar which includes the title, and the three buttons(minimize, maximize and close), just like every normal Wind...
Annamarieannamese asked 17/7, 2015 at 10:14

1

I'm trying to achieve something like Visual Studio installer does with borderless window and drop shadow: I tried various options like CS_DROPSHADOW and DWM API, but as soon as I apply the WS_TH...
Nonobedience asked 6/5, 2017 at 7:43

8

Solved

How do I move a window that does not have a border. There is no empty space on the application, all that is available is a webbrowser and a menustrip. I would like the users to be able to move the ...
Groundmass asked 2/1, 2011 at 4:29

1

Solved

I am creating a WPF application and want my window to be borderless, and also possible to be resized only from the top. What I have tried so far I initially thought this would work: <Window ...
Oxytetracycline asked 27/8, 2016 at 14:49

3

Solved

My question is basically the same as this one, but applied to the Qt C++ framework. I am implementing a popup window by inheriting QWidget with flags Qt::QPopup | Qt::QWindow. I would like this w...
Germiston asked 22/4, 2011 at 4:55

2

Solved

I'm trying to create a Frameless window that has a shadow under it.When we create a borderless window with Qt::FramelessWindowHint flag it doesn't contain a shadow. But we can put shadows to a chil...
Fulbert asked 10/9, 2012 at 8:21

1

Solved

I'm trying to create a Metro-style interface in Qt, which means not using the Windows 7 Aero border. I've already set the window to be borderless and added code to make it draggable and buttons to ...
Riyal asked 27/5, 2013 at 2:31

2

Solved

I'm trying to create a borderless window in Qt on Windows which supports native features: aero snap, DWM resize and minimization, shake, etc. Like Office 2013 or Visual Studio 2012. But they are wr...
Findley asked 3/3, 2014 at 22:2

1

Solved

I like to have my form borderless in C#. So I used this code: FormBorderStyle = FormBorderStyle.None; But it removes the aero effect of windows 8. The form opens suddenly like a blink. How can ...
Lillith asked 8/7, 2014 at 21:21

0

I'm trying to create a borderless window that fills the screen with an OpenGL viewport. The problem is, when I set the window and viewport to be the same size as the desktop, the window flashes bla...
Loincloth asked 17/4, 2014 at 23:36

4

Solved

I am trying to resize a borderless form but when I increase the size using the right/bottom side, I get a gap between the border and the old client area that depends of the speed you move the mouse...
Honest asked 11/7, 2011 at 15:36

3

Solved

I'd like to make a panel-like application using PyQt4 for Linux. for this i need the window i created: to be undecorated to have reserved space to appear on all workspaces From reading the docu...
Concertgoer asked 29/4, 2011 at 8:7

3

Solved

Is their a standard way to make a particular window borderless on Linux? I believe that the window border is drawn by your window manager, so it may be that I just need to use a particular window m...
Conduplicate asked 15/12, 2009 at 0:15

8

The Android Design Guidelines say to use borderless buttons (see picture below), but don't really explain how. Someone asked this same question a few weeks ago here: How to create standard Bo...
Trapper asked 6/2, 2012 at 21:57

2

Solved

how do I move a borderless form? I tried looking on the internet, but nothing. Thanks a lot.
Swaggering asked 6/6, 2012 at 19:45

3

Solved

I would like to know how to create an application in Windows that does not have the default border; particularly the title bar with minimize, maximize, and close buttons. I'm thinking of writing a ...
Godroon asked 21/2, 2012 at 3:18

2

I think spotify in windows looks very nice, clearly not native windows gui. Seems to be completely borderless with a metallic look. I was wondering what libraries did they use to create such a ni...
Maryjanemaryjo asked 28/4, 2011 at 15:46

2

Solved

I have my on custom cell renderer and want to remove the border of the cell. How can i do it? I tried setBorder but it doesn't work. Here is my renderer code: public class MyTableCellRenderer ext...
Sporozoite asked 2/7, 2010 at 15:34
1

© 2022 - 2024 — McMap. All rights reserved.