Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am currently using the .net framework, new to it, and having some difficulties trying to create what I want.

in my sparetime, i created a slot machine app for fun, everyting is working as it should, but I cant get the effect to make it look as if the collumn is actually spinning. currently, it shuffles the pictures between the picture boxes, but i want the effect of a spinning wheel for each collum.

Any help or links would be appreciated

Thnx
Posted
Comments
Toli Cuturicu 9-Dec-10 7:45am    
Your approach is bad. Don't use picture boxes.
I would recommend WPF...
wizardzz 9-Dec-10 10:32am    
Agreed, I don't think you will be able to easily get the desired result with picture boxes.

To achieve the effect of spinning images then you've to show, at least, an image that is the intermediate between the previous and the current one (for instance, assuming 'spinning down', you should show the bottom half of the new picture together with the top half of the previous one).
:)
 
Share this answer
 
v2
i have not yet used WPF, but will have to read up about it. Any links or book suggestions i can have a look at?

Pallini, if i understand you correctly, you are saying that i should for example let an image start at the top picture box, and kind of let it slide down through all of the following picture boxes below it, and then just let the next images follow aswell?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900