Remove top bar but keep title
-
In Visual Studio (VB.NET) 2005 simple as the title says, how do i keep the program name, but get rid of the top bar, i have deleted the control box, but when i put form text in, the top bar comes back!!!
-
In Visual Studio (VB.NET) 2005 simple as the title says, how do i keep the program name, but get rid of the top bar, i have deleted the control box, but when i put form text in, the top bar comes back!!!
The title of the program gets rendered on the title bar. If you want it rendered elsewhere, you'll have to render it yourself.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
The title of the program gets rendered on the title bar. If you want it rendered elsewhere, you'll have to render it yourself.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
All i want it in is for the taskbar, where can i do this?
-
In Visual Studio (VB.NET) 2005 simple as the title says, how do i keep the program name, but get rid of the top bar, i have deleted the control box, but when i put form text in, the top bar comes back!!!
Just set the
Form Border Style
to "None".
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.