| Author |
Message |
Topic: Placing windows in a certain order |
koro
Replies: 0
Views: 160
|
Forum: Ask for Help Posted: Wed Jun 13, 2007 2:09 pm Subject: Placing windows in a certain order |
Hello, I have asked a similar question before but it went unnoticed. I'm pretty sure this should be possible and i bet some of the gurus here know a very simple way to do it.
What I want to do is ... |
Topic: Switching windows quickly |
koro
Replies: 2
Views: 236
|
Forum: Ask for Help Posted: Mon Apr 09, 2007 2:29 am Subject: Switching windows quickly |
Did you tried with WinMinimizeAllUndo ?
Yeah sorry when i said WinRestoreAll i meant WinMinimizeAllUndo. My question stands, though. |
Topic: Switching windows quickly |
koro
Replies: 2
Views: 236
|
Forum: Ask for Help Posted: Sun Apr 08, 2007 6:36 pm Subject: Switching windows quickly |
I have always wanted to do something like WinMinimizeAll and WinRestoreAll but preserving the order in which windows are displayed in the desktop.
For some reason, when i do winminimizeall and then ... |
Topic: Compiled scripts detected as trojans |
koro
Replies: 13
Views: 2387
|
Forum: Ask for Help Posted: Tue Mar 06, 2007 7:43 pm Subject: Trojan |
| I use regularly my own script (compiled) and Antivir Personal Edition Classic. Today, apparently after the latest upgrade, it Antivir claimed that my script IS the trojan "Autoit.AE". What i ... |
Topic: Dynamic remapping of modifiers? |
koro
Replies: 1
Views: 224
|
Forum: Ask for Help Posted: Sun Feb 18, 2007 10:27 pm Subject: Dynamic remapping of modifiers? |
If i want to make Control work as Shift, i can do
Control::Shift
Now what i'm trying to do is add a checkbox in my script to enable/disable this function (control replacement). But I'm not quite ... |
Topic: Factors |
koro
Replies: 22
Views: 798
|
Forum: Ask for Help Posted: Tue Dec 19, 2006 8:14 am Subject: Factors |
| @koro: You mix up the number and its size. The complexity of an algorithm is measured by the number of operations as a function of the size of the input. If you have an n-bit number, this size is n. T ... |
Topic: Factors |
koro
Replies: 22
Views: 798
|
Forum: Ask for Help Posted: Tue Dec 19, 2006 3:55 am Subject: Factors |
| To be honest, you cannot generate a table with all 32-bit primes. It is too large and takes too much time. A moderate size prime table gives only moderate speed up. When this table is exhausted, you h ... |
Topic: Factors |
koro
Replies: 22
Views: 798
|
Forum: Ask for Help Posted: Mon Dec 18, 2006 4:09 am Subject: Factors |
| If you want it to be more or less efficient, the best thing to do is to have a table of prime numbers preloaded (you could even read it from a file); then find the prime factorization of the input num ... |
Topic: Making a window "functionally" transparent |
koro
Replies: 11
Views: 519
|
Forum: Ask for Help Posted: Sat Dec 16, 2006 8:09 pm Subject: Making a window "functionally" transparent |
Thanks for your replies. Nevertheless, I'm not liking any of the solutions yet . What I'm trying to do is have an indicator that covers the start button (like the cpu usage indicator, the start but ... |
Topic: Retrieving data from an ACPI device |
koro
Replies: 11
Views: 664
|
Forum: Ask for Help Posted: Sat Dec 16, 2006 1:58 am Subject: Retrieving data from an ACPI device |
| Erm... correction. That works, but only the first time. If i add a loop to that VBscript to repeat the reading again and again, it always spits the same result, i think i have to do something to " ... |
Topic: Retrieving data from an ACPI device |
koro
Replies: 11
Views: 664
|
Forum: Ask for Help Posted: Sat Dec 16, 2006 12:16 am Subject: Retrieving data from an ACPI device |
This does the job:
Set objWMIService = GetObject("winmgmts:\\" & "." & "\root\WMI")
Set colItems = objWMIService.ExecQuery( _
"SE ... |
Topic: Making a window "functionally" transparent |
koro
Replies: 11
Views: 519
|
Forum: Ask for Help Posted: Fri Dec 15, 2006 6:41 pm Subject: Making a window "functionally" transparent |
| Is there a way to make a window transparent, not in its look, but in its functionality? I mean like a window such that even if i hover the mouse on it or click on it, this is applied to whatever is b ... |
Topic: Retrieving data from an ACPI device |
koro
Replies: 11
Views: 664
|
Forum: Ask for Help Posted: Fri Dec 15, 2006 6:30 pm Subject: Retrieving data from an ACPI device |
@koro
I suggest that PhiLho's approach of using WMI is probably the simplest.
CAVEATS:
1. Only tested on Win Xp
2. Only will work if device has been enumeratd by windows
I don't seem to ... |
Topic: Retrieving data from an ACPI device |
koro
Replies: 11
Views: 664
|
Forum: Ask for Help Posted: Fri Dec 15, 2006 5:02 am Subject: Retrieving data from an ACPI device |
So is this a feature request?
Uh, no! It is a *help* request
I am pretty sure that a dllcall or something like that would let me get the data from that device. I am just trying to figure out ... |
Topic: Retrieving data from an ACPI device |
koro
Replies: 11
Views: 664
|
Forum: Ask for Help Posted: Fri Dec 15, 2006 2:44 am Subject: Retrieving data from an ACPI device |
I am utterly ignorant on how windows devices work or how to acess them.
I am trying to get my script to read the temperature information, which is the data given by ACPI\Thermalzone device.
Anyo ... |
| |