Search results
Results From The WOW.Com Content Network
by balawi28 » Thu Jul 13, 2023 6:17 pm. AHKFastTranslator is an AutoHotkey script that provides a fast and convenient way to translate text using Google Translate API. It allows you to assign a hotkey that triggers the translation process, and the translated text can be displayed in a tooltip or a message box.
I just saw it as a challenge to see if I could make a function to convert text to binary. It will convert a string to binary. string=this is a test Binary:=binary (string) msgbox, %Binary% binary (string) { Loop, parse, string { var=128 Transform, tobin, Asc, %A_LoopField% loop, 8 { oldtobin=%tobin% tobin:=tobin-var value=1 if tobin<0 { tobin ...
Code: Select all; Google Translate script ; Take a string in any language and translate to any other language
this is the text: "ตัวอย่างข้อความนี้เท่านั้น สําหรับข้อความ ahk จากแผ่นจดบันทึกถึงตัวแปล bing ขอบคุณ 12345" become : "this text only example for the ahk text from notepad to bing translator thank you 12345"
Code: Select all. #c:: OCR () #g:: Vis2.OCR.google () ;Googles the text instead of saving it to clipboard. #i:: ImageIdentify () * When your cursor turns into a crosshair, drag to select a portion of the screen. * Release LButton when you are satisfied with the preview text. Press any of the modifier keys, Ctrl, Alt, or Shift to access Advanced ...
text in tray icon - posted in Ask for Help: is there any way to display text as the tray icon so i can have an input displayed as the icon. I am making a gmail checker and i want the number of email to be displayed on top of the gmail logo. I could do this by saving lots of icons (with different numbers) but i really dont want to do that.
24 posts. Last active: Feb 10 2012 07:01 AM. Joined: 07 Nov 2006. It is easy to use the mscomm32.ocx by the com lib. But when i want to send the binary, i met the problem because the default property of InputMode is text. However i don't know how to change this property. I try this: Com_Invoke (rs_port,"InputMode=","comInputModeBinary"), it is ...
FileAppend, Text, Filename, Encoding Parameters Text. If blank or omitted, Filename will be created as an empty file (but if the file already exists, its modification time will be updated). Otherwise, specify the text to append to the file. This text may include linefeed characters (`n) to start new lines.
Page 1 of 4 - Small and fast Text File Encryptor - posted in Scripts and Functions: Here is a relatively small script for encrypting and decrypting text files. The ciphertext is also a text file. Characters with code less than 32 or larger than 126 are left unencrypted. The line structure of the original file is preserved. If this is undesirable, the original lines could be padded with a ...
LowerText(*) { ; Convert text to lower Clipboard := "" Send("^c") ;copies selected text ClipWait StringLower Clipboard, Clipboard SendInput %Clipboard% Return } Beijer.bot (2024-01-03).jpg You do not have the required permissions to view the files attached to this post.