LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows 98 Clock

I need to modify the windows time from within my vi.
I've looked every where but can't find anything to help.

Any suggestions would be greatly appreciated.

Mike
0 Kudos
Message 1 of 2
(2,766 Views)
In article <38497973.449F630@Netcomuk.co.uk>,
Mike Dibble wrote:
> I need to modify the windows time from within my vi.
> I've looked every where but can't find anything to help.
>
> Any suggestions would be greatly appreciated.
>
> Mike
>
>

If you're fimiliar with Window programming, you should be able to find
the library function to modify the windows time. Then you could call it
by "CALL LIBRARY FUNCTION". Or you could write a simple C function by
visual C++ (and other language) and compile it into *.lsb which can be
called by "CODE INTERFACE NODE(CIN). Simple and neat.

Both of them are located in the advanced topic. See you manuals for
details. (chap 25?, G programming manual).

--
G. Chen
Ph.D. Candidate
Ohio Univeristy, Athens, O
H
--


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 2 of 2
(2,766 Views)