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 23 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Smart Webpage Update Checker
Willigis

Replies: 9
Views: 4292

PostForum: Scripts & Functions   Posted: Thu Oct 19, 2006 8:28 am   Subject: Smart Webpage Update Checker
Great work, I'm going to use this Smile

There is a bug which makes it impossible to check php-Sites:
Adresses with "=" are not working. They are saved to the last character before the " ...
  Topic: Electronic Program Guide (EPG) for TV v1.3
Willigis

Replies: 57
Views: 13342

PostForum: Scripts & Functions   Posted: Sun Oct 15, 2006 5:33 pm   Subject: Electronic Program Guide (EPG) for TV v1.3
Hm sorry, i missed that... checked only the current day and was happy that it worked Rolling Eyes

Great you found a solution!
  Topic: Electronic Program Guide (EPG) for TV v1.3
Willigis

Replies: 57
Views: 13342

PostForum: Scripts & Functions   Posted: Sat Oct 14, 2006 9:46 pm   Subject: Electronic Program Guide (EPG) for TV v1.3
I like this script very much Smile

My workaround for German TV looks like this:

Just add to DownloadTVStationProgram:
DateString -= 86400


This is far from being perfect, but it works Wink ... d ...
  Topic: cFreeMem - defragment RAM - [CLI]
Willigis

Replies: 21
Views: 1802

PostForum: Utilities & Resources   Posted: Sat Aug 05, 2006 12:31 pm   Subject: cFreeMem - defragment RAM - [CLI]
Thank you!

Maybe somebody knows about the only problem that's left for me: I can't "fill" all of the free physical memory. That's why I have to reduce the memory usage by about 25 MB. Goi ...
  Topic: cFreeMem - defragment RAM - [CLI]
Willigis

Replies: 21
Views: 1802

PostForum: Utilities & Resources   Posted: Fri Aug 04, 2006 9:19 pm   Subject: cFreeMem - defragment RAM - [CLI]
I was just searching the net for a kind of "ram-wiper" - a little tool that would override the unused ram. I found the loads of freeware/shareware-optimizers and all sort of things.

At la ...
  Topic: Access Properties in Device Mgr
Willigis

Replies: 0
Views: 193

PostForum: Ask for Help   Posted: Tue Jul 11, 2006 7:43 pm   Subject: Access Properties in Device Mgr
Can you access the Properties from the Device Manager in any other way than ->Right Click on a device->properties->details

My goal would be to read out Energy-Capacity, Instance and so on ...
  Topic: Can I send Java-Commands to a website?
Willigis

Replies: 5
Views: 671

PostForum: Ask for Help   Posted: Fri Sep 30, 2005 10:27 am   Subject: Can I send Java-Commands to a website?
I must confess I'm totally noob with Java and JavaScript. Rolling Eyes

So a simple -do this and it works-method would be fine for me. Wink
Any suggestions?
  Topic: Can I send Java-Commands to a website?
Willigis

Replies: 5
Views: 671

PostForum: Ask for Help   Posted: Fri Sep 30, 2005 7:50 am   Subject: Can I send Java-Commands to a website?
Can you send Java-Commands to a website in your Browser? I'm using Firefox and I want to hit some Links or Buttons like "javascript:goto(1)"
Can this be done by not performing "click-actions" but by ...
  Topic: get the cpu-usage without a command-line tool
Willigis

Replies: 4
Views: 413

PostForum: Ask for Help   Posted: Thu Aug 11, 2005 11:25 am   Subject: Re: get the cpu-usage without a command-line tool
Hi,

has anybody an idea how to get the processor load with AHK itself?

... Wink
  Topic: commandline switches with the Run command
Willigis

Replies: 5
Views: 440

PostForum: Ask for Help   Posted: Thu Aug 11, 2005 11:14 am   Subject: commandline switches with the Run command
Sometimes switches don't work. I've had the same problem with the "dir"-command and some other like "regjump". The switches didn't work.

So I used the "cmd" command


Run, cmd /c dir C:\* /s ...
  Topic: Refreshing desktop (icons) upon hotkey event
Willigis

Replies: 16
Views: 3028

PostForum: Ask for Help   Posted: Wed Aug 10, 2005 11:29 pm   Subject: Refreshing desktop (icons) upon hotkey event
Here comes a complicated but working solution Very Happy

;Get the current icon size and change it
RegRead, icon_size, HKEY_CURRENT_USER, Control Panel\Desktop\WindowMetrics, Shell Icon Size
icon_size++ ...
  Topic: Need help with message box, and a list question
Willigis

Replies: 6
Views: 509

PostForum: Ask for Help   Posted: Wed Aug 10, 2005 10:49 pm   Subject: Need help with message box, and a list question
I would suggets not to start with webpages, because they are not easy to handle. There is no dorect way to send text to a field at a website.
You can simulate mouseclicks at certain coordinates to s ...
  Topic: How to count keys and buttons
Willigis

Replies: 5
Views: 483

PostForum: Ask for Help   Posted: Sat Jul 16, 2005 4:45 pm   Subject: How to count keys and buttons
I haven't written a script like that, but it's not very hard to do.

The most simple way would be to create a hotkey for each key

~a::
a_pressed++
return


Whenever the user presses ...
  Topic: Copy file to clipboard?
Willigis

Replies: 2
Views: 417

PostForum: Ask for Help   Posted: Sat Jul 16, 2005 4:29 pm   Subject: Copy file to clipboard?
Thanks a lot fpr your suggestion, Chris.
Your example works fine with explorer-windows. But the filenames are listed as plain text in a listbox.

Maybe there is a tool to put them as paste-able fil ...
  Topic: Copy file to clipboard?
Willigis

Replies: 2
Views: 417

PostForum: Ask for Help   Posted: Fri Jul 15, 2005 11:12 pm   Subject: Copy file to clipboard?
I've written a small programm that creates a list of all the files on my computer. So I can find files much more faster. It's kind of the "Seek"-Program by rajat.
The files are displayed in a ListBox ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group