| Author |
Message |
Topic: Count a doubleclick |
unsmart3d
Replies: 10
Views: 885
|
Forum: Ask for Help Posted: Thu Oct 12, 2006 6:28 pm Subject: Count a doubleclick |
| I really like this code! I was wondering how I could implement this into a GUI I am creating. I am using double-clicks (and would rather use triple-clicks) to highlight information in a web browser. ... |
Topic: Timer to watch for files being inserted into a folder - GUI |
unsmart3d
Replies: 1
Views: 227
|
Forum: Ask for Help Posted: Wed Sep 13, 2006 12:11 am Subject: Timer to watch for files being inserted into a folder - GUI |
I have been trying to design a program to watch for files being inserted into a specific folder. I originally thought that I would use the code idea of: Loop
IfExist, C:\Filedrop\*.* I don ... |
Topic: GuiControl to Change a Picture over a Background Picture |
unsmart3d
Replies: 6
Views: 370
|
Forum: Ask for Help Posted: Thu Apr 06, 2006 6:23 pm Subject: GuiControl to Change a Picture over a Background Picture |
My OS is Windows XP Pro SP 2
I rewrote the program so that I wouldn't need to put an image on top of another, so I'm not too worried about it anymore.
Thanks! |
Topic: GuiControl to Change a Picture over a Background Picture |
unsmart3d
Replies: 6
Views: 370
|
Forum: Ask for Help Posted: Tue Mar 21, 2006 7:59 pm Subject: Example Code: |
Here is the code:
#SingleInstance force
Menu, Tray, Icon, C:\windows\system32\SHELL32.dll, 44
Gui, font, s10, Verdana
Gui, Add, Text, X60, Task Review
Gui, Add, Text, X35, Beta Version 0. ... |
Topic: GuiControl to Change a Picture over a Background Picture |
unsmart3d
Replies: 6
Views: 370
|
Forum: Ask for Help Posted: Tue Mar 21, 2006 3:22 am Subject: GuiControl to Change a Picture over a Background Picture |
I'm making a program that updates certain items based on variables.
It's set up with a permanent background picture (bmp) and little bitmats (10x10) added to the top.
The little bitmats can be added ... |
| |