.NET Control in Title Bar

  • Thread starter Thread starter Mr Utkal Ranjan
  • Start date Start date
M

Mr Utkal Ranjan

Hi
I'm writing a VB.NET Windows application. I want to place a Link Label
control on the right of the titlebar(left to the minimize box). How can I do
that ???

Thanx
 
Just guessing here...
I don't know if its going to be possible to place a control over the title. Your
probably going to have to subclass the windows form you want and draw on it. Google
subclass and 'title bar' and '.net' and see if you have any luck. There may be a
control or a form class inheriting from the windows.form class that already does this
for you.

Here is a example subclass article.
http://www.codeproject.com/vb/net/subclassnetway.asp?target=subclassing

Good Luck - JackRazz


| Hi
| I'm writing a VB.NET Windows application. I want to place a Link Label
| control on the right of the titlebar(left to the minimize box). How can I do
| that ???
|
| Thanx
|
|
|
 
Back
Top