I would like to rotate an image based on the value of a parameter in my program. I have a class called DaylightForm.vb that pulls it's data from a class called DaylightParameters.vb. There is a property called "North" that the user inputs with a text box, and picture box with an arrow that I want to rotate based on the value of "North". And I want it to update when the user makes changes.
Thoughts? Thank you!