Questions tagged [titlebar]

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.

813 questions
-3
votes
1 answer

Looking for a way to create/replace custom controls + Border

I'd like to create an application with exactly the same titlebar / controls as in Visual Studio. Or do you know dnSpy? It is using them as well. https://prnt.sc/j731zj I also like to have this 1px border, the blue one in this case. I already googled…
Eddd
  • 1
  • 2
-3
votes
2 answers

Eclipse Android remove titlebar

I am trying below code to remove title bar: super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.activity_main); But the title bar still appears. I also tried…
Freddy Le
  • 3
  • 3
-5
votes
2 answers

How to change internet browser title bar bgColor

I changed the title bar background color using html: but it is not working...
fz2mg
  • 1
  • 1
  • 6
1 2 3
54
55