| Author |
Message |
Topic: Smart Webpage Update Checker |
Willigis
Replies: 9
Views: 4292
|
Forum: Scripts & Functions Posted: Thu Oct 19, 2006 8:28 am Subject: Smart Webpage Update Checker |
Great work, I'm going to use this
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
|
Forum: 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
Great you found a solution! |
Topic: Electronic Program Guide (EPG) for TV v1.3 |
Willigis
Replies: 57
Views: 13342
|
Forum: 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
My workaround for German TV looks like this:
Just add to DownloadTVStationProgram:
DateString -= 86400
This is far from being perfect, but it works ... d ... |
Topic: cFreeMem - defragment RAM - [CLI] |
Willigis
Replies: 21
Views: 1802
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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.
So a simple -do this and it works-method would be fine for me.
Any suggestions? |
Topic: Can I send Java-Commands to a website? |
Willigis
Replies: 5
Views: 671
|
Forum: 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
|
Forum: 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?
...  |
Topic: commandline switches with the Run command |
Willigis
Replies: 5
Views: 440
|
Forum: 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
|
Forum: 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
;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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
| |