| Author |
Message |
Topic: Calling 7zip through DllCall |
STEPHANVS
Replies: 7
Views: 1996
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 5:10 pm Subject: Question... |
... (although I just use the command line with Hide option, or not if I want to see the progression...)
Is it posible? Please share...
(As far as I tried with 7z.exe or 7zG.exe the Hide option d ... |
Topic: Embed an Internet Explorer control in your AHK Gui via COM |
STEPHANVS
Replies: 177
Views: 23229
|
Forum: Scripts & Functions Posted: Tue Nov 20, 2007 2:27 am Subject: Border... |
Works like a charm!
Thanks. |
Topic: Embed an Internet Explorer control in your AHK Gui via COM |
STEPHANVS
Replies: 177
Views: 23229
|
Forum: Scripts & Functions Posted: Sun Nov 18, 2007 10:05 pm Subject: Border? |
The control now has a 2 pixel (sunken) border around it. Is it possible to reduce it to 0 again? (like IEControl.ahk did)
Thanks. |
Topic: UNICODE support |
STEPHANVS
Replies: 8
Views: 929
|
Forum: Wish List Posted: Mon Nov 05, 2007 10:01 pm Subject: UNICODE support |
v2.0? Cool, v1.1 still not out yet
Anyway, I hope it's on the to do list
Regards,
Istvan |
Topic: UNICODE support |
STEPHANVS
Replies: 8
Views: 929
|
Forum: Wish List Posted: Sun Nov 04, 2007 6:07 pm Subject: UNICODE support |
Maybe I didn't search hard enough, but I didn't find this request
It'll be great to have UNICODE support in AutoHotKey, and probably not only for me. I am trying to make some text presentation ... |
Topic: TCP/IP evolved |
STEPHANVS
Replies: 7
Views: 710
|
Forum: Ask for Help Posted: Mon Jun 25, 2007 5:37 pm Subject: TCP/IP evolved |
... although this way the server doesn't close the socket on client exit ...
The problem is
DllCall("Ws2_32\WSAAsyncSelect", "UInt", socket, "UInt", ScriptMai ... |
Topic: TCP/IP evolved |
STEPHANVS
Replies: 7
Views: 710
|
Forum: Ask for Help Posted: Mon Jun 25, 2007 4:10 pm Subject: TCP/IP evolved |
Cool, man i missed the ReceiveData's {}'s... Works fine now, thanks again! |
Topic: TCP/IP evolved |
STEPHANVS
Replies: 7
Views: 710
|
Forum: Ask for Help Posted: Fri Jun 22, 2007 7:18 pm Subject: TCP/IP evolved |
No answer... should i post the code with explanations? |
Topic: TCP/IP evolved |
STEPHANVS
Replies: 7
Views: 710
|
Forum: Ask for Help Posted: Thu Jun 21, 2007 2:06 pm Subject: TCP/IP evolved |
Hi. I used Zed Gecko's TCP/IP scritps, and modified them a little, so the server can accept multiple connections. Well it works until i want the server to accept something that a client sends.
In t ... |
Topic: Get data from custom drawn control... |
STEPHANVS
Replies: 2
Views: 175
|
Forum: Ask for Help Posted: Sat Apr 07, 2007 7:51 pm Subject: Get data from custom drawn control... |
Is there any script command, algorithm, or any way to extract text/list/data from a custom, program drawn control?
(My control's ClassNN, from where I would like to get any kind of data, is an Afx: ... |
Topic: How to get RAW data? |
STEPHANVS
Replies: 4
Views: 211
|
Forum: Ask for Help Posted: Tue Mar 06, 2007 9:31 am Subject: How to get RAW data? |
What do you mean by
Wrong forum
?
This is the Ask for help forum. Where should I post my question? |
Topic: How to get RAW data? |
STEPHANVS
Replies: 4
Views: 211
|
Forum: Ask for Help Posted: Mon Mar 05, 2007 10:09 pm Subject: How to get RAW data? |
Hi, I have a program that has a listview-kind of control. The problem is, it's not true ListView, so I can't get data out of it through SysListView32X... I know it's Afx:400000:8:10013:0:01 so, if ... |
Topic: what if Afx:400000:8:10013:0:01 instead of SysListView321... |
STEPHANVS
Replies: 2
Views: 203
|
Forum: Ask for Help Posted: Mon Mar 05, 2007 5:09 pm Subject: what if Afx:400000:8:10013:0:01 instead of SysListView321... |
You have to use either the exact ClassNN or the ahk_class, etc., no SysListView32n.
Tried it... didn't work.
And if that's not a true ListView, AutoHotkey won't be able to extract info from it.
... |
Topic: what if Afx:400000:8:10013:0:01 instead of SysListView321... |
STEPHANVS
Replies: 2
Views: 203
|
Forum: Ask for Help Posted: Mon Mar 05, 2007 4:51 pm Subject: what if Afx:400000:8:10013:0:01 instead of SysListView321... |
I can't extract data from a program's list control. It's ClassNN is Afx:400000:8:10013:0:01 instead of SysListView321.
Active Window Info shows:
>>>>>>>>>>( Window ... |
| |