Allows to check if projector is running on Windows 9x/Me or on Windows NT/2000.
-- Generic behavior to check Windows Platform
-- KeyboardControl Xtra 1.1 or later required
on getBehaviorDescription
return "Detects Windows Platform, 9x/Me or NT/2000"
end
on mouseDown
detectPlatform
end
on detectPlatform
set Platform = KeyboardControlGetWin32Platform()
case Platform of
"95": set Platform = "Windows 9x/Me"
"NT": set Platform = "Windows NT/2000"
end case
alert ("This is " & Platform)
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA