Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


display how many seconds windows has been running
 

 

'display how many seconds windows has been running

Private Declare Function GetTickCount& Lib "kernel32" ()

Private Sub Form_Load()
Dim lngReturn As Long
lngReturn = GetTickCount()
MsgBox ("Windows has been running for " & (lngReturn / 1000) & " seconds.")
End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
display serial port configuration(VBScript)
Returns the System folder(VB)
delete a directory(C Sharp)
text alignment(CSS)
removes a folder(VB)
get current url using PHP_SELF(PHP)
draw an arc(VB)
Show MySQL tables(PHP)

    




Copyright © 2003 by programmershelp.co.uk