473,396 Members | 1,784 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.

Timer not change if timer system changed?

2
to the point...

sample...

Expand|Select|Wrap|Line Numbers
  1. private sub Timer1_Timer()
  2.   me.caption = now
  3. end sub
  4.  
but this code if time system on windows has change time in my program changed too.

how i can to create program with timer control but if timer system has changed timer in my program not change?

please help me...
Dec 26 '10 #1
1 1121
Guido Geurs
767 Expert 512MB
Why putting Me.caption in timer if it may not change???
If You want start-time of program in title:
Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2. Me.Caption = Now
  3. End Sub
Dec 26 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Schuntermann Joerg \(IFAT IT MFG COC MES MAC\) | last post by:
This sounds like a trivial task: I'd like to change the default color settings for certain system elements (e.g. Control, Meu, Window) inside a C# program programatically during program...
2
by: revna | last post by:
I want to change my System clock with an c# programm, but dateTime are readonly, or? thanx for help
2
by: Montaque | last post by:
//Refersh the datagrid automatically.however,the callback function test() is not been invoked. any suggestions? the following lists the code private void AutoRefreshData() {...
1
by: George LAZAR | last post by:
how can I change the system current date (time) using c#? thank you George
6
by: eBob.com | last post by:
My VB.Net app will require a timer of some sort. So I did some research and decided to use System.Windows.Forms.Timer, I guess mainly because while I have practically no experience with Events, I...
2
by: Just Me | last post by:
I want to programmatically change the paper orientation of the systems default printer in such a way that the new orientation shows for the printer under: Start/Printer and Faxes Can anyone...
0
by: Vir | last post by:
Hi! Can anyone help me with this? I`ve searching on web but nothing found. The problem is: how can I change current system theme (Classic/Basic/Glass) in my C# project? For example: let's have...
1
by: =?Utf-8?B?QW1iIGs=?= | last post by:
Hi, Is there any way to change the system time using C#. Do i have to use some unmanged assemblies to do the same. Pl help
1
by: daniel2335 | last post by:
When running the simplest javascript in firefox I get a freeze if I change my system clock. Not sure if this is a javascript problem with setInterval call or a firefox problem. The code I used...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.