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 329 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remove comercials from video stream with COM (+COMSkip)
YMP

Replies: 7
Views: 294

PostForum: Ask for Help   Posted: Tue Sep 22, 2009 4:45 pm   Subject: Remove comercials from video stream with COM (+COMSkip)
Why not COM_Release? As for the notifications, I also receive them, however clock.avi seems to show up ok.

Perhaps this script is not fully compatible with COM.ahk, who knows. Rolling Eyes
  Topic: Remove comercials from video stream with COM (+COMSkip)
YMP

Replies: 7
Views: 294

PostForum: Ask for Help   Posted: Tue Sep 22, 2009 1:54 pm   Subject: Remove comercials from video stream with COM (+COMSkip)
Well, I could not find This is a standard library for IE/WebBrowser controls.

REDIRECT. IE.ahk is now retired. Code it using COM Standard Library
And COM Standard Library (COM.ahk) has the functio ...
  Topic: Remove comercials from video stream with COM (+COMSkip)
YMP

Replies: 7
Views: 294

PostForum: Ask for Help   Posted: Tue Sep 22, 2009 12:21 pm   Subject: Remove comercials from video stream with COM (+COMSkip)
You probably confused CreateObject with COM_CreateObject. As for WMPlayer.OCX, it's a ProgID, not a file name. You can find it in the registry.
  Topic: COM add in, ws4ahk issue [solved]
YMP

Replies: 4
Views: 214

PostForum: Ask for Help   Posted: Mon Sep 21, 2009 1:46 pm   Subject: COM add in, ws4ahk issue [solved]
Yes, because you used "}", not ")". Wink
  Topic: Problem using DllCall to msvcrt 8/9 dll
YMP

Replies: 3
Views: 440

PostForum: Ask for Help   Posted: Mon Sep 21, 2009 5:27 am   Subject: Problem using DllCall to msvcrt 8/9 dll
However, I read the relevant pages in MSDN and I still couldn't figure out - how not declaring the dependency to msvcr90 in the manifest disables me from calling LoadLibrary to it ?
Well, I don't kno ...
  Topic: Problem using DllCall to msvcrt 8/9 dll
YMP

Replies: 3
Views: 440

PostForum: Ask for Help   Posted: Sat Sep 19, 2009 6:53 pm   Subject: Problem using DllCall to msvcrt 8/9 dll
AutoHotkey.exe contains its manifest as a resource. It's an XML file that describes the executable's dependencies. Msvcr90.dll is not mentioned among them, therefore it is not loaded when AutoHotkey.e ...
  Topic: How to retrieve & change the height of Tab's header?
YMP

Replies: 2
Views: 149

PostForum: Ask for Help   Posted: Tue Sep 08, 2009 9:22 am   Subject: How to retrieve & change the height of Tab's header?
It seems you can only change the height for all the headers at once, not individually. If I am not mistaken.

TCM_GETITEMRECT = 0x130A
TCM_SETITEMSIZE = 0x1329

Gui, Add, Tab, hwndTabID, General| ...
  Topic: Trying to get DLLCALL to work
YMP

Replies: 2
Views: 143

PostForum: Ask for Help   Posted: Thu Sep 03, 2009 1:38 am   Subject: Trying to get DLLCALL to work
The function should be exported, i.e. be in an exe or dll export table, which is obviously not present in AHK exe's. So, yes, C or C++ would be better.
  Topic: How to generate a CLSID ?
YMP

Replies: 3
Views: 180

PostForum: Ask for Help   Posted: Tue Aug 25, 2009 4:08 am   Subject: How to generate a CLSID ?
Not sure what you mean by "free" and "static". But here is what I could find.

The CoCreateGuid function calls the RPC function UuidCreate, which creates a GUID, a globally uniqu ...
  Topic: How to work with UTF-8
YMP

Replies: 8
Views: 380

PostForum: Ask for Help   Posted: Sun Aug 23, 2009 11:13 am   Subject: How to work with UTF-8

Is there any good resource where I can learn a bit more about how to use DllCalls?
I easily get lost on MSDN and dont understand half their sentences...
Well, the only alternative to MSDN I have ...
  Topic: How to work with UTF-8
YMP

Replies: 8
Views: 380

PostForum: Ask for Help   Posted: Sun Aug 23, 2009 10:38 am   Subject: How to work with UTF-8
There is probably not so much to be changed:

Encode( str ) {
RawLen := StrLen(str)

BufSize := (RawLen + 1) * 2
VarSetCapacity(Buf1, BufSize, 0 ...
  Topic: unicode and ascii delimeters, a guide for the perplexed...
YMP

Replies: 4
Views: 182

PostForum: Ask for Help   Posted: Sun Aug 23, 2009 9:09 am   Subject: unicode and ascii delimeters, a guide for the perplexed...
I am constantly using the full set, since cyrillic letters are mapped to the upper half of the ANSI codes. One problem with the upper codes is that they may denote different characters in different lo ...
  Topic: Getkeystate behaves differently under #ifWinactive
YMP

Replies: 2
Views: 117

PostForum: Ask for Help   Posted: Wed Aug 19, 2009 3:55 am   Subject: Getkeystate behaves differently under #ifWinactive
Strange behaviour, indeed, at first glance. But I suspect we are just missing something and it has an explanation.

The simplest workaround, in my opinion:

SetTitleMatchMode, 2
DetectHiddenText ...
  Topic: How to work with UTF-8
YMP

Replies: 8
Views: 380

PostForum: Ask for Help   Posted: Tue Aug 18, 2009 2:02 pm   Subject: How to work with UTF-8
Icarus
If utf-8 text contains letters that belong to different ANSI charsets, it can't be translated to ANSI correctly. Another possibility is that your system's default codepage differs from 1252, w ...
  Topic: Global and Static Variables, When are they needed?
YMP

Replies: 13
Views: 458

PostForum: Ask for Help   Posted: Sun Aug 16, 2009 5:41 pm   Subject: Global and Static Variables, When are they needed?
Does it mean that a Global Variable is available to all Hotkey Routines in other AutoHotKey scripts that may have been launched either earlier or later?
No, they exist within one script.
 
Page 1 of 22 Goto page 1, 2, 3 ... 20, 21, 22  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group