Search found 6 matches

by bcbg92400
13 Jan 2019, 08:22
Forum: Ask for Help (v1)
Topic: VIBER and CONTROLCLICK
Replies: 0
Views: 617

VIBER and CONTROLCLICK

Hello

How can i click on call first and then show dialer using CONTROLCLICK OR CONTROLSEND

Image
https://ibb.co/j86Qb1d

THANK YOU BODY
by bcbg92400
22 Oct 2017, 08:24
Forum: Ask for Help (v1)
Topic: FileAppend question
Replies: 5
Views: 1146

FileAppend question

i wanna get a msgbox each time var is already into the test.txt document

Code: Select all

Random, var, 1, 100
FileAppend, %var%`n, test.txt
by bcbg92400
22 Oct 2017, 08:11
Forum: J'ai besoin d'aide
Topic: FileAppend et detection de DOUBLON
Replies: 1
Views: 1933

FileAppend et detection de DOUBLON

Code: Select all

Random, var, 1, 100
FileAppend, %var%`n, test.txt
Je voudrais savoir comment faire pour avoir un msgbox quand j'ai un doublon dans %var%
by bcbg92400
21 Oct 2017, 17:46
Forum: Scripts and Functions (v1)
Topic: get URL from a browser
Replies: 1
Views: 1253

get URL from a browser

Does anyone could clean me out this code and keep only the GetActiveBrowserURL() nothing else #SingleInstance, force f2:: ; AutoHotkey Version: AutoHotkey 1.1 ; Language: English ; Platform: Win7 SP1 / Win8.1 / Win10 ; Author: Antonio Bueno <user atnbueno of Google's popular e-mail service> ; Short ...
by bcbg92400
12 Oct 2017, 11:13
Forum: Ask for Help (v1)
Topic: RegExReplace BUG
Replies: 5
Views: 2593

Re: RegExReplace BUG

i don't know how to use this website COULD YOU TRY FOR ME PLEASE <!DOCTYPE html> <html class="no-js"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- We're hiring. Now. / \ / \ Want to code in Go, Python, PostgreSQL, PHP, ReactJS/Redux, Java? / \ Play with NoSQL, microservices, Red...
by bcbg92400
12 Oct 2017, 09:52
Forum: Ask for Help (v1)
Topic: RegExReplace BUG
Replies: 5
Views: 2593

RegExReplace BUG

EVERYTIME I RUN MY CODE I GET AN ERROR WITH " *************************** " it's impossible to remove from my string please run it you will see ReadInFile(FileName) { file := FileOpen(FileName, "r") if(!IsObject(file)) { text := "fileRearError" return text } else { text := file.Read() file.Close() ...

Go to advanced search