Setting System Time
Visual Basic
6
Posts
3
Posters
0
Views
1
Watching
-
Does anyone know of a way to set the PC's system time in VB? Thanks NR_
------------------------------------------ I beat the internet - the end guy is hard.
_
use SetLocalTime API function to set date and time.
-
use SetLocalTime API function to set date and time.
-
Yes I found it thanks - I was having trouble using the API but I finally figured out that the SystemDate Structure items had to be Short not Integer :)! Thanks_
------------------------------------------ I beat the internet - the end guy is hard.
_
-
Yes I found it thanks - I was having trouble using the API but I finally figured out that the SystemDate Structure items had to be Short not Integer :)! Thanks_
------------------------------------------ I beat the internet - the end guy is hard.
_