| Author |
Message |
Topic: Get all changed files in a directory |
SamuelPlentz
Replies: 0
Views: 229
|
Forum: Ask for Help Posted: Fri Feb 16, 2007 4:24 pm Subject: Get all changed files in a directory |
Hi I want to write a program which logs every file that is created or removed in a directory.
I wish to write something like:
InitWatchDir("C:\Program Files\")
Loop{
... |
Topic: Install AHK syntax highlighting and clips for PSPad v2 |
SamuelPlentz
Replies: 77
Views: 17555
|
Forum: Scripts & Functions Posted: Mon Feb 05, 2007 10:38 am Subject: Install AHK syntax highlighting and clips for PSPad v2 |
If i install the script into the beta of PSPad the ability to use the Codeexplorer is lost. I think the script has to be adjusted.
I wrote an correction request concerning the hot keys to the autho ... |
Topic: v1.0.46 released: SubStr() and more expression operators |
SamuelPlentz
Replies: 112
Views: 12943
|
Forum: Announcements Posted: Mon Dec 04, 2006 10:03 am Subject: v1.0.46 released: SubStr() and more expression operators |
LV_ModifyCol(1,"60 Integer"), LV_ModifyCol(2,"60 Integer"), LV_ModifyCol(3,"36 Center")
LV_ModifyCol(4,"36 Integer"), LV_Modify ... |
Topic: can someone simply interpret this script for me plz? |
SamuelPlentz
Replies: 2
Views: 318
|
Forum: Ask for Help Posted: Thu Jul 27, 2006 10:10 pm Subject: can someone simply interpret this script for me plz? |
I think you are right with this line:
GetKeyState, MButtonState, LButton, P
It makes only sense 2 me, if MButton is used
Also pros can make mistakes. Believe me
MouseClick, left,,, 1, 0, D
... |
Topic: TreeView Selection |
SamuelPlentz
Replies: 6
Views: 473
|
Forum: Ask for Help Posted: Wed Jul 26, 2006 2:54 pm Subject: TreeView Selection |
I just saw that the ini write and read methods were very quick. And I am a lazy programmer and so I decided to load values from there... But once again thank you for your quick 2 cents
If it ... |
Topic: TreeView Selection |
SamuelPlentz
Replies: 6
Views: 473
|
Forum: Ask for Help Posted: Wed Jul 26, 2006 1:20 pm Subject: TreeView Selection |
Thanks for your very fast 2 cents
I only need max 100 entrys (avg 20) and i aditionally have to save the data in this inis, so I decided to take this way. And deletion is not done so often.
... |
Topic: TreeView Selection |
SamuelPlentz
Replies: 6
Views: 473
|
Forum: Ask for Help Posted: Wed Jul 26, 2006 12:39 pm Subject: TreeView Selection |
So finally i rewrote the important things: And unfortunatly the bug didnt appeared again. But could you please have a look, perhaps there are improvements. (Or the bug just hided some minutes)
The ... |
Topic: TreeView Selection |
SamuelPlentz
Replies: 6
Views: 473
|
Forum: Ask for Help Posted: Wed Jul 26, 2006 10:45 am Subject: TreeView Selection |
I have a problem (using current version: 1.0.44.08 )
I have a TreeView Control, and I handle all select events ("S")
Always when a new Item is selected I load some new values to othe ... |
| |