I need a clock or compass interface for a mfc-programm. I want to display wind directions with one needle, 360° scale. Is taking a clock and changing it for my use the best solution in this case.
Greez
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can render your own using a DC, GDI Commands and a little bit of trigonometry. You could use something similar to this code.
http://www.codeproject.com/Articles/3475/Analog-Clock