Hi there,
How can i create a button on my form which can change the opacity of my form right away.
I have tried
Me.Opacity = 50
Me.Refresh()
and it does not seem to work
Also, how can i add a chart x-axis title using
vb.net ? I have created a graph and all that, but cannot figure out the code to label the x-axis.
Many thanks