Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/04/2012 in all areas

  1. Did you read and understand this? WinSetOnTop() might be something you should look at.
    1 point
  2. Yes. It was me. I saw how some dumb freaks use AutoIt for games automation giving it nothing but bad name and I decided to put end to it. I created, with no fake modesty, trully amazing and brilliant plan. Then I executed it using several beta versions of AutoIt, bit by bit. Now in order to do the thing you do you have to use your brain. Isn't that something.
    1 point
  3. water

    Is there a array limit?

    Give a try. It handles INI files without the 32K limitation.
    1 point
  4. It's set in the WNDCLASSEX struct when a custom class is registered (there is an example in WinAPIEx for a custom class gui: _WinAPI_RegisterClassEx.au3) GUISetCursor/GUICtrlSetCursor change an existing control class with SetClassLongEx GUICtrlCreateLabel("", 10, 30, 70, 30, $SS_GRAYFRAME) $hCursor = _WinAPI_LoadCursor(0, $IDC_HAND) ;system cursors do not have to be deleted - no memory leak _WinAPI_SetClassLongEx(GUICtrlGetHandle(-1), $GCL_HCURSOR, $hCursor);original system cursor (returned by SetClassLongEx) does not have to be deleted. (no memory leak) ;_WinAPI_DestroyCursor($hCursor)
    1 point
  5. What you're looking for isn't available from AutoIt, the closest you'll come to that is
    1 point
  6. @wakillon: thanks for the link! Here what I got so far: http://pastebin.com/wJt0Fg7f Br, UEZ
    1 point
  7. Hi UEZ may be USkin.chm in english can help you...
    1 point
×
×
  • Create New...