ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

IDEA: Double-click makes a new folder

<< < (7/7)

f0dder:
it contains torjan binded be aware >:(
-javafreak (September 21, 2009, 06:36 AM)
--- End quote ---
Perhaps you want to upgrade your antivirus solution to one that Doesn't SuckTM? False positives is a pretty well-known problem with AutoHotKey generated executables.

paarkhi:
Ok guys, Avast was also giving warnings and didn't allow me to even download it, but i disabled the whole AV and downloaded as it was from a trusted Source i.e. DC, but again after downloading it didn't allow me to run, again disabled and executed but it does nothing on my windows 7 OS.

I think the author has to really see into this...


paarkhi:
it contains torjan binded be aware >:(
-javafreak (September 21, 2009, 06:36 AM)
--- End quote ---
Perhaps you want to upgrade your antivirus solution to one that Doesn't SuckTM? False positives is a pretty well-known problem with AutoHotKey generated executables.
-f0dder (September 21, 2009, 07:52 AM)
--- End quote ---
Sir, I beg to differ, Same case with me with Avast AV, but the language which he has used was not acceptable.
surprisingly it doesn't happen with any other AHK or EXE downloaded from here.

Contro:
Compiled script uploaded.
- The file name is selected after it is created so you can easily rename it
- You can choose if you want the script to create text files or folders (text files are created by default - see the Config.txt file thats in the zip)

Sorry but I couldn't figure out a way to work with the desktop (wasn't sure how to detect if a file was or wasn't selected on the desktop)
-Conquer (February 10, 2009, 03:29 PM)
--- End quote ---

I am trying this script. First AVG detects as a false virus. No problem.
But now I don't understand how function.
I double click but nothing happen.
A tutorial please
xp+sp3

Best Regards


kalos:
;create folder by double clicking on empty space
IsOverTitleBarCaption(x, y, hWnd)
{
   SendMessage, 0x84,, (x & 0xFFFF) | (y & 0xFFFF) << 16,, ahk_id %hWnd%
   return (ErrorLevel == 2)
}
--- End quote ---

Navigation

[0] Message Index

[*] Previous page

Go to full version