| Author |
Message |
Topic: sending rtf text to window |
femke
Replies: 3
Views: 90
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 2:17 pm Subject: sending rtf text to window |
thanks HugoV
i used some of the program with the clipboard as inbetween from the links you gave and it works but i would like to use the other possibilities that cRichEdit gives too
so i still w ... |
Topic: sending rtf text to window |
femke
Replies: 3
Views: 90
|
Forum: Ask for Help Posted: Tue Nov 11, 2008 12:05 pm Subject: sending rtf text to window |
I am trying to use the rtf functions found here:
cRichEdit(_ctrlID, _action, opt1="", opt2="", opt3="", opt4="", opt5="", opt6="")
htt ... |
Topic: ahk do not work in an active window |
femke
Replies: 16
Views: 369
|
Forum: Ask for Help Posted: Sat Nov 01, 2008 9:52 am Subject: ahk do not work in an active window |
maybe to test you can put it in a loop and get the wingetpos from the active window
when you make your poker window active ............???? let us know what happpens
Gui +AlwaysOnTop
Gui, ... |
Topic: ahk do not work in an active window |
femke
Replies: 16
Views: 369
|
Forum: Ask for Help Posted: Fri Oct 31, 2008 6:30 pm Subject: ahk do not work in an active window |
Hi
or a different hotkey? maybe it interferes with some key used by the program? |
Topic: ahk do not work in an active window |
femke
Replies: 16
Views: 369
|
Forum: Ask for Help Posted: Fri Oct 31, 2008 6:21 pm Subject: ahk do not work in an active window |
maybe try tooltip to see if the messagewindow is not messing things up~rbutton::
mousegetpos, x, y, Table
wingetpos, , , Breite, Höhe, ahk_id %Table%
if (Breite=518 AND Höhe=350)
T ... |
Topic: Creating Image with autohotkey |
femke
Replies: 1
Views: 73
|
Forum: Ask for Help Posted: Thu Oct 23, 2008 10:48 am Subject: Creating Image with autohotkey |
if you take the time to look at the examples this will do it i think thanks to Tic
http://www.autohotkey.com/forum/topic32238.htmlgdi
best of luck |
Topic: Window Hide/Show help |
femke
Replies: 1
Views: 89
|
Forum: Ask for Help Posted: Thu Oct 16, 2008 10:42 am Subject: Window Hide/Show help |
F3::
SetTitleMatchMode, 2
DetectHiddenText, On
a:=toggle()
If a =0
WinShow,Total Commander
If a =1
WinHide,Total Commander
return
toggle()
{
s ... |
Topic: substitute for PixelGetColor |
femke
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Mon Sep 22, 2008 7:05 pm Subject: substitute for PixelGetColor |
Hi Sivvy
it does not work ,the msgbox is empty
i had not the time to look it up to see why but my original idea was to get to the pointer of the memorylocation of the bitmap so i could speed it u ... |
Topic: substitute for PixelGetColor |
femke
Replies: 2
Views: 126
|
Forum: Ask for Help Posted: Sun Sep 21, 2008 6:26 pm Subject: substitute for PixelGetColor |
see: screencapture from Sean
http://www.autohotkey.com/forum/viewtopic.php?t=18146&postdays=0&postorder=asc&start=0
Because PixelGetColor did not get the color from the window i nee ... |
Topic: what starts the subroutine? |
femke
Replies: 1
Views: 93
|
Forum: Ask for Help Posted: Thu Aug 14, 2008 12:12 pm Subject: what starts the subroutine? |
Gui, 1: Add, Picture, x10 y10, picture.jpg
Gui, 1: Add, Button, x0 y+20 w75 vButtonVar, &Ok
Gui, 1: Show, Hide
Return
GuiSize:
GuiControl, Move, ButtonVar, % "x" & ... |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
femke
Replies: 69
Views: 16797
|
Forum: Scripts & Functions Posted: Sat Jul 05, 2008 3:53 pm Subject: Screen Capture with Transparent Windows and Mouse Cursor |
thanks Sean
your script is saving me a lot of time and work javascript:emoticon(' ')
i had already inserted a line that let irfanview do a copy / paste after the script capture but i will try y ... |
Topic: Screen Capture with Transparent Windows and Mouse Cursor |
femke
Replies: 69
Views: 16797
|
Forum: Scripts & Functions Posted: Sat Jul 05, 2008 2:22 pm Subject: Screen Capture with Transparent Windows and Mouse Cursor |
thanks for the very usefull script
i only noticed that the file when capturing in bmp is larger than with irfanview
230454 Kb for a 320 240 image in irfanview
307254 Kb with ahk
if i capt ... |
Topic: hexdump to file |
femke
Replies: 6
Views: 243
|
Forum: Ask for Help Posted: Thu Jun 05, 2008 5:11 pm Subject: hexdump to file |
thanks Skan it worked well javascript:emoticon(' ')
it took some time to unravel your programs but it was worth it!! |
Topic: hexdump to file |
femke
Replies: 6
Views: 243
|
Forum: Ask for Help Posted: Tue Jun 03, 2008 12:51 pm Subject: hexdump to file |
thanks Skan
it will take me some time to unravel how it works but it looks good javascript:emoticon(' ')
will let you know the result |
Topic: hexdump to file |
femke
Replies: 6
Views: 243
|
Forum: Ask for Help Posted: Tue Jun 03, 2008 8:38 am Subject: hexdump to file |
it is a jpg ,an avatar that is send by mail instead of attachment
i found this forum topic but the link to the getbyte is dead
http://www.autohotkey.com/forum/topic3229.html
i wonder why when ... |
| |