Search found 463 matches

by Bruttosozialprodukt
12 Apr 2016, 09:32
Forum: Ask for Help (v1)
Topic: Find the process that is locking a file/folder
Replies: 52
Views: 16609

Re: Find the process that is locking a file/folder

Well, I don't really have anything so far. I found that the Diskpart could be parsed for that. DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 H DVD-ROM 0 B No Media Volume 1 NTFS Partition 350 MB Hea...
by Bruttosozialprodukt
12 Apr 2016, 02:25
Forum: Ask for Help (v1)
Topic: Find the process that is locking a file/folder
Replies: 52
Views: 16609

Re: Find the process that is locking a file/folder

Is there a way to resolve `\Device\HarddiskVolumeX` to the drive letter?
by Bruttosozialprodukt
11 Apr 2016, 04:07
Forum: Ask for Help (v1)
Topic: Find the process that is locking a file/folder
Replies: 52
Views: 16609

Re: Find the process that is locking a file/folder

Hey, thank you so much! Man AHK_H is so cool!! I'll have to translate it into AHK_L code for now though.
by Bruttosozialprodukt
07 Apr 2016, 15:48
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 525219

Re: Setup Notepad++ for AutoHotkey

Have you installed the font?
by Bruttosozialprodukt
07 Apr 2016, 15:42
Forum: Ask for Help (v1)
Topic: Find the process that is locking a file/folder
Replies: 52
Views: 16609

Re: Find the process that is locking a file/folder

I found an interesting piece of code on the Internet that might do what I want. It's written in C++ though and I don't understand the crucial parts. //SOURCE: http://forums.codeguru.com/showthread.php?176997.html #include "ntdll.h" #include <stdlib.h> #include <stdio.h> #include "ntddk.h" #define DU...
by Bruttosozialprodukt
07 Apr 2016, 10:12
Forum: Ask for Help (v1)
Topic: Find the process that is locking a file/folder
Replies: 52
Views: 16609

Find the process that is locking a file/folder

I'd like to programmatically find out which process is responsible for locking a certain file/folder. Much like the Resource monitor does under CPU/Associated Handles. http://i.snag.gy/zH0HW.jpg Has anyone done this before? Any idea what would be the quickest way to find it? Do you just "scan" every...
by Bruttosozialprodukt
22 Mar 2016, 07:48
Forum: Ask for Help (v1)
Topic: Generating MD5 Hex correctly in AHK?
Replies: 10
Views: 4221

Re: Generating MD5 Hex correctly in AHK?

@just me No, I ran the unicode version. But you're right, with the ansi version it works fine. @Flipeador Thanks that totally did the job. Well I'm not really concerned about security here. I just need this to do a web API call, so I'm gonna rely on HTTPS anyway. For checking if a file downloaded pr...
by Bruttosozialprodukt
14 Mar 2016, 08:08
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

so traurig... :( Indeed. :D ... :( that does not change the fact that 100mb limitation basically makes the internet unusable Well that depends on what you do on the Internet. I can write messages and read Wikipedia articles all day long. Watching a few videos on YouTube on the other hand would cons...
by Bruttosozialprodukt
14 Mar 2016, 07:11
Forum: Ask for Help (v1)
Topic: Generating MD5 Hex correctly in AHK?
Replies: 10
Views: 4221

Generating MD5 Hex correctly in AHK?

What is the difference between online MD5 generators like this one: http://www.md5.cz/ And AHK implementations like this: MD5( ByRef V, L=0 ) { ; www.autohotkey.com/forum/viewtopic.php?p=275910#275910 VarSetCapacity( MD5_CTX,104,0 ), DllCall( "advapi32\MD5Init", Str,MD5_CTX ) DllCall( "advapi32\MD5U...
by Bruttosozialprodukt
04 Mar 2016, 11:30
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

Kiddo, I don't know where you are from, but just in case you didn't know USA!=World. Look at Germany for instance. The 3G/4G infrastructure is so terrible, that you literally can't get unlimited data plans. The only way the providers are able to keep the system working is by overcharging the custome...
by Bruttosozialprodukt
19 Feb 2016, 08:31
Forum: Ask for Help (v1)
Topic: How accurate is AHK's timing?
Replies: 2
Views: 953

How accurate is AHK's timing?

I just wrote a small C program and found GetTickCount() to be not very accurate. It's often off by 1-10 milliseconds and I had to use QueryPerformanceFrequency/Counter to get accurate numbers. Now that got me wondering what AHK is using internally and also how reliable/accurate it is in general. For...
by Bruttosozialprodukt
30 Jan 2016, 10:54
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

Yes images can be cached, too. But jquery etc, if loaded from google's cdn, is already in the cache because the user visited other websites. The image is nothing that the user would have cached already from another website. You could totally make the ahk homepage below 10kB. It's not like using boot...
by Bruttosozialprodukt
30 Jan 2016, 10:49
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 43065

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Thanks for reporting, I assumed it would. I'll look into that some time.
by Bruttosozialprodukt
30 Jan 2016, 10:45
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

RIGHT i cant make design decisions based on xp users that doesn't mean i intend to some how take action preventing them. i just cant use them as a basis for choices. and we have time to discuss this until its the right fit before taking action I was just saying that AHK does support Windows XP and ...
by Bruttosozialprodukt
28 Jan 2016, 03:23
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

Sorry, I should have quoted you. The XP and Vista comment was because you said "[...] i discard the bottom 20 and top 10 percent [...]".
by Bruttosozialprodukt
27 Jan 2016, 11:18
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

It's the server that tells the browser to cache something or not and for how long etc. Gzip/deflate compression is another thing that can help reduce bandwidth. And certain image formats like jpeg can also be "compressed" a lot, even though they lose some quality during that process. If everything i...
by Bruttosozialprodukt
27 Jan 2016, 08:33
Forum: About This Community
Topic: New Homepage suggestions
Replies: 114
Views: 79559

Re: New Homepage suggestions

But why? The photo is just unnecessary. And it doesn't sound like an AHK attitude. Or do you think AHK should drop support for XP and Vista, right now? You can't really count jquery because if you do it right , it gets cached once for almost all websites. 1MB is pretty much 30 times bigger than what...
by Bruttosozialprodukt
15 Jan 2016, 18:45
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 43065

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

You can now use F2/F3 to select other elements below your mouse pointer.
This is very handy when you want to select an element that is more or less hidden by an overlay.

Performace might be worse now though.
by Bruttosozialprodukt
15 Jan 2016, 09:46
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 43065

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Another little update. The GUI now shows a code suggestion on how to access an element. (Not sure how reliable that is atm.) It's far from what I want to see in the end, but it's a start. I also added some properties to the GUI that may contain text that you want to extract from an element: .value ....
by Bruttosozialprodukt
15 Jan 2016, 08:21
Forum: Scripts and Functions (v1)
Topic: Internet Explorer Element Spy (alternative to iWB2 Learner)
Replies: 67
Views: 43065

Re: Internet Explorer Element Spy (alternative to iWB2 Learner)

Yes, in fact I noticed that my script can't access them yet. I'll have to think about a good way to handle them.

Go to advanced search