• 0

[vb.net] Fading controls


Question

is it possible to make controls fade? like buttons etc... like when you enter with the mouse it fades.

and is it possible to add alphablend to them too??

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Not with the normal controls like Button etc.. You could make your own owner-drawn controls that could support this though. (They might have to be windowless, im not sure about that though)

Dan

Link to comment
Share on other sites

  • 0

well i know that netxp has a button that fades even when it uses xp styles!

thanks for the tip, i'm trying to look for something like this @ msdn, but i can't find it :(

Link to comment
Share on other sites

  • 0

you can do a custom control that has transparency using the... createparams method i believe. google something like vb.net transparency createparams..that should turn up something helpful..if not you could always try c# transparency createparams and then convert the c# code to vb.net

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.