| Author |
Message |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
App Guy
Replies: 129
Views: 15763
|
Forum: Scripts & Functions Posted: Thu Nov 04, 2010 7:55 pm Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
| Im getting a couple of nonexistent function errors when running 7plus.ahk with AutoHotKey_L 32Bit ANSI. I dont know if this is a problem on my side (which it probably is). |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
App Guy
Replies: 129
Views: 15763
|
Forum: Scripts & Functions Posted: Thu Nov 04, 2010 6:05 pm Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
| when i compile it, do i need the 64bit version of Autohotkey_L installed? |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
App Guy
Replies: 129
Views: 15763
|
Forum: Scripts & Functions Posted: Thu Nov 04, 2010 3:22 pm Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
| Would 64bit be the reason why the explorer crashes every time i hit the desktop? |
Topic: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
App Guy
Replies: 129
Views: 15763
|
Forum: Scripts & Functions Posted: Thu Nov 04, 2010 3:07 am Subject: 7plus - Improve Explorer/Win, Launcher, Automation [AHK_L] |
| I seem to have a problem. When ever i run this and click an empty space on the desktop, "Windows Explorer has stopped working" box appears. I would like to know if there is a quick fix to th ... |
Topic: [Solved]INI Help |
App Guy
Replies: 2
Views: 516
|
Forum: Ask for Help Posted: Wed Apr 22, 2009 8:54 pm Subject: [Solved]INI Help |
I am having trouble with this script. I am trying to do:
1. Be able to change the internet browser in searches with and write/read that from an ini
2. For the options menu, show what one is selected ... |
Topic: Login code |
App Guy
Replies: 4
Views: 293
|
Forum: Ask for Help Posted: Wed Apr 01, 2009 7:36 pm Subject: Login code |
| The code is fixed now. It was to big to fit in the [code] tags. It should function now |
Topic: Login code |
App Guy
Replies: 4
Views: 293
|
Forum: Ask for Help Posted: Tue Mar 31, 2009 11:33 pm Subject: Login code |
I need help with logging in to a website with ahk with an inputted username and password. I need help with the function for the Ok button.
Here is the script:
To big to fit here so I have it [url= ... |
Topic: Login script Help!! |
App Guy
Replies: 4
Views: 419
|
Forum: Ask for Help Posted: Sat Mar 28, 2009 5:57 pm Subject: Login script Help!! |
| Yes it does, thank you for the help |
Topic: Login script Help!! |
App Guy
Replies: 4
Views: 419
|
Forum: Ask for Help Posted: Sat Mar 28, 2009 1:45 pm Subject: Login script Help!! |
| It is part of a bigger script. I don't want it to exit the app. |
Topic: Login script Help!! |
App Guy
Replies: 4
Views: 419
|
Forum: Ask for Help Posted: Fri Mar 27, 2009 9:33 pm Subject: Login script Help!! |
Login = Portableapps Login
Gui, 2:+ToolWindow
Gui, 2:Add, Edit, x92 y12 w110 h20 ,
Gui, 2:Add, Edit, x92 y42 w110 h20 ,
Gui, 2:Add, Text, x12 y12 w70 h20 vPUsername, Username
... |
Topic: download file if it does not exist and move it |
App Guy
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Mon Mar 16, 2009 9:28 pm Subject: download file if it does not exist and move it |
| I am still having trouble with it. Since it doesn't allow variables it will be kind of hard since I am trying to make this a portable application. |
Topic: download file if it does not exist and move it |
App Guy
Replies: 2
Views: 296
|
Forum: Ask for Help Posted: Mon Mar 16, 2009 9:05 pm Subject: download file if it does not exist and move it |
I am trying to make this code work but my problem is the FileMove function.
I don't know what to do.
Here is the code:
#NoEnv
SendMode Input
#SingleInstance Force
ProgramName = Portableapps Se ... |
Topic: download file if it does not exist |
App Guy
Replies: 3
Views: 377
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 8:03 pm Subject: download file if it does not exist |
| I don't want it to exit the app though. It is a picture that is shown. |
Topic: download file if it does not exist |
App Guy
Replies: 3
Views: 377
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 7:24 pm Subject: download file if it does not exist |
| I was wondering if there is a way to have a script download a file if it does not exist in the directory but not do it if it is already there. |
Topic: Make listbox items unclickable |
App Guy
Replies: 5
Views: 446
|
Forum: Ask for Help Posted: Wed Mar 11, 2009 12:37 am Subject: Make listbox items unclickable |
| That is kinda fuzzy to me. |
| |