Top "Titlebar" questions

An area of a window in a graphical user interface (GUI), normally located at the top, that commonly displays the name of the application, options for manipulating the window, and other important information about the application.

Frameless window with controls in electron (Windows)

I want my app to have no title bar but still be closeable, draggable, minimizable, maximizable and resizable like a …

windows electron titlebar
C# - How can I rename a process window that I started?

Is there any way I can rename the window titlebar of an application that I've launched? I.e. if I …

c# process window titlebar
Android: Custom Title Bar

I have a custom title bar requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(R.layout.activities); getWindow().setFeatureInt(Window.FEATURE_CUSTOM_…

android layout titlebar
Android: The progress bar in the window's title does not display

I have a web view to override the built-in browser and I want to show a progress indicator on the …

android progress-bar titlebar
C# 2005: Remove icon from the form's title bar

A client has asked me to remove the icon from the form's title bar. As they don't want to display …

c# forms titlebar
Change Spinner DropDown width

I need resize this part size to full display. How can i do this? My adapter: String[] navigations = getResources().getStringArray(…

android spinner android-spinner titlebar android-titlebar
Changing background android title bar

I know this question has already been asked, but I can't figure out how to get it working. I want …

android titlebar custom-titlebar
How to customize title bar and window of desktop application

How could I customize the Title Bar (including: close, maximize, minimize buttons, title) and the Frame of desktop application written …

python pyqt customization titlebar
How to change the title of a browser page which a servlet streamed a PDF to?

My Java based webapp has a servlet which streams PDF content back to the browser based on request parameter. e.…

java pdf browser servlets titlebar
How can I customize the title bar on JFrame?

I would like to have a customized title bar in my Java Swing desktop application. What is the best way …

java swing customization jframe titlebar