Do you mean to make part of you form transparent? Like where there is a color to make it transparent?
I don't know how it is possible.
for example i want to have a form like a Star.
if it is possible by making some part of form transparent I would apprecitae if you let me know.
I don't know how it is possible.
for example i want to have a form like a Star.
if it is possible by making some part of form transparent I would apprecitae if you let me know.
I don't know how it is possible.
for example i want to have a form like a Star.
if it is possible by making some part of form transparent I would apprecitae if you let me know.
If you want to make one colour transparent or translucent then you can use alpha-blending with a colour key.
Head over to the alpha-blending link in my sig, and include this as well:
VB Code:
Private Const LWA_COLORKEY As Long = &H1
' For each line with SetLayeredWindowAttributes,
' change the 2nd parameter to a Long RGB value for your colorkey
' you can get this through RGB([r], [g], [b]) with each val 0-255