G Guest Mar 21, 2005 #1 Hi, in the old vb6 i can just write "timercount = Timer", how do i get the same vale in vb.net??
C Cor Ligthert Mar 21, 2005 #2 Notregister, this works in VBNet the same dim timercount as integer dim timer as integer = 100 timercount = timer Cor
Notregister, this works in VBNet the same dim timercount as integer dim timer as integer = 100 timercount = timer Cor
H Herfried K. Wagner [MVP] Mar 21, 2005 #3 notregister said: in the old vb6 i can just write "timercount = Timer", how do i get the same vale in vb.net?? Click to expand... \\\ Dim TimerCount As Double = DateAndTime.Timer ///
notregister said: in the old vb6 i can just write "timercount = Timer", how do i get the same vale in vb.net?? Click to expand... \\\ Dim TimerCount As Double = DateAndTime.Timer ///
C Cor Ligthert Mar 21, 2005 #4 Herfried, A that one, the one which I forever call the fourth timer Cor
H Herfried K. Wagner [MVP] Mar 21, 2005 #5 Cor, Cor Ligthert said: A that one, the one which I forever call the fourth timer Click to expand... ))
Cor, Cor Ligthert said: A that one, the one which I forever call the fourth timer Click to expand... ))