Search found 11 matches

by mustang
31 Oct 2022, 13:44
Forum: Bug Reports
Topic: Gui, Add, Edit ... limit characters 65535
Replies: 1
Views: 464

Gui, Add, Edit ... limit characters 65535

1.1.35.00 FileRead, test_value, test.txt Gui, Add, Edit, w580 h580 vGUI_EDIT, %test_value% ; <<<<<< BAD RESULT if test.txt include characters 65536 and more ( only 65535 ) Gui, Show, h600 w600, No limit if use GuiControl after GuiControl, Text, GUI_EDIT, %test_value%%test_value% https://i7.imageban....
by mustang
01 Feb 2018, 03:21
Forum: Ask for Help (v1)
Topic: Check VARs from template files (READLINE txt >>> EVAL etc)
Replies: 2
Views: 874

Re: Check VARs from template files (READLINE txt >>> EVAL etc)

help help
or so it does not work out?
I do not want to create many ahk files for checking other keys.
by mustang
31 Jan 2018, 03:51
Forum: Ask for Help (v1)
Topic: What do YOU use AHK for?
Replies: 30
Views: 8716

Re: What do YOU use AHK for?

Hey, I'm curious: how do you use Autohotkey to send a Telegram message to a specific recipient? That would be a cool way of communicating with my phone! Oh, and is it easy to get the content of a new message in Windows? i use this function. https://autohotkey.com/boards/viewtopic.php?t=24919 bot se...
by mustang
30 Jan 2018, 12:14
Forum: Ask for Help (v1)
Topic: What do YOU use AHK for?
Replies: 30
Views: 8716

Re: What do YOU use AHK for?

Parsing HTML data from many site and send Telegram msg if find news.
Monitoring new tech support request in 14 windows (old software in my work) (used ImageSearch, click on Button and send mail if finded)
small scripts for grab text, modify and print new

sorry for my bad english
by mustang
30 Jan 2018, 03:53
Forum: Ask for Help (v1)
Topic: Encoding Issues / WinHttpRequest object
Replies: 5
Views: 2431

Re: Encoding Issues / WinHttpRequest object

i use this function #NoEnv #SingleInstance force FileEncoding, UTF-8 url := "https://autohotkey.com" httpQuery(html_code_raw, url) Msgbox % html_code_raw httpQuery(byref Result, lpszUrl, POSTDATA="", HEADERS="") { WebRequest := ComObjCreate("WinHttp.WinHttpRequest.5.1") WebRequest.SetTimeouts(3000,3...
by mustang
29 Jan 2018, 05:47
Forum: Ask for Help (v1)
Topic: Check VARs from template files (READLINE txt >>> EVAL etc)
Replies: 2
Views: 874

Check VARs from template files (READLINE txt >>> EVAL etc)

Sorry for my bad english. Help implement the AHK algorithm for reading strings in TXT files and executing code. I have files: FILE .ini - BASE DATA [id_555] game=USA time_game=5 score_team1=2 score_team2=10 [id_999] game=BRAZIL time_game=60 score_team1=0 score_team2=0 FILE - 1...N -- TXT files (or O...
by mustang
18 Jun 2017, 16:47
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17700

Re: AHK Telegram MsgBox (Telegram_MsgBox)

not worked :( only square. i tryed. work only old emoji

Image
by mustang
17 Jun 2017, 06:10
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17700

Re: AHK Telegram MsgBox (Telegram_MsgBox)

Who now how send other emoji ? example this https://emojipedia.org/man-playing-handball/
how past code U+1F93E ?
by mustang
29 Apr 2017, 02:27
Forum: Ask for Help (v1)
Topic: I want to bind a key to a series of commands
Replies: 3
Views: 1029

Re: I want to bind a key to a series of commands

use
Random, OutputVar, 1000, 2000
settimer, KeysOff, OutputVar

~q
"~" - look manual "Hotkeys"
by mustang
29 Apr 2017, 01:02
Forum: Ask for Help (v1)
Topic: I want to bind a key to a series of commands
Replies: 3
Views: 1029

Re: I want to bind a key to a series of commands

may be this ~q:: Hotkey, a, Akey, On Hotkey, b, Bkey, On settimer, KeysOff, 1000 ; to turn Off the hotkeys if not pessed within a second after the q key return Akey: msgbox q+a key pressed send string A Gosub, KeysOff return Bkey: msgbox q+b key pressed send string B Gosub, KeysOff return KeysOff: H...
by mustang
25 Apr 2017, 03:18
Forum: Scripts and Functions (v1)
Topic: AHK Telegram MsgBox (Telegram_MsgBox)
Replies: 25
Views: 17700

Re: AHK Telegram MsgBox (Telegram_MsgBox)

SUPER. Thanks you dear member for this script )))
I needed to post from AHK to telegram my monitoring system.

Go to advanced search