| Author |
Message |
Topic: SW copy protection |
doggy4s
Replies: 289
Views: 52314
|
Forum: Scripts & Functions Posted: Thu May 21, 2009 9:48 am Subject: SW copy protection |
got this working for me (could for sure be improved)
this helped me <?php
SWP_Initialize(0x81645732,0x19573549);
$str = "your key";
$sleutel=XCBC($str);
... |
Topic: Jump to hotkey routine |
doggy4s
Replies: 2
Views: 354
|
Forum: Ask for Help Posted: Tue Apr 14, 2009 6:52 am Subject: Jump to hotkey routine |
thanks
Already had kind of found a workaround ( sure it can be improved)
Main problem I had was when a hotkey already was specified I could not specify the same keycombination again in the Gui.
... |
Topic: Jump to hotkey routine |
doggy4s
Replies: 2
Views: 354
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 11:45 pm Subject: Jump to hotkey routine |
Hope the code explains the goal a bit
- Hotkey values are stored and retrieved from .ini file
- Key_x can have same keys as main1 ie ^Z
- if same how can I jump to same routine as hotkey and/or s ... |
Topic: LButton click if do, else LButton normal |
doggy4s
Replies: 4
Views: 288
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 8:22 pm Subject: LButton click if do, else LButton normal |
hmm
I did try it before with Keywait but from what i see one has to 'repeat' the Lbutton first again .
Although when the key is then released one has to give the instruction to force the state (U/ ... |
Topic: LButton click if do, else LButton normal |
doggy4s
Replies: 4
Views: 288
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 8:07 pm Subject: LButton click if do, else LButton normal |
left mouse button to behave differently when the mouse is over a certain control
Correct.
Thanks , it works
Click L Down
Keywait, LButton
Click L Up
Mind explaining the logic pleas ... |
Topic: LButton click if do, else LButton normal |
doggy4s
Replies: 4
Views: 288
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 7:16 pm Subject: LButton click if do, else LButton normal |
Hi All
Been trying to manipulate a clickable graphical button that changes color according to its action (similar to a play/stop button)
Using a hotkey all works well. Problem arrises when I try t ... |
Topic: DLL using exported function |
doggy4s
Replies: 1
Views: 327
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 7:07 am Subject: DLL using exported function |
No hints ?
Would this info help ?
DLL filename = TheDllfilename.dll
function extracted from with depedency walker
?IsDoingsomething@someCtrl@TheDllfilename@@QAEHXZ
( or undecorate ... |
Topic: DLL using exported function |
doggy4s
Replies: 1
Views: 327
|
Forum: Ask for Help Posted: Sat Apr 04, 2009 3:07 pm Subject: DLL using exported function |
Hi
Hope my subject is correct (terms)
I am checking if it is possible and how to use a (exported) dll function.
checking with PE exlorer ( or alike) I found results like the examples below : ... |
Topic: MouseGetPos and OutputVarControl problem |
doggy4s
Replies: 2
Views: 285
|
Forum: Ask for Help Posted: Wed Apr 01, 2009 8:28 am Subject: MouseGetPos and OutputVarControl problem |
Think I solved it this way, at least I am not getting the error anymore.(sorry in my search and tries I forgot how it initially was programmed)
While I was figuring out a test initialy when testing % ... |
Topic: MouseGetPos and OutputVarControl problem |
doggy4s
Replies: 2
Views: 285
|
Forum: Ask for Help Posted: Tue Mar 31, 2009 9:18 pm Subject: MouseGetPos and OutputVarControl problem |
Hi All
what should be simple is creating a littel problem for me
I am trying to use the mouse wheel and buttons to send keystrokes
this sending is only allowed when mouse is hovering over certai ... |
Topic: Getting status of camera |
doggy4s
Replies: 3
Views: 464
|
Forum: Ask for Help Posted: Thu Sep 25, 2008 6:40 am Subject: Getting status of camera |
Actually its for a dv camera
did find a dll in to software ackage that reads the status of the camera connected ( liek if it is recording , rewinding etc ) but its not a actual function ( as I can ... |
Topic: Getting status of camera |
doggy4s
Replies: 3
Views: 464
|
Forum: Ask for Help Posted: Wed Sep 24, 2008 4:59 pm Subject: Getting status of camera |
Hi
To trigger (remotely) a videocap software ( with ahk script) I am in need of being able to get the status of a videocamera
I have been going through the source of DVapp and SDK docs (IAMExt ... |
Topic: Controling DV camera ( firewire) |
doggy4s
Replies: 3
Views: 304
|
Forum: Ask for Help Posted: Tue May 08, 2007 5:19 pm Subject: Controling DV camera ( firewire) |
I am sorry as I actually misfrased it all
rather than controling it I would like to intercept the state of the camera ( when ist recording or not etc) and let my scripts work from there ( hope thi ... |
Topic: Controling DV camera ( firewire) |
doggy4s
Replies: 3
Views: 304
|
Forum: Ask for Help Posted: Thu May 03, 2007 1:46 pm Subject: Controling DV camera ( firewire) |
Anyone familiar with controling a DV camera from a ahk script (through firewire) ?
In particular start and stop recording to tape instruction to the camera . (no transfer form file or importing foota ... |
Topic: Saving settings/variable |
doggy4s
Replies: 2
Views: 271
|
Forum: Ask for Help Posted: Mon Jan 22, 2007 5:28 pm Subject: Saving settings/variable |
| Thank you much |
| |