Jump to content

4Eyes

Active Members
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    1

4Eyes last won the day on September 14 2012

4Eyes had the most liked content!

Profile Information

  • Location
    SydStralia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

4Eyes's Achievements

Universalist

Universalist (7/7)

10

Reputation

  1. water, thanks for your reply. The console output follows: >"C:\Program Files (x86)\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Program Files (x86)\AutoIt3\CryptoNG\Examples\CryptoNG_Examples.au3" C:\Program Files (x86)\AutoIt3\CryptoNG\CryptoNG.au3 (9) : ==> Error opening the file.: #include <_WinAPIMem.au3> I found the issue. The current beta 2.2.14.5 installs into C:\Program Files (x86)\AutoIt3\Beta. I moved those files up 1 level and now all ok. Thanks for your help. 4Eyes
  2. Hello all. I've been away from AutoIT for way too long. It seems in my absence, I'm not up to date with add-ons. I'm trying to run the example files for CryptNG and the main module needs WinAPIMem.au3 but I don't have it and can't find it here. I have installed the latest version of AutoIT. Could some kind person explain where I've gone wrong please? 4Eyes
  3. You need to read the forum rules! Talking about gamebots is strictly verboten here.
  4. MouseSpotter, Thanks, that did it, but where did you come up with that? 802? 4Eyes
  5. Folks, I think this may have been asked and answered before, but having searched I can't find the answerm although I think it's related to GUICoordMode. I have a window with some icons in it. I want to be able to resize the window without moving the icons, just clip whatever doesn't fit inside the window. I have included below a simple script to show the problem. Thanks for any help. #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> GUICreate(" My GUI Icons", 250, 250, -1, -1, BitOR($WS_SIZEBOX, $WS_MAXIMIZEBOX, $WS_MINIMIZEBOX)) GUICtrlCreateIcon("shell32.dll", 10, 20, 20) GUICtrlCreateIcon("shell32.dll", 7, 20, 75, 32, 32) GUISetState() While 1 Local $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd GUIDelete()
  6. To finish this thread I can confirm that a compiled exe does not run while logged off under Windows XP. I haven't tested under Windows 7.
  7. @JohnOne, I'm well aware of Shutdown() but dunno if it works while logged off which was the point of this thread. Thanks for your suggestion though. @Tim H, that's it! I didn't even see that option but it works a treat. Thanks.
  8. Under Windows 7 I can set up a scheduled task to shutdown a pc at a predetermined time IF it is logged in, but this does not work when it's logged out? It just sits there.... I'm pretty sure that PowerOff 3 used to do this under XP but doesn't work correctly with Win 7 64 bit. Does this sound like the program doing the shutdown would need to run as a service?
  9. Try the download from here: http://www.papercut.com/download/ng/
  10. @Javik, This may suit you: http://www.papercut.com/tour/print-release-stations/ It looks like a revamped version of software used at one of the schools I work at. Their version uses a plastic card similar to a credit card. The students pay for print credit and use that to pay for printouts. No job is printed until paid for. There's no preview though in the software I've seen. @blkpythn, There's also a free version for networks of 5 or less users.
  11. @Programings, you'll probably find that each NIC and mobo manufacturer have their own way to control the LEDs and I doubt they're going to advise how to monitor it. There are better ways to seed the randomiser too.
  12. Of course I'm paying attention.
  13. bickpythn, I work at 2 schools amongst others and feel your pain. At one school they use a hardware/software solution which won't suit you. At the other it is chaos as the pc's and printers are all networked and visible. This is not a software solution, but could you connect the printers to as many pc's as necessary locally then restrict access to them? If the documents were then dumped into a network share you could control to an extent which gets printed etc. With a number of shares dedicated to who can and cannot print you could perhaps then script the printing action. Just a thought... maybe way off base for you.
×
×
  • Create New...