AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 72 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SetWallpaper in AHK_L
..:: Free Radical ::..

Replies: 7
Views: 120

PostForum: Ask for Help   Posted: Tue Jan 10, 2012 12:59 pm   Subject: SetWallpaper in AHK_L
The CLSIDs are the same as Sean's script. Using this for years on AHK Basic Crying or Very sad

Here's Sean's function for COM stdlib with AHK basic for comparison:
[url=http://www.autohotkey.com/forum/topic16 ...
  Topic: SetWallpaper in AHK_L
..:: Free Radical ::..

Replies: 7
Views: 120

PostForum: Ask for Help   Posted: Mon Jan 09, 2012 11:12 pm   Subject: SetWallpaper in AHK_L
Already tried it before you posted.
That doesn't work either Sad
On AHK_L Unicode / XP 32 bit
  Topic: SetWallpaper in AHK_L
..:: Free Radical ::..

Replies: 7
Views: 120

PostForum: Ask for Help   Posted: Mon Jan 09, 2012 11:07 pm   Subject: SetWallpaper in AHK_L


Thank you for the quick replies. How can I modify the above function?
Smile
  Topic: SetWallpaper in AHK_L
..:: Free Radical ::..

Replies: 7
Views: 120

PostForum: Ask for Help   Posted: Mon Jan 09, 2012 10:48 pm   Subject: SetWallpaper in AHK_L
As of the last few hours, I have started the move to AHK_L from AHK basic. Please bear with me if the following sounds noobish but I am quite unfamiliar with COM being of a non programming background. ...
  Topic: control applications with TV-tuner's remote control
..:: Free Radical ::..

Replies: 23
Views: 11716

PostForum: Scripts & Functions   Posted: Thu Dec 29, 2011 5:16 pm   Subject: Avermedia AverTV GO (TVCapture 98)
aver remote from USB 2.0 Plus device to control avertv.exe and media classic player. Shutdown computer when AUTOSCAN pressed for about 3 seconds.


Thank you for this.

Just bought a cheap old Av ...
  Topic: Remote shutdown, hibernate and reboot your PC via Android
..:: Free Radical ::..

Replies: 15
Views: 6939

PostForum: Scripts & Functions   Posted: Tue Feb 22, 2011 6:13 am   Subject: Remote shutdown, hibernate and reboot your PC via Android
I am waiting for my Android phone to arrive too Wink
  Topic: Remote shutdown, hibernate and reboot your PC via Android
..:: Free Radical ::..

Replies: 15
Views: 6939

PostForum: Scripts & Functions   Posted: Mon Jan 10, 2011 5:50 am   Subject: Remote shutdown, hibernate and reboot your PC via Android
I have posted the source code for my app in a fresh thread.

http://www.autohotkey.com/forum/viewtopic.php?t=67120

You are free to modify and improve on it Smile
  Topic: GMail Commander - Command your PC using GMail
..:: Free Radical ::..

Replies: 2
Views: 2652

PostForum: Scripts & Functions   Posted: Mon Jan 10, 2011 5:25 am   Subject: GMail Commander - Command your PC using GMail
GMail Commander aka GCMD

Here's a simple script with which you can control your PC using GMail.

Make a fresh GMail account for use with this app to avoid conflicts and spam.

Enter the userna ...
  Topic: Remote shutdown, hibernate and reboot your PC via Android
..:: Free Radical ::..

Replies: 15
Views: 6939

PostForum: Scripts & Functions   Posted: Mon Jan 10, 2011 4:21 am   Subject: GMail Commander
I made this using AHK

GMail Commander - Command Your PC Using GMail - http://www.erodov.com/forums/gmail-commander-command-your-pc-using-gmail/38700.html

I use this to remote control my pc using ...
  Topic: Explorer .. View mode
..:: Free Radical ::..

Replies: 4
Views: 1837

PostForum: Scripts & Functions   Posted: Fri May 14, 2010 4:34 am   Subject: Explorer .. View mode
<F5> to switch between views.
Replace with hotkey of your choice

cleaned up function:

GroupAdd, Explorer, ahk_class CabinetWClass
GroupAdd, Explorer, ahk_class ExploreWClass

#IfWinAct ...
  Topic: DownThemAll! Scheduler Script - Version 1.3 (DTA 2.0.12)
..:: Free Radical ::..

Replies: 6
Views: 4831

PostForum: Scripts & Functions   Posted: Fri May 14, 2010 3:36 am   Subject: DownThemAll! Scheduler Script - Version 1.3 (DTA 2.0.12)
nice first attempt.
may I recommend an alternative. Smile

You can use the export link to text feature in DownloadThemAll and use a great command line download manager like wget or aria2c and use task ...
  Topic: HDD Activity Monitoring LED
..:: Free Radical ::..

Replies: 49
Views: 23630

PostForum: Scripts & Functions   Posted: Sat May 08, 2010 2:38 pm   Subject: My barebones version

#SingleInstance, Force
#Persistent
Process, Priority,, High
CoordMode, Tooltip

DriveGet, HDD_List, List, Fixed
Drives := StrLen(HDD_List)

Loop, parse, HDD_List
{
HDD%A_ ...
  Topic: [Script] Volume - Using GDI+
..:: Free Radical ::..

Replies: 12
Views: 1824

PostForum: Scripts & Functions   Posted: Thu May 06, 2010 10:26 pm   Subject: [Script] Volume - Using GDI+
Beautiful.

I was about to make mine and I found yours
  Topic: GDI+ standard library 1.45 by tic
..:: Free Radical ::..

Replies: 918
Views: 139764

PostForum: Scripts & Functions   Posted: Thu May 06, 2010 5:38 pm   Subject: GDI+ standard library 1.45 by tic
many thanks for this awesome library tic.

A desktop widget example


#SingleInstance, Force
SetBatchLines, -1
listlines Off

If !pToken := Gdip_Startup()
{
MsgBox, 48, ...
  Topic: bbTablet API [Dll]
..:: Free Radical ::..

Replies: 4
Views: 1048

PostForum: Utilities & Resources   Posted: Tue Apr 27, 2010 5:34 pm   Subject: bbTablet API [Dll]
What a concidence, I bumped this thread exactly one year after it was posted.
I hope something comes out of it.
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group