Jump to content

Seroko

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Seroko

  1. Please don't say this isn't possible, it might not be directly? but I've been reading on it and this seems to be the path you want to take and I'm trying to figure all this out.. Disable MinAnimate effect Transparent the window (PrintWindow can take a snap from such a window) Restore the Window Capture Minimize it again Remove transparency Enable MinAnimate effect Now... I know to disable the MinAnimate effect you do it through a dll call (user32.dll) SystemParametersInfo, SPI_SETANIMATION, We can get/set the effect status in ANIMATIONINFO structure. Now, I think I can do every thing else on my own I am just confused on this dll call, if anyone can help me it'd be greatly appreciated.
  2. Hello! I've used Autoit on and off for a while and feel comfortable with it, but lately I switched systems to win7, now im noticing several things have issues with full screen games (For example, vent hotkey wouldn't work until I ran it as admin (And it had an extra direct x key detection or something... hell i don'tremember now) Well needless to say, Autoits SetHotkeys don't work either, I compiled the script and ran it as admin, still, nothing. does anyone have any suggestions / workarounds to it? tl;dr Need a way to execute a function everytime a button is set SetHotKey don't work Edit: And Yes, it works on things NOT full screen, just not the full screen stuff.
  3. I've been using DllCall user32.dll ~ to send keypresses (I found an example in an old script and modified it to my needs) and this works fine, but it had no way of just sending keydown, I tried modifying it but nothing worked. Anyone care to help me out here? tl;dr Need to send keydown / keyup separate to a minimized window using window handle.
  4. I have been programming for several years I am not a COMPLETE retard when it comes to programming/scripting. But I have never used AutoIt till today. I am wanting to work on a thing for website OCR, I have wrote the OCR in c++ before but for a few various reasons I would prefer to do it in AutoIt. A few various questions, I have searched around a bit but learning anything is very slow cause it seems these forums are flooded with noobs requesting scripts and having no idea how to do anything on their own. Any who. Here is a list of questions I had and any answers is MUCH appreciated [Will use pseudo code to help explain]: 1) How can you target an image on a website for work. As in if the picture is $baseurl/img.php? 2) Can AutoIt edit this picture directly? If PixelColor(w,h) is $lnotWhatWeWant then PixelColor(w,h) = $white Those are my main two questions -- I am reading over pixel functions now, if theres any decent tuts on pixel work floating around care to pass it my way?
×
×
  • Create New...