Click here to Skip to main content
15,923,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: Spinning Roulette Wheel Pin
Luc Pattyn8-Sep-11 15:47
sitebuilderLuc Pattyn8-Sep-11 15:47 
GeneralRe: Spinning Roulette Wheel Pin
PIEBALDconsult8-Sep-11 16:49
mvePIEBALDconsult8-Sep-11 16:49 
GeneralRe: Spinning Roulette Wheel Pin
Marcus_29-Sep-11 3:44
Marcus_29-Sep-11 3:44 
GeneralRe: Spinning Roulette Wheel Pin
PIEBALDconsult9-Sep-11 16:35
mvePIEBALDconsult9-Sep-11 16:35 
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling9-Sep-11 2:02
stephen.darling9-Sep-11 2:02 
AnswerRe: Spinning Roulette Wheel Pin
PIEBALDconsult8-Sep-11 14:40
mvePIEBALDconsult8-Sep-11 14:40 
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling9-Sep-11 1:47
stephen.darling9-Sep-11 1:47 
AnswerRe: Spinning Roulette Wheel Pin
SledgeHammer019-Sep-11 10:05
SledgeHammer019-Sep-11 10:05 
You should just bite the bullet and learn WPF.

Doing this in, well, GDI/GDI+ is the correct term here since Winforms has nothing to do with your question, will require you to worry about such silly things as multi-threading, timers, double buffering, geometry, etc and you'll have to write a lot of code.

In WPF, you just attach an animation that animates the rotation angle from 0 to 360 degrees and you're done. 5 minute job max. ZERO code as it can all be done with one line of XAML.
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling9-Sep-11 11:09
stephen.darling9-Sep-11 11:09 
GeneralRe: Spinning Roulette Wheel Pin
SledgeHammer019-Sep-11 11:48
SledgeHammer019-Sep-11 11:48 
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling10-Sep-11 3:02
stephen.darling10-Sep-11 3:02 
AnswerRe: Spinning Roulette Wheel Pin
Alan Balkany14-Sep-11 5:26
Alan Balkany14-Sep-11 5:26 
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling15-Sep-11 2:30
stephen.darling15-Sep-11 2:30 
GeneralRe: Spinning Roulette Wheel Pin
Alan Balkany15-Sep-11 4:17
Alan Balkany15-Sep-11 4:17 
GeneralRe: Spinning Roulette Wheel Pin
stephen.darling15-Sep-11 4:34
stephen.darling15-Sep-11 4:34 
QuestionComparing 2 lists Pin
nitin_ion8-Sep-11 3:12
nitin_ion8-Sep-11 3:12 
AnswerRe: Comparing 2 lists Pin
PIEBALDconsult8-Sep-11 3:15
mvePIEBALDconsult8-Sep-11 3:15 
AnswerRe: Comparing 2 lists Pin
BobJanova8-Sep-11 3:29
BobJanova8-Sep-11 3:29 
AnswerRe: Comparing 2 lists Pin
Wayne Gaylard8-Sep-11 4:08
professionalWayne Gaylard8-Sep-11 4:08 
AnswerRe: Comparing 2 lists Pin
Daniel.Grondal8-Sep-11 21:46
Daniel.Grondal8-Sep-11 21:46 
QuestionUploading already use file Pin
sarang_k8-Sep-11 1:34
sarang_k8-Sep-11 1:34 
AnswerRe: Uploading already use file Pin
BobJanova8-Sep-11 1:49
BobJanova8-Sep-11 1:49 
GeneralRe: Uploading already use file Pin
sarang_k8-Sep-11 2:11
sarang_k8-Sep-11 2:11 
GeneralRe: Uploading already use file Pin
MicroVirus8-Sep-11 5:00
MicroVirus8-Sep-11 5:00 
GeneralRe: Uploading already use file Pin
BobJanova8-Sep-11 6:12
BobJanova8-Sep-11 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.