Jump to content

Minesweeper UDF


jvanegmond
 Share

Recommended Posts

No, I never got around to it then and I probably will never do it.

PixelGetColor can be a lot faster on Vista if you specify a window handle.

Thanks but this workaround didn't work for me. I read the solution is to copy parts of the screen to a bitmap with _WinAPI_BitBlt and then reading pixels with GetPixel in gdi32.dll in this bitmap. The problem is when the screen is changing quickly, then you have to do a lot of screen-capturing and it's slow again...

Link to comment
Share on other sites

Thanks but this workaround didn't work for me. I read the solution is to copy parts of the screen to a bitmap with _WinAPI_BitBlt and then reading pixels with GetPixel in gdi32.dll in this bitmap. The problem is when the screen is changing quickly, then you have to do a lot of screen-capturing and it's slow again...

For minesweeper, it would be perfect though.

http://www.autoitscript.com/forum/index.php?showtopic=63318

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...