timer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

in the old vb6 i can just write "timercount = Timer", how do i get the same
vale in vb.net??
 
Notregister,

this works in VBNet the same

dim timercount as integer
dim timer as integer = 100

timercount = timer

Cor
 
notregister said:
in the old vb6 i can just write "timercount = Timer", how do i get the
same
vale in vb.net??

\\\
Dim TimerCount As Double = DateAndTime.Timer
///
 
Herfried,

A that one, the one which I forever call the fourth timer

:-)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top