| Author |
Message |
Topic: Login to Adsense and download the amount of money. |
beardboy
Replies: 7
Views: 1044
|
Forum: Ask for Help Posted: Tue Oct 23, 2007 1:05 am Subject: Login to Adsense and download the amount of money. |
| There are two ways that websites have you login. One is based on your URL that you send to them, the other is when you use FORM's to post your username and password. It looks like adsense has you post ... |
Topic: Window Resize / Repaint Bug |
beardboy
Replies: 4
Views: 679
|
Forum: Bug Reports Posted: Fri Feb 17, 2006 1:14 am Subject: Window Resize / Repaint Bug |
Thanks for the info, I hadn't seen that update and change.
thanks,
beardboy |
Topic: Window Resize / Repaint Bug |
beardboy
Replies: 4
Views: 679
|
Forum: Bug Reports Posted: Thu Feb 16, 2006 7:45 am Subject: Window Resize / Repaint Bug |
I know you like code examples....
Gui, +resize
Gui, Add, Button, x175 y+2 w40 h20 vAddTask, &Add
Gui, Add, Button, x+0 w40 h20 vEditTask, &Edit
Gui, Add, Button, x+0 w40 h20 vDone, &Do ... |
Topic: Window Resize / Repaint Bug |
beardboy
Replies: 4
Views: 679
|
Forum: Bug Reports Posted: Thu Feb 16, 2006 7:36 am Subject: Window Resize / Repaint Bug |
Chris,
There seems to be a problem with moving controls in 1.0.42. The below pictures are from 1.0.41 (looks normal) and 1.0.42 (buttons overlaying). If you move your mouse over the buttons it kind ... |
Topic: Some Utilities |
beardboy
Replies: 33
Views: 7947
|
Forum: Utilities & Resources Posted: Fri Feb 10, 2006 8:22 pm Subject: Some Utilities |
Try this for me instead.
sc.exe start Notepad2
And let me know what it says.
thanks,
beardboy |
Topic: Some Utilities |
beardboy
Replies: 33
Views: 7947
|
Forum: Utilities & Resources Posted: Fri Feb 10, 2006 6:22 pm Subject: Some Utilities |
Is your windows directory "c:\windows" or "c:\winnt"?
The other thing is if you are running XP, XP comes with a newer version of Reg, which might have setup the registry key wrong ... |
Topic: Some Utilities |
beardboy
Replies: 33
Views: 7947
|
Forum: Utilities & Resources Posted: Fri Feb 10, 2006 5:28 pm Subject: Some Utilities |
| My suggestion would be to have your compiled exe's just run your needs at a particular time. Setup a compiled exe that only runs what you want to run at specific times (within your ahk code, if time = ... |
Topic: Some Utilities |
beardboy
Replies: 33
Views: 7947
|
Forum: Utilities & Resources Posted: Fri Feb 10, 2006 2:00 am Subject: Some Utilities |
First you need to create a service using SC.exe
sc.exe create MyService binPath= c:\windows\system32\srvany.exe type= own type= interact start= auto
Then after you create the service you need to ... |
Topic: v1.0.41 released: Context-sensitive hotkeys & hotstrings |
beardboy
Replies: 27
Views: 4196
|
Forum: Announcements Posted: Sun Jan 22, 2006 4:05 am Subject: v1.0.41 released: Context-sensitive hotkeys & hotstrings |
Chris, thanks for the work around solution.
thanks,
beardboy |
Topic: v1.0.41 released: Context-sensitive hotkeys & hotstrings |
beardboy
Replies: 27
Views: 4196
|
Forum: Announcements Posted: Sat Jan 21, 2006 11:25 pm Subject: v1.0.41 released: Context-sensitive hotkeys & hotstrings |
With the #IfWin directives, can ahk_id be added as a WinTitle option? The use will be rare, so only if it doesn't add a lot of code size or time to add.
thanks,
beardboy |
Topic: Changing Picture with GuiControl |
beardboy
Replies: 1
Views: 397
|
Forum: Ask for Help Posted: Wed Jan 11, 2006 3:26 am Subject: Changing Picture with GuiControl |
| This might be a real simple thing or something that has been discussed before, but when changing a picture with GuiControl it doesn't release the memory used by the first picture. So if you do this ov ... |
Topic: Simple Icon Browser |
beardboy
Replies: 2
Views: 2201
|
Forum: Scripts & Functions Posted: Fri Sep 30, 2005 1:42 am Subject: Simple Icon Browser |
I hadn't, I did a quick search to see if someone else had one, guess I missed it.
thanks,
beardboy |
Topic: Simple Icon Browser |
beardboy
Replies: 2
Views: 2201
|
Forum: Scripts & Functions Posted: Thu Sep 29, 2005 8:29 pm Subject: Simple Icon Browser |
| Here is a simple Icon Browser script that users can use to help add icons to their scripts. If you hover your mouse over the icons it will show you some code on how to add it to your script, and if yo ... |
Topic: cal and notes |
beardboy
Replies: 2
Views: 561
|
Forum: Ask for Help Posted: Thu Sep 29, 2005 2:15 pm Subject: cal and notes |
Here is a basic version of what I think you were looking for.
Gui, Add, Edit, x21 y21 w430 h170 vEdit,
Gui, Add, Button, x341 y201 w100 h30 gUpdate, Add/Update
Gui, Add, MonthCal, x21 y201 w190 h ... |
Topic: Notification Window (Like MSN Messenger Popups) |
beardboy
Replies: 9
Views: 3196
|
Forum: Scripts & Functions Posted: Tue Sep 06, 2005 7:39 pm Subject: Notification Window (Like MSN Messenger Popups) |
| I'm not sure if someone has already posted something like this, but if not here you go. Include this file in any script and use one line to popup notifications like MSN Messenger Popups. The popup pla ... |
| |