AutoHotkey Community

It is currently May 24th, 2012, 1:27 pm

All times are UTC [ DST ]


Search found 15 matches
Search these results:

Author Message

 Forum: Scripts   Topic: An example of using Virtual ListView in AHK

Posted: May 11th, 2010, 3:34 am 

Replies: 4
Views: 2199


Resizing column makes script freeze here. Items are not visible in the list until scrolling. It would be interesting to see how this script behaves when ported to AHK_L. When I did so for my problematic ListViews problems did disappear (or minimize or change) due to the "fix" Lexikos incl...

 Forum: Scripts   Topic: An example of using Virtual ListView in AHK

Posted: May 10th, 2010, 2:15 pm 

Replies: 4
Views: 2199


Here's the story: http://www.autohotkey.com/forum/viewtopic.php?t=57511&highlight=virtual+list And here's the example: http://images.cnblogs.com/cnblogs_com/yonken/229801/o_1.gif Really fast, isn't it? (even faster than nDroid , I think :oops: ) That's my first try to implement a virtual listvie...

 Forum: Support   Topic: How to detect antivirus software's virusLib date?

Posted: September 16th, 2005, 12:33 pm 

Replies: 4
Views: 582


XP sp2 Windows Security Center can get the antivirus software's virusLib date and scan engine version, nomatter what kind of antivirus software you use.

Maybe we can get the info from registry? Where the info stored?

 Forum: Support   Topic: How to detect antivirus software's virusLib date?

Posted: September 16th, 2005, 12:00 pm 

Replies: 4
Views: 582


How to detect antivirus software's virusLib date or scan engine version and so on?

I know Windows Security Center can do this, but how about AHK?

 Forum: Suggestions   Topic: Improve URLDownloadToFile command

Posted: September 11th, 2005, 5:47 am 

Replies: 5
Views: 1308


Quote:
The file is obtained from IE cache whenever possible


Maybe we should disable this function optional? For example, add forcemode for it?

How to monitor the progress of URLDownloadToFile so we can display the progress in GUI?

 Forum: Support   Topic: A problem of checking update

Posted: September 7th, 2005, 6:25 am 

Replies: 3
Views: 551


Invalid User wrote:
perhaps the download appends it to the file...

Reminder: Delete your temp files in the exit routine.


It not works! :cry:

 Forum: Support   Topic: A problem of checking update

Posted: September 7th, 2005, 5:54 am 

Replies: 3
Views: 551


I think I got the solution, but sometimes it not works! RegRead, IETempdir, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders, Cache IfExist, %IETempdir%\version.txt FileDelete, %IETempdir%\version.txt CurrentVersion = 1.0 URLDownloadToFile, http://127.0.0.1/msg/ver...

 Forum: Support   Topic: A problem of checking update

Posted: September 7th, 2005, 5:11 am 

Replies: 3
Views: 551


I wrote a script for checking update and I launch a HTTP server on my computer, the content of "version.txt" is something like "1.0" or "2.1". updatelabel: CurrentVersion = 1.0 URLDownloadToFile, http://127.0.0.1/version.txt, %Temp%\version.txt FileRead, NewVer, %Temp%\version.txt If NewVer > %Curre...

 Forum: Support   Topic: How to differentiate the buttons with the same name?

Posted: August 5th, 2005, 5:01 pm 

Replies: 1
Views: 498


For some reason, I have to make 2 or more buttons with a same name such as the following example: ; Generated using SmartGUI Creator 3.5.1 Gui, Add, Button, x26 y40 w80 h30, &Run Gui, Add, Button, x156 y40 w80 h30, &Run Gui, Show, x440 y227 h125 w272, Generated using SmartGUI Creator 3.5.1 R...

 Forum: Support   Topic: I still can't understand this!

Posted: July 18th, 2005, 1:15 pm 

Replies: 2
Views: 862


Thanks.
I think I got it. :lol:

 Forum: Support   Topic: I still can't understand this!

Posted: July 18th, 2005, 1:00 pm 

Replies: 2
Views: 862


About "~" This hotkey's native function shouldn't be suppressed (hidden from the system) when the hotkey fires. In both of the below examples, the user's click of the mouse button will be sent to the active window when it normally wouldn't be: ~RButton::MsgBox You clicked the right mouse button. ~R...

 Forum: Support   Topic: How to create a good register program?(1/3 solved)

Posted: July 9th, 2005, 12:24 pm 

Replies: 5
Views: 605


Thank you so much BoBo! Genius you are! :D It works so good!

Now I am still waiting answers for question 1 & 2...

 Forum: Support   Topic: How to create a good register program?(1/3 solved)

Posted: July 9th, 2005, 12:12 pm 

Replies: 5
Views: 605


ButtonRegisterme: GuiControlGet, edit1 GuiControlGet, edit2 U&PW = %edit1%%edit2% If U&PW in yonken5B449C3F-9D83E275-36E7D0D2 MsgBox, 0, Congratulation %edit1%!`nYou've registered successfully. Else MsgBox, 0, Shit happens!!!Invalid Username and/or S# ! Return An error occured so it does no...

 Forum: Support   Topic: How to create a good register program?(1/3 solved)

Posted: July 9th, 2005, 10:22 am 

Replies: 5
Views: 605


Actually, I tried to made a script for this purpose, but it's faulty :cry: Here's my bad script: Gui, Color, EEAA99 Gui, Font, S24 CDefault Bold, Verdana Gui, Font, S10 CDefault Bold, Verdana Gui, Add, Edit, Limit10 x146 y30 w90 h20, Gui, Add, Button, x36 y30 w90 h20,&Get ID Gui, Add, Edit, Uppe...

 Forum: Support   Topic: Can AutoHotkey hide the cursor?

Posted: July 7th, 2005, 5:52 am 

Replies: 1
Views: 605


I can't find a way to hide the cursor while the script running. I mean not to display the cursor and its moving trace. I created a script to automate the installation of some software. I use Mouse Control command such as ControlClick and MouseClickDrag, and I also use BlockInput to disable keyboard ...
Sort by:  
Page 1 of 1 [ Search found 15 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group