AutoHotkey Community

It is currently May 22nd, 2012, 12:34 pm

All times are UTC [ DST ]


Search found 184 matches
Search these results:

Author Message

 Forum: Custom   Topic: [Class] WinClip - direct clipboard manipulations

Posted: Yesterday, 10:14 am 

Replies: 65
Views: 4980


Hi, Rob The Save/iSave functions is made to keep binary content of clipboard in the file with possibility to restore it, so you did right in your second example. However, there is no need to use "i" prefixed function as they intended for multi-clipboard purposes, here is how you could do t...

 Forum: Custom   Topic: [AHK_L] Crypt - ahk cryptography class (Encryption, Hashing)

Posted: May 7th, 2012, 10:09 am 

Replies: 48
Views: 5969


Yep, you'r right, base64 is better than hex. Actually i already changed this, just forgot to update the distrib. Thanks for the reminder.
It is updated now, redownload

 Forum: Custom   Topic: [Class] WinClip - direct clipboard manipulations

Posted: May 5th, 2012, 9:38 pm 

Replies: 65
Views: 4980


did you tried this with WinClip or somehow else?
May i see the code?

 Forum: Custom   Topic: [AHK_L] Crypt - ahk cryptography class (Encryption, Hashing)

Posted: April 12th, 2012, 6:23 am 

Replies: 48
Views: 5969


for now - no, may be later...

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: April 5th, 2012, 5:57 am 

Replies: 65
Views: 4980


jarris
Did you included WinClip as described in first post?

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: April 4th, 2012, 9:16 am 

Replies: 65
Views: 4980


sorry, man, didn't understand your question

 Forum: Issues   Topic: child GUI's controls names not visible when using OnMessage

Posted: March 23rd, 2012, 3:18 pm 

Replies: 0
Views: 318


here is an example tooltip somehow show control names from parent gui OnMessage( 0x200, "Tlp" ) Gui, parentgui:New,,parent Gui, parentgui:Default gui,add,edit, vparentcontrol1 w50,1 gui,add,edit, vparentcontrol2 w50,2 Gui, childgui:New, +ParentParentgui -Caption +Border Gui, childg...

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: March 20th, 2012, 7:22 am 

Replies: 65
Views: 4980


hi, oldbrother
i've fixed this problem, this function will use UTF-8 encoding now
redownload please
and thank you for finding this!

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: March 6th, 2012, 7:38 pm 

Replies: 65
Views: 4980


tnkrer
cool, glad you found a solution :)

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: March 6th, 2012, 6:02 am 

Replies: 65
Views: 4980


why don't you use html itself? i'm sure outlook should understand it right i just tried gvim and was able to copy snippets in following steps: 1. Copy html text from gvim editor (it copied as plain text, not html format, therefore we need to convert it to html ) 2. Do the following: htmlTxt := WinCl...

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: March 5th, 2012, 7:01 am 

Replies: 65
Views: 4980


1. After the paste, the cursor goes to the next line. I am guessing that since we are reading a file, end of file is treated as end of line? What can I do to keep the cursor at the end character of the paste? first of all make sure you don't have new line character in your signature text. Then you ...

 Forum: Scripts   Topic: [Class] WinClip - direct clipboard manipulations

Posted: March 3rd, 2012, 4:57 am 

Replies: 65
Views: 4980


hello bytes := Winclip.Load("c:\bin\autohotkey\rtf\utsignature.rtf") methods Load() and Save() both work with binary content of clipboard, therefore Load() intended to load full clipboard from file saved eariler with Save() to load RTF file onto clipboard, use following example: rt...

 Forum: Scripts   Topic: Aaron's YouTube Television v2.2.2.7

Posted: February 11th, 2012, 7:16 am 

Replies: 133
Views: 7832


no problem, i'm always rich on suggestions, lol under unicode titles i mean that if video has non-english title, it will not be displayed correctly i can assume that if you'll download the page URL points to, it will be easy to determine if it contains video by parsing it. May be there is an easier ...

 Forum: Scripts   Topic: [CLASS] LV_AltColoredRows [AHK_L]

Posted: February 11th, 2012, 5:48 am 

Replies: 7
Views: 736


i think you just need to filter messages that goes for your LV from all other, then there will be no any problems

 Forum: Scripts   Topic: AHK CPUMeter gadget

Posted: February 11th, 2012, 5:44 am 

Replies: 3
Views: 410


i like it, thanks!
Sort by:  
Page 1 of 13 [ Search found 184 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group