Hi Scott,
I know that for the programming language itself, there's a .DLL file that's involved. I *think* you can call functions from a DLL file, but I'm not sure. Here's an example of an API call in RapidQ:
DECLARE FUNCTION SetWindowLong Lib "User32" Alias "SetWindowLongA" (hwnd as Long, nIndex as Long, dwNewLong as Long) as Long
Not how that compares with VB or C, but that's I do it. I've seen RapidQ code examples where the first few pages are nothing but API declarations LOL! Really useful though in forcing windows to the front, and setting sockets to non-blocking mode (that alone improved my program 100%).
I did notice an issue with HideGUI just now, though - if you run it from the command line, and use the /h parameter, and you've already hidden everything, HideGui actually un-hides everything. In other words, hiding twice cancels itself out. Is there a way to check if it's already been hidden? I've already fixed up my code so that it knows whether to call HideGUI or not, but it might be a good fail-safe
This is great... computer boots up, Sentinel loads, desktop and everything else disappears... patron signs in, everything comes back. Patron signs off, and *poof* it's gone again... I love it

Now libraries will be able to choose between specifying a few available programs, or open up the whole computer (sans Task Manager

) while still having time limits and automatic log-offs...
It almost makes me want to tell the Pharos folks, "anything you can do, I can do... almost as well... except that print queue stuff...

"