Cool4 Posted July 17, 2004 Share Posted July 17, 2004 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 More sharing options...
0 lexecutil Posted July 17, 2004 Share Posted July 17, 2004 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 More sharing options...
0 Cool4 Posted July 18, 2004 Author Share Posted July 18, 2004 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 More sharing options...
0 ecstasis Posted July 18, 2004 Share Posted July 18, 2004 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 More sharing options...
Question
Cool4
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