.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
|
|
|
 

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

Back
Top