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 74 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Help with an array of structs, need to know mem allocation
ABCza

Replies: 3
Views: 95

PostForum: Ask for Help   Posted: Sat Feb 11, 2012 1:10 am   Subject: Help with an array of structs, need to know mem allocation
Uff, i installed a compiler and checked with the debugger. I 'm very rusty, but i succeeded. Finally i can say that you were right fred, the array of struct is mapped linearly.

Probably i'm missing ...
  Topic: Help with an array of structs, need to know mem allocation
ABCza

Replies: 3
Views: 95

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 8:23 pm   Subject: Help with an array of structs, need to know mem allocation
SERVICE_TABLE_ENTRY ServiceTable

Like this:

VarSetCapacity(SERVICE_TABLE_ENTRY, 16)
NumPut(&strServName, SERVICE_TABLE_ENTRY, 0, "UInt") ; SERV ...
  Topic: Help with an array of structs, need to know mem allocation
ABCza

Replies: 3
Views: 95

PostForum: Ask for Help   Posted: Fri Feb 10, 2012 6:38 pm   Subject: Help with an array of structs, need to know mem allocation
Hey guys,
i'm trying to write a NT service using AHK and i need help with the SERVICE_TABLE_ENTRY struct, more precisely with an array of that.

This is the C code:

SERVICE_TABLE_ENTRY ServiceTa ...
  Topic: [FUNCTION] Create a MHTML (.mht) from a given URL
ABCza

Replies: 2
Views: 160

PostForum: Scripts & Functions   Posted: Tue Feb 07, 2012 10:36 pm   Subject: [FUNCTION] Create a MHTML (.mht) from a given URL
Thank you fincs Very Happy
  Topic: [FUNCTION] Create a MHTML (.mht) from a given URL
ABCza

Replies: 2
Views: 160

PostForum: Scripts & Functions   Posted: Tue Feb 07, 2012 9:49 pm   Subject: [FUNCTION] Create a MHTML (.mht) from a given URL
Hola. This function creates a .mht from the given URL. AutoHotkey Basic, requires Sean's COM Standard Library: http://www.autohotkey.com/forum/viewtopic.php?t=22923

There are some encoding problems ...
  Topic: PowrTaskr (Google Tasks at your fingertips)
ABCza

Replies: 3
Views: 350

PostForum: Utilities & Resources   Posted: Tue Feb 07, 2012 4:01 pm   Subject: PowrTaskr (Google Tasks at your fingertips)
should i ask a moderator?

Yes Smile
  Topic: [FUNCTION] Send Windows Log Events
ABCza

Replies: 2
Views: 331

PostForum: Scripts & Functions   Posted: Mon Feb 06, 2012 6:27 pm   Subject: [FUNCTION] Send Windows Log Events
Hi ABCza... any chance of an example of usage for us noobs? Smile

Hi, you're right, i forgot that.

I made the function easier (splitting it and taking care of strings), because it was hard to use. ...
  Topic: [FUNCTION] Send Windows Log Events
ABCza

Replies: 2
Views: 331

PostForum: Scripts & Functions   Posted: Sun Jan 22, 2012 11:35 pm   Subject: [FUNCTION] Send Windows Log Events
This function appends a generic event to one of the Windows logs. It can be useful to any application that needs to parse the logs.

AutoHotkey Basic, ANSI version.


/*
------------------------ ...
  Topic: FlashLock - USB workstation locker
ABCza

Replies: 4
Views: 488

PostForum: Scripts & Functions   Posted: Wed Jan 11, 2012 4:28 pm   Subject: FlashLock - USB workstation locker
what about this:
http://www.autohotkey.com/forum/topic15702.html

Unfortunately it needs admin rights and it blocks the task manager but not the Logon screen.
  Topic: FlashLock - USB workstation locker
ABCza

Replies: 4
Views: 488

PostForum: Scripts & Functions   Posted: Wed Jan 11, 2012 4:16 pm   Subject: FlashLock - USB workstation locker
For blocking CTRL + ALT + DEL on my block script, I just have it check for task manager, and kill it if it exists. Not as fancy as blocking ctrl + alt + del, but I don't think that's possible.

If i ...
  Topic: FlashLock - USB workstation locker
ABCza

Replies: 4
Views: 488

PostForum: Scripts & Functions   Posted: Wed Jan 11, 2012 2:28 am   Subject: FlashLock - USB workstation locker
Hola!
This is a little tool that "transforms" a user defined USB device into a key to lock/unlock a generic workstation. I used AHK Basic and it is inspired by nimda's one (http://www.autoh ...
  Topic: PowrTaskr (Google Tasks at your fingertips)
ABCza

Replies: 3
Views: 350

PostForum: Utilities & Resources   Posted: Tue Jan 10, 2012 5:06 pm   Subject: PowrTaskr (Google Tasks at your fingertips)
Please add some screenshots. However if you don't provide source, this is the wrong forum section, you have to use "Utilities & Resources".
  Topic: Reliable way to block input on Windows Vista/7 with UAC
ABCza

Replies: 7
Views: 224

PostForum: Ask for Help   Posted: Tue Jan 10, 2012 1:51 pm   Subject: Reliable way to block input on Windows Vista/7 with UAC
For now i will stick with this modded version that blocks keys and clicks, using 0x1FF as upper limit (altough i found some quotes, but no docs that define it as max value).


SetFormat, Integer, H ...
  Topic: Reliable way to block input on Windows Vista/7 with UAC
ABCza

Replies: 7
Views: 224

PostForum: Ask for Help   Posted: Mon Jan 09, 2012 11:22 pm   Subject: Reliable way to block input on Windows Vista/7 with UAC
Thank you. Is 0x1FF the upper limit or is related to the keyboard model? Also, where it came from?
  Topic: Reliable way to block input on Windows Vista/7 with UAC
ABCza

Replies: 7
Views: 224

PostForum: Ask for Help   Posted: Mon Jan 09, 2012 10:47 pm   Subject: Reliable way to block input on Windows Vista/7 with UAC
Thank you G.Sperotto and Guest. I need to block all input, for a lockscreen. Guest, the solution must work on Windows 7 in user mode with UAC on (blockinput doesn't).

I found two interesting soluti ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group