I need help using GetSystemTime under VB on a WinXP platform:
When I Declare:
Public Declare Sub GetSystemTime Lib "kernel32" (lpSystemTime As SYSTEMTIME)
It gives me an error like:
"User-defined type not defined", and I beleive that it's reffering to the "As SYSTEMTIME" area.
Can someone please show me how I could show the current time in a lablel when I press a command button.
Thanx,
Mikelo2k
