I want to make a tool that can measure angles between two user defined spots on a form. I have no code to do this at the moment, so any code would be appreciated.
Th
There's always atan2(dy2, dx2) - atan2(dy1, dx1) suitably massaged.
atan2(dy2, dx2) - atan2(dy1, dx1)