Atn2

alfcen

Well-Known Member
Licensed User
Longtime User
1. Atn2
such as...
Sub Atn2(x, y)
z=Atan(x/y)
if y < 0 Then z = z + cPI
if y > 0 and x < 0 then z = z + cPI * 2
Return z
End Sub

2. Mouse_down, Mouse_Up events for image buttons

3. Click event for labels
 

alfcen

Well-Known Member
Licensed User
Longtime User
Wow! Hoffi did a great job with his first DLL. I wish I had VS to tailor DLLs.
Thanks a lot for your guidance, Specci! I am sure that Erel will add this functionality to the Label control with version 6 at the latest :)
 
Top