S
S Moran
c# 2.0
windows form with a slider control. trying to make the form opacity change
as the slider is moved. problem (i think) is that the opacity property takes
a percent-based number. so... 50% if you do it at design time, but .5 if you
do it via code... but the slider increments in whole numbers so i guess i
have to convert somewhow? an example would be appreciated
thank you
windows form with a slider control. trying to make the form opacity change
as the slider is moved. problem (i think) is that the opacity property takes
a percent-based number. so... 50% if you do it at design time, but .5 if you
do it via code... but the slider increments in whole numbers so i guess i
have to convert somewhow? an example would be appreciated
thank you