| Author |
Message |
Topic: getting info off of a website and comparing it ? |
Lemming
Replies: 11
Views: 636
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 3:09 pm Subject: Restore selecting |
"Disable text selection" is actually a Javascript trick. So you can undo it with another Javascript trick.
Jesse Ruderman has exactly the code for that at his Bookmarklets site:
What I n ... |
Topic: Hybrid combinations - possible or not? |
Lemming
Replies: 13
Views: 536
|
Forum: Ask for Help Posted: Fri Jan 18, 2008 4:12 pm Subject: Re: Hybrid combinations - possible or not? |
| Sounds like a "detect double-presses of a hotkey" problem; you're checking whether the user pressed ctrl-f twice. The SetTimer documentation has example code for this (scroll to example #3): ... |
Topic: I need to merge 1200 directories into 1 |
Lemming
Replies: 18
Views: 605
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 6:03 pm Subject: Try XCopy |
Why not use XCopy instead? It's been included with every Dos and Windows version for years, and it's designed for this kind of copying.
Try:
xcopy C:\fromhere\*.jpg D:\tohere\ /S |
Topic: imagesearch...a better understanding? |
Lemming
Replies: 1
Views: 264
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 12:44 pm Subject: Rendering differs |
Imagesearch works exactly is it should. Heck, I even use it in MMOs.
The problem is caused by how the different graphics cards, and Flash render images.
Though it may look the same to you, s ... |
Topic: Cat Piano |
Lemming
Replies: 5
Views: 682
|
Forum: General Chat Posted: Fri Sep 07, 2007 7:22 pm Subject: Land Shark Gun |
I don't think anyone can beat the Land Shark Gun from the game Armed & Dangerous. From Wikipedia:
The Land Shark gun fires a baby 'Land Shark' into the ground when triggered, a system of hormon ... |
Topic: Script responsive to command line AND drag&drop |
Lemming
Replies: 3
Views: 197
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 5:41 pm Subject: Script responsive to command line AND drag&drop |
something like this?
if 0 < 1 ; The left side of a non-expression if-statement is always the name of a variable.
{
MsgBox Fancy GUI launched because there were no command line params ... |
Topic: Slider tooltip bug when Invert is used (Gui) |
Lemming
Replies: 2
Views: 317
|
Forum: Bug Reports Posted: Tue Jul 03, 2007 9:13 am Subject: Slider tooltip bug when Invert is used (Gui) |
If you choose the "Invert" option for a Slider and also enable the ToolTip option, the tooltip continues to display non-invert values.
E.g. if your slider is from 100-0, the tooltip will ... |
Topic: Finding the width/height of a picture |
Lemming
Replies: 10
Views: 702
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 2:46 pm Subject: kludge but it works |
I also had to query image dimensions a few days ago. I ended going with IrfanView too.
While I'm sure GDIplusWrapper would have been more elegant, it seems like overkill to get one piece of info ( ... |
Topic: Display current value of slider |
Lemming
Replies: 2
Views: 199
|
Forum: Ask for Help Posted: Wed Jun 27, 2007 7:06 am Subject: Display current value of slider |
| doh! didn't see that posting. It's exactly what I'm looking for. Thanks. |
Topic: Display current value of slider |
Lemming
Replies: 2
Views: 199
|
Forum: Ask for Help Posted: Wed Jun 27, 2007 6:30 am Subject: Display current value of slider |
How does one display the current value of a slider selection within a GUI? I know there's a Tooltip option, but it only shows the value when the user is dragging the slider.
I'm looking for a more ... |
Topic: Read and manipulate Internet Explorer's tridentcmbobx |
Lemming
Replies: 14
Views: 1453
|
Forum: Wish List Posted: Mon Jun 25, 2007 4:56 am Subject: bump |
Just bumping this topic, as there has been no real progress.
keywords: Internet Explorer_TridentCmboBx , TridentComboBox |
Topic: Detecting Remote Desktop Connection |
Lemming
Replies: 8
Views: 535
|
Forum: Ask for Help Posted: Thu Jun 21, 2007 2:38 am Subject: sounds more like an evaluation problem |
Eh? I don't get it. Why the need to monitor his sessions (work or otherwise). Isn't there a better way to track productivity?
I mean, wouldn't it be obvious if he/she isn't finishing work on schedu ... |
Topic: [TIP] IniRead Gotcha when using double quotes |
Lemming
Replies: 2
Views: 213
|
Forum: Ask for Help Posted: Tue Jun 05, 2007 5:20 am Subject: [TIP] IniRead Gotcha when using double quotes |
whoops, you're right. IniRead it is. Changes made.
|
Topic: [TIP] IniRead Gotcha when using double quotes |
Lemming
Replies: 2
Views: 213
|
Forum: Ask for Help Posted: Thu May 31, 2007 11:29 am Subject: [TIP] IniRead Gotcha when using double quotes |
When using IniRead, double-quote marks will be discarded unless you escape them.
For example, if you have an ini file containing:
[IviewLocation]
IviewLocat="C:\Program Files\I ... |
Topic: Remotely login in a "local" way... |
Lemming
Replies: 12
Views: 471
|
Forum: Ask for Help Posted: Wed Apr 25, 2007 11:40 am Subject: Remote Desktop |
Unattended admin logon can be a security risk. Assuming this is XP Pro, have you considered Remote Desktop?
This would ensure the remote PCs are still locked, while your Ahk scripts can still work ... |
| |