Quote:
Originally Posted by Jakewoods Yess Know i CAn finally Play Wow at work that rocks but ever once and a while it freezes and i might get caught doing trhat what should i do? |
If the ini file isn't created before you use it, it would probably cause it to be slow. (Ini doesn't exist, and is created without being called first, which slows it down because it's being used during the function)
Try using it once before you actually need to.
After that, the ini file will always be there.
When in full screen, anything you can use could possibly be slow, though.
My advice: Since you're trying to play at work, without being seen, play in windowed mode! When in window mode, @SW_HIDE is virtually instant.
EDIT: I took out the iniwrite line. I realized it had no use except to tell you the last window hid. Who reads that anyway? lol...