now.ticks does not work
- From: "Willie jan" <unknown@xxxxxxxxxx>
- Date: Wed, 17 Aug 2005 15:41:31 +0200
place this behind a button that fills a listbox.
as you will see the time is now and then 0 or filled in????????????
by hitting the button.
is there a way to determine the real elapsed time?
thanks, Willie
Dim T As Double
T = Now.Ticks
System.Threading.Thread.Sleep(3)
T = Now.Ticks - T
ListBox1.Items.Insert(0, T.ToString("0000000000000000"))
.
- Follow-Ups:
- Re: now.ticks does not work
- From: Cor Ligthert [MVP]
- Re: now.ticks does not work
- From: Jay B. Harlow [MVP - Outlook]
- Re: now.ticks does not work
- From: Ross Presser
- Re: now.ticks does not work
- From: Armin Zingler
- Re: now.ticks does not work
- Prev by Date: Set column values in a DataTable all at once?
- Next by Date: Re: ev.graphics
- Previous by thread: Set column values in a DataTable all at once?
- Next by thread: Re: now.ticks does not work
- Index(es):
Loading