The text of this article is not in this database — only its details are. Read it on the old site: Working with Timer Control in VB.NET
17 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Working with Timer Control in VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
eddy liePosted Mar 15, 2012, 5:12 AM
Hi Mahesh I trying to discover random seed which is base on time in milisecond that have elapsed since January 1, 1970. My question is can we predicted the random number by algoritme time function in vb.net. I would appreciate your help mahesh, thanks.
Rocky sharmaPosted Oct 24, 2010, 3:13 AM
Your samples also enlightens me with using file stream. Thanks again
Ranjana SharmaPosted Oct 23, 2010, 3:44 AM
hello i m looking code for slide show in my asp.net web page,kindly provide me the coding,whn i used the coding which has given,its shows only one slide,kindly help me in this. Thanx Ranjana
udhaya kumarPosted Apr 26, 2010, 5:57 AM
Hi Mahesh. I have a clarification regarding the timer.tick. I am using timer.tick to read the data from a hardware. So the software gets the data at the interval of tick. I am able to run the tick in the interval to the minimum of 1ms. But I want to run this measurement in MicroSeconds. How to make get in to microseconds, if it is not possible with tick, is there any other option in VB.Net. Thanks in advance. Expecting your reply to my email id [email protected]
jon adrianPosted Oct 29, 2009, 2:06 AM
I have 2 buttons on the form, Button A and button B. I want to enable button A from 6am till 6pm from Monday to Friday and to disable button B during 6am until 6pm. And I want to disable button A from 6.01pm till 11.59pm. During saturday, only button B is enabled for the whole day. CAN YOU PLS HELP BECAUSE I CANT GET THE CODING RIGHT. THANK YOU IN ADVANCE..
Gustavo adolfo forero foreroPosted Sep 5, 2009, 11:30 AM
no puedo construir un temproizadro en wfp expresion blend no hay control timer en expresion blend como hago para construirlo con WFP vb.net 2008
shahed hussainPosted Jun 29, 2009, 3:48 AM
Hello my indian buddy! There isn't an AutoReset Property on the Timer Control.
Nigel KeyworthPosted Apr 27, 2009, 5:20 AM
Thanks this really helped for my MCPD exercise where I needed a timer fired event.
medo elmeligyPosted Feb 15, 2009, 7:39 PM
raly i need to say amazing good great code waiting for more
catherine DaldePosted Feb 3, 2009, 11:48 PM
how would i create a stopwatch program??? the program should be like this...there is two button namely start and stop.once i press the start button the stopwatch will count when i press the stop it will automatically stop and it will display the elapse time,,,please help me..
Rahul ChougulePosted Dec 25, 2007, 2:28 AM
Hi, Name is Rahul. I have one query about timer.Actually my application is interfacing with hardware for that we are sending Request key to COM port and recieving data. For this VB and VB.net requires minimum 10 milisecond to complete request so i can able to collect very less data whether i require large amount of data(Say e.g. currently i am getting 1200 datapoints but i reuire 3600 datapoints).Hardware is able to give large amount of data but our application is not able to execute that.Means can we set timer interval less than 10 milisecond or 1 milisecond.Or any other way to overcome from this complication. Please suggest. Thanks and Ragards Rahul
Mohsin ShaikhPosted Jun 12, 2007, 5:47 AM
HI Mahesh, I have created a application for PPC using C#. I want to launch the same application automatically after some time interval. I have done it by using the timer control but I wann to launch application without using it. What can we do for this?
Geetha BhatPosted Mar 20, 2006, 11:17 AM
Hi Mahesh, I am looking to code Elapsed time. My project contains Start, Stop and Elapsed Time. When Start button is clicked the first time - it should start with 00:00:00 and the the timer should be on and when Stop is clicked it should show the current time what was running. Elapsed time should contain between Start and Stop - it should contain hh:mm:ss elapsed between Start and Stop. Right now, I have Start and Stop time working. My start time is not showing zeros instead showing current time. Not sure how to do the elapsed time, since I am working with moving in strings. I could do it a long procedure, but was wondering if there is some function or method i can use to show elapsed time. I would appreciate your help. Thanks in advance. GB