Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Terry's API Corner - Lock computer (Win 2k only)

From: depotcity:telus at: 15-Jun-2001 20:53

Lock up your workstation from a view button... windows 2000 only. REBOL [] a: %/c/winnt/system32/user32.dll b: load/library a c: "LockWorkStation" R: make routine! [] b c view layout [ button "Lock Computer" [R] ]