custom title bar

F

Furer Ramon

hi every one

please i need know how to create a custom title bar like writing on title
bar and change the look of maximize button and close button and so on using
..net framework

Greets

R. Furer
 
P

Phill. W

Furer Ramon said:
please i need know how to create a custom title bar like writing
on title bar and change the look of maximize button and close
button and so on using .net framework

And just what sort of highly-specialised Application are you writing
that requires such a User Interface?

I ask simply because, in the vast majority of cases, I would suggest
that you simply /shouldn't/ be doing this in the first place!

Windows may have many [many!] faults, but a largely consistent
User Interface model is one thing it /does/ try to do well. Users who
are familiar with Windows have an expectation of how "their"
applications should look. Changing the User Interface paradigm for
no Good Reason will only serve to confuse and/or alienate these
users, often to the point where they would refuse to use your
programs.

Regards,
Phill W.
 
H

Herfried K. Wagner [MVP]

Furer Ramon said:
please i need know how to create a custom title bar like writing on title
bar and change the look of maximize button and close button and so on
using .net framework

Remove the form's titlebar by setting its 'BorderStyle' property to an
appropriate value. Then you can draw your own title bar onto the form and
replace the standard system buttons with your own buttons.

Move a borderless form.
<URL:http://www.dotnetrix.co.uk/misc.html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top