Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone direct me to a tutorial on how to make a flip clock in vb 2008?
Posted

Well, you have many possibilities, for instance:
  • Find a ready-to-run control featuring the flip clock.
  • Build it yourself method 1: use pre-rendered images to show moving (and static) numbers
  • Build it yourself method 2: Use a 3D graphic library (DirectX -possibly via WPF-, OpenGL) to render 'real time' the moving (and static) numbers.
 
Share this answer
 
A Google search will find lots of samples for clock code, maybe even the one you are looking for.
 
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