Welcome to Dream.In.Code
Getting VB Help is Easy!

Join 136,557 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,920 people online right now. Registration is fast and FREE... Join Now!




Analog Clock project Help

 
Reply to this topicStart new topic

Analog Clock project Help, Need help creating an Analog Clock for a class

JoeDawg08
12 May, 2008 - 12:37 PM
Post #1

New D.I.C Head
*

Joined: 12 May, 2008
Posts: 4

I am currently in a Visual Basic Class using VB 2005, and i really need some help creating a Analog Clock. Somewhat like the Windows OS Clock. It needs to have a digital readout as well. If anyone can help me soon, I would GREATLY appreciate it!! smile.gif Thank you!!
User is offlineProfile CardPM
+Quote Post

sam_benne
RE: Analog Clock Project Help
12 May, 2008 - 10:52 PM
Post #2

D.I.C Regular
Group Icon

Joined: 16 Jan, 2008
Posts: 298



Thanked: 1 times
Dream Kudos: 400
My Contributions
First of all this is VB6 not VB.NET second of all
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
User is offlineProfile CardPM
+Quote Post

anand_the_great
RE: Analog Clock Project Help
12 May, 2008 - 11:07 PM
Post #3

New D.I.C Head
*

Joined: 15 Apr, 2008
Posts: 34

Hello.
Joe all you need is a Timer (See in Toolbox) and a Label.

This is for the digital one, I'm not sure how to do analog.
For all my projects I have included only digital ones.
Ask some experts in forum.
Perhaps you have to add a Clock component.

This is the sample of how to display the digital of clock.

Drag that thing to Form.
Double click on it and enter this of line
Private Sub Timer1_Timer()
CODE

Label1.Caption = Time

End
***** Remember to set the value of 1000 in the Timer1 in property "Interval" window on the right.
This is to of set the timer asa 1 second interval to update your label1 like clock.
Besides that, you may wanna change the font type or size.
Anand.
User is offlineProfile CardPM
+Quote Post

sam_benne
RE: Analog Clock Project Help
13 May, 2008 - 12:10 AM
Post #4

D.I.C Regular
Group Icon

Joined: 16 Jan, 2008
Posts: 298



Thanked: 1 times
Dream Kudos: 400
My Contributions
Here is a link to a VB6 one
http://www.dreamincode.net/code/snippet225.htm
But not sure if it would work in VB.NET
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 11:23PM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month