I wonder is there any way to spin images in visual basic like a ring? I would like to create a windows form application that takes images from directory and spins them in a window.
Share
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.
It is called Carousel Control. Here is a free implementation on CodeProject.
Also see this: How can I create a custom 3D carousel control in WinForms?
There are paid controls out there, just do a google search for
carousel control for winforms.