How can I paint window's titlebar?

  • Thread starter Thread starter Doker
  • Start date Start date
D

Doker

How can I paint window's titlebar?

I've accessed the titlebar doing this
Me.AccessibilityObject.Navigate(AccessibleNavigation.Up)
but from there i have no clue how to 'CreateGraphics'.
Any ideas?

PS. (VB 2005 beta1)
 
Herfried,

You have quoted again without important information.

This can give problems when people are on Google searching for answers.

When it is for beta 2005 as for production versions, than tell that in your
message.

Cor
 
Cor Ligthert said:
You have quoted again without important information.

This can give problems when people are on Google searching for answers.
Why?!

When it is for beta 2005 as for production versions, than tell that in your
message.

The code is the same for .NET 1.0, .NET 1.1, and .NET 2.0, AFAIS.
 
Herfried K. Wagner said:
The code is the same for .NET 1.0, .NET 1.1, and .NET 2.0, AFAIS.
As I said do tell that than, I hope I explain your Why with that. Than I see
not any problem, I have the idea that some parts of messages in sometimes
disapear in Google

Cor
 
Back
Top