473,396 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Clock in Form

JDW
How can I set an analogue clock in a Form ?

JDW
Belgium
Europe.
Mar 12 '06 #1
2 2003
JDW wrote:
How can I set an analogue clock in a Form ?

JDW
Belgium
Europe.

Create a field to display time in whatever format you like. Then set a
timer interval in the form to update the time. Check out the
TimerInterval and OnTimer properties in the form's property sheet.

Be aware that the overhead on the form will slow the form down. Also,
remember that the timer interval is in milliseconds. Thus, 1 second is
1000.

Your OnTimer event might be something like
Me.TextField = Time()

It might be better to simply have the folks look at the time in the
start bar.
Mar 12 '06 #2
JDW

"salad" <oi*@vinegar.com> schreef in bericht
news:0g*****************@newsread3.news.atl.earthl ink.net...
JDW wrote:
How can I set an analogue clock in a Form ?
JDW
Belgium
Europe.

Create a field to display time in whatever format you like. Then set a
timer interval in the form to update the time. Check out the
TimerInterval and OnTimer properties in the form's property sheet.

Be aware that the overhead on the form will slow the form down. Also,
remember that the timer interval is in milliseconds. Thus, 1 second is
1000.

Your OnTimer event might be something like
Me.TextField = Time()

It might be better to simply have the folks look at the time in the start
bar.


Thanks,
but look at http://wereld.startkabel.nl/k/wereld/index.php?nr=1
This is the clock I want in a Form...

JDW
Mar 14 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Randy Shore | last post by:
I have developed an Access application that replaces the paper scoresheet scoring for QuizBowl competitions with live, lap-top based scoring. Among other tasks the application displays a score...
54
by: CoreyWhite | last post by:
The following experiment is a demonstration of TIME TRAVEL. When writing this program, and testing it out I found that sometimes the program would engage itself in time travel but other times it...
3
by: Avi G | last post by:
Hi, i work with VS 2005 and i need to know how to put the windows time(Clock) on my label that it is on the form that i will see the full time include the second as they move, and i need to know...
4
by: Shawn Yates | last post by:
I am fairly new to MS Access and VB but thanks to many of the posts on this site I have found solutions to my problems. I have been searching all day, however, for an answer to my current problem...
5
by: apartain | last post by:
I wanted to add a clock feature to a form for both Start Time and End Time fields. I followed the instructions from the Help files to make the Start Time work smoothly. The Help files only gave the...
24
by: mohsinalishah444 | last post by:
Dear All, PLZ TELL ME THE SOURCE CODE OF DIGITAL CLOCK IN C LANGUAGE . I REALLY NEED IT AND I DONOT KNOW HOW TO USE C LANGUAGE . ACTUALLY I WANT TO MAKE A CLOCK IN LINUX >IF ANY BODY POST ME THE...
5
by: tbeers | last post by:
Good morning. Is there a way to put a clock on a form? I know you can add a unbound box with default set to now() which gives you a date stamp when the form opens. How do put a clock on a from...
3
by: newkhan | last post by:
Hello, In my recent project I have to make a form in which clock time should be shown. Means my form will be active upto 40 minutes and the time should be shown on form. When user will start...
0
fayazmd
by: fayazmd | last post by:
Hi, I am creating an analog clock on my form by paint method. By default it is displaying at top left corner of my form. i wanted to put that clock wherever i want, means i want to display that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.