[external function declaration]
FUNCTION Integer GetSystemMetrics (Integer nIndex) LIBRARY "user32.dll"
[powerscript]
integer SM_NETWORK = 63
IF GetSystemMetrics(SM_NETWORK) > 0 THEN
MessageBox("", "Network is up")
END IF
Written and compiled by Réal Gagnon ©1998-2005
[ home ]