-
Posts
1,213 -
Joined
-
Last visited
-
Days Won
7
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by JScript
-
_GUIResourcePic.au3 (UDF) - Supports GIF animation using GDI+
JScript replied to JScript's topic in AutoIt Example Scripts
@UEZ The way below also works on my test: #include "_GUIResourcePic.au3" _Example() Func _Example() Local $hGUI = GUICreate("GIF Animation", 200, 200), $bStart = False Local $iPic = _GUICtrlPic_Create("\Lear_jet-(128x100).gif", 0, 0, 0, 0) _GUICtrlPic_SetState($iPic, $GUI_GIFSTOP) GUISetState() While 1 Switch GUIGetMsg() Case -3 Exit Case $iPic ConsoleWrite('clicked' & @LF) EndSwitch Switch GUIGetCursorInfo($hGUI)[4] Case $iPic If Not $bStart Then _GUICtrlPic_SetState($iPic, $GUI_GIFSTART) $bStart = True EndIf Case Else If $bStart Then _GUICtrlPic_SetState($iPic, $GUI_GIFSTOP) $bStart = False EndIf EndSwitch WEnd EndFunc JS- 67 replies
-
- gif
- gif animated
- (and 4 more)
-
All your codes are very interesting, somehow ends up completing one another! Thanks for sharing another pearl. JS
-
Nice! You have some examples to provide us? SSControlHover_Register($idCtrl, $aIdAttachedCtrl, _ $fnNormalCb, $vNormalData, $fnHoverCb, $vHoverData, $fnActiveCb, $vActiveData) Something like popular the sentences below ; #FUNCTION# ==================================================================================================================== ; Name ..........: SSControlHover_Register ; Description ...: ; Syntax ........: SSControlHover_Register($idCtrl, $aIdAttachedCtrl, $fnNormalCb, $vNormalData, $fnHoverCb, $vHoverData, ; $fnActiveCb, $vActiveData) ; Parameters ....: $idCtrl - An integer value. ; $aIdAttachedCtrl - An array of unknowns. ; $fnNormalCb - A boolean value. ; $vNormalData - A variant value. ; $fnHoverCb - A boolean value. ; $vHoverData - A variant value. ; $fnActiveCb - A boolean value. ; $vActiveData - A variant value. ; Return values .: None ; Author ........: Your Name ; Modified ......: ; Remarks .......: ; Related .......: ; Link ..........: ; Example .......: No ; =============================================================================================================================== JS
-
How to make Counter Strike 1.6 Aimbot in AutoIT?
JScript replied to hexenos's topic in AutoIt General Help and Support
It is unfortunate the amount of idiots looking for that language to trifles as bots games! JS -
Is there any relation with SSD? JS
-
@wakillon This is not an elegant solution, is more like "ignorance"! Let it go, do not worry about it... JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
@wakillon Firefox 31.0 - I guess I better open another topic for not escape the current focus! JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
@Danyfirex Now work! @wakillon Your signature breaks the forum interface: '> JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
@ResNullius Yeah, sure, it makes more sense to me because I always thought the "snippets" should not have includes ... I also noticed that here is a little slow, I posted several snippets that are still here: http://www.autoitscript.com/forum/index.php?app=core&module=search&do=search&fromMainBar=1 JS
-
@Danyfirex Now it worked, but instead of 0 could be an empty string? JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
@Danyfirex Your program shows the publisher of utorrent as the Jos van der Zande, but "Add and Remove Programs" windows shows this: JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
@Danyfirex Result: JS
- 42 replies
-
- installed
- applications
-
(and 1 more)
Tagged with:
-
If the function exists and was created with the purpose that is stamped in her own name, why not use it ?! @Rizonetech Nice work! JS
- 17 replies
-
- internet
- networking
-
(and 1 more)
Tagged with:
-
DVI-Remote (Remote Desktop entirely in AutoIt) - OpenSource!
JScript replied to JScript's topic in AutoIt Example Scripts
Friends, have a few details that are delaying the release of a new version, one reason is the new "recording system for bitmaps in cache" on the local computer, thus you gain agility and performance for a particular image is only sent by the computer remote only once, it is excellent for slow connections with rates of around 128kbps upload! But I discovered a side effect in this system that I implemented... Look at the picture below: Picture 1: The remote computer is based on Windows XP SP3, running on a virtual machine with the following configuration: Figure 2: The network card is configured with the following options: Picture 3: Based on the Figure 1, we see that the Bitmap "About Notepad" already sent once and saved to the local cache indicated by the "tip" below titled "Load Bitmap from cache". But before I had written on "Notepad" to the remote computer phrase: "Falha do cache" (Cache Failed) I went to the [Help] menu and clicked on the option [About Notepad], with the Bitmap that was sent along with the phrase I mentioned above. Ok, so far so normal, but when you close the window, I removed the sentence and went back on the menu and as they can be seen in Figure 1, the phrase appeared along with the Bitmap that was in the cache!!! Well, that's it, I'm trying to solve the problem, although this "side effect" is very rare to happen, but it happens! JS -
CreateFilesEmbedded.au3 - Like FileInstall...
JScript replied to JScript's topic in AutoIt Example Scripts
@topten I'll update the program for the current version of AutoIt, then make a new tutorial explaining what you want ok? So long, JS- 54 replies
-
- embedded
- fileinstall
-
(and 2 more)
Tagged with:
-
New SciTE4AutoIt3 available with updated SciTE v3.4.4
JScript replied to Jos's topic in AutoIt Technical Discussion
@AdmiralClaws Thanks buddy, but unfortunately I do not understand! Yes, I know, but I just posted the question for the simple fact that I have not understood how to do this in practice!Forgive me if my intelligence is not enough to understand something that is very simple for you, but it would be great If you could reproduce an example. JS -
New SciTE4AutoIt3 available with updated SciTE v3.4.4
JScript replied to Jos's topic in AutoIt Technical Discussion
JS -
Unable to delete Autoit compiled exe
JScript replied to MrBedo's topic in AutoIt General Help and Support
Or try this in pure AutoIt: JS -
Also confirmed in keyboard PT-BR! @Zohar Post your code so we analyze better... JS
-
New SciTE4AutoIt3 available with updated SciTE v3.4.4
JScript replied to Jos's topic in AutoIt Technical Discussion
What section below I add this item?: JS -
New SciTE4AutoIt3 available with updated SciTE v3.4.4
JScript replied to Jos's topic in AutoIt Technical Discussion
How can I change the path of execution (marked in bold)?: The reason: I'm using a SSD HD and I want to spare the life of him. JS