Jump to content

Recommended Posts

  • Moderators
Posted (edited)

don't direct me just tell me the code

thanks

Are you kidding? This isn't a drive up service center.

Edit:

No wonder you can't find anything on your own, you can't even post in the right forum... moving to Support.

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted (edited)

As exodius was saying... read the helpfile.

Step 1: Analyze what you want to do:

capture screen shot into jpeg format

Step 2: Try searching the helpfile for "Screen Capture"

Result: Wow! Look at that! There's a function called "_ScreenCapture_Capture"

Step 3: Click on the link for "_ScreenCapture_Capture"

Step 4: Look at the example provided in the helpfile:

#include <ScreenCapture.au3>

; Capture full screen
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image1.jpg")

; Capture region
_ScreenCapture_Capture(@MyDocumentsDir & "\GDIPlus_Image2.jpg", 0, 0, 796, 596)
Imagine that! It's like magic!

Edit: Seriously, you generally ask smarter questions then that.

Edited by Achilles
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Posted

i know this function man and not working with my updated autoit

i'm currently using lazycat dll file but i want it through autoit

and thanks for replying and no this not a service center

  • 1 year later...
Posted

Did you read any of this thread? You also bumped an old thread with an only loosely related question. What code do you have so far? We know you need help; that is why it is in the general help and support forum. There is no need to string tons of .s or to emphasize the last letter or words.

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
×
×
  • Create New...