Search found 47 matches

by Alcrkai
19 Dec 2021, 12:35
Forum: Ask for Help (v1)
Topic: folder owner
Replies: 2
Views: 436

folder owner

It is possible to block the option to change the owner of a folder in the folder's security option. Is there any way to make a script or some setting or registry that by changing blocks the function and only the owner of the folder can change it
by Alcrkai
15 Nov 2021, 08:22
Forum: Ask for Help (v1)
Topic: basic calculation Topic is solved
Replies: 2
Views: 276

Re: basic calculation Topic is solved

I understand now how it works, thanks for the help.
by Alcrkai
15 Nov 2021, 08:14
Forum: Ask for Help (v1)
Topic: basic calculation Topic is solved
Replies: 2
Views: 276

basic calculation Topic is solved

Good morning, can anyone tell me why it doesn't work like this?

Code: Select all

InputBox, m, mes
InputBox, s, valor
loop %m%
{
	y=%y%+%s%
	MsgBox % y
	s=%y%*(100/100/100*3)
	MsgBox % s
	
	
}
MsgBox %y%
by Alcrkai
26 Jul 2021, 06:45
Forum: Ask for Help (v1)
Topic: String Format
Replies: 4
Views: 371

String Format

How to format a string to remove the accent. I need to leave it in lowercase and without accents, to make it lowercase I use StringLower but to remove the accent?
by Alcrkai
18 Jul 2021, 06:16
Forum: Ask for Help (v1)
Topic: Gosub
Replies: 2
Views: 135

Gosub

How do I give a gosub to a function every five minutes?
by Alcrkai
14 Jul 2021, 06:09
Forum: Ask for Help (v1)
Topic: String problem
Replies: 3
Views: 193

Re: String problem

I managed to solve my problem with the string replace. Thank you though.
by Alcrkai
14 Jul 2021, 05:16
Forum: Ask for Help (v1)
Topic: String problem
Replies: 3
Views: 193

String problem

Good Morning. I need some help, as I do to just use ". I need to put variables in a String with quotes. Here's an example: "http>//Test.com/test/teste1?firstvariable=variablehere&secondvariable=variablehere" Where there is variablehere, I wanted to replace it with the variables, but it is necessary ...
by Alcrkai
12 Jul 2021, 05:03
Forum: Ask for Help (v1)
Topic: Resquest and Header
Replies: 0
Views: 207

Resquest and Header

Good Morning. Does anyone know how I make a request and execute the header regarding the API of this link: https://documenter.getpostman.com/view/1324164/api-convert-200/7TJCt3D?version=latest#b96a0751-c592-41f4-a8fb-5dd6b40787cc I need the part: GET Executar Ligação para Número If anyone can help m...
by Alcrkai
10 Jul 2021, 09:46
Forum: Ask for Help (v1)
Topic: CURL in AHK
Replies: 4
Views: 708

Re: CURL in AHK

I need help
by Alcrkai
10 Jul 2021, 04:55
Forum: Ask for Help (v1)
Topic: CURL in AHK
Replies: 4
Views: 708

Re: CURL in AHK

AI found an API documentation that I need to use, but I never messed with it. Does anyone know how I use it?

LINK: https://documenter.getpostman.com/view/1324164/api-convert-200/7TJCt3D?version=latest#f5fb7a19-8b33-453d-be62-ebfc9a29acad
by Alcrkai
10 Jul 2021, 04:16
Forum: Ask for Help (v1)
Topic: CURL in AHK
Replies: 4
Views: 708

CURL in AHK

Good Morning.

I need help. I want to run a CURL using AHK is this possible?. I don't know how to execute the header, can someone help me.
by Alcrkai
06 Jul 2021, 04:30
Forum: Ask for Help (v1)
Topic: String Division
Replies: 3
Views: 255

String Division

Good Morning. How can I divide a string by spaces. In the case that it takes a string as a name and separates the first and last name by spaces.

Example:

James Kayser

String 01 =James
String 02 Kayser
by Alcrkai
20 Jun 2021, 06:34
Forum: Ask for Help (v1)
Topic: Label
Replies: 3
Views: 108

Re: Label

thanks.
it worked, I had tried it before but I hadn't used new, now that I used it, it worked
by Alcrkai
20 Jun 2021, 05:59
Forum: Ask for Help (v1)
Topic: Label
Replies: 3
Views: 108

Label

Good Morning. How do I make a label run automatically, I made an example below. I want the listview labels to run without me having to click on the list how do I do this? arrayex:=[] arrayex.push(["one"]) arrayex.push(["two"]) gui, add, button, ggo w40 h30,go gui, show , w90 h45 , return GuiClose: E...
by Alcrkai
16 Jun 2021, 05:38
Forum: Ask for Help (v1)
Topic: Logic Problem
Replies: 1
Views: 88

Logic Problem

Good Morning. Someone could help me with a Logica problem.
I want to search a database for the function of the employees but the functions are repeated many times and I wanted to get it only once so as not to get repetitive, my question is how do I make this filter to be just one of each.
by Alcrkai
08 Jun 2021, 12:35
Forum: Ask for Help (v1)
Topic: beginner calculator
Replies: 1
Views: 157

beginner calculator

Good afternoon I need help with my NumpadEnter, I would like when it is clicked it performs the expression, but this is not happening va:="%" global v Gui, Font, S23 CWhite Bold , italac Gui, Add, Edit, x2 y9 w320 h90 -VScroll ReadOnly vEdit1 cblack 0x2 number , Gui, Font, S10 CWhite Bold , italac G...
by Alcrkai
06 Jun 2021, 07:57
Forum: Ask for Help (v1)
Topic: Doubt
Replies: 3
Views: 222

Doubt

Is it possible to develop a code for mobile using AHK?
by Alcrkai
25 May 2021, 08:22
Forum: Ask for Help (v1)
Topic: right click
Replies: 3
Views: 173

Re: right click

Thanks a lot for the help
by Alcrkai
25 May 2021, 07:37
Forum: Ask for Help (v1)
Topic: right click
Replies: 3
Views: 173

right click

How do I make sure that when I click with the right mouse button it opens something as if it were a tooltip and that when I click on one of the options it would do the action according to it. if someone can show me a generic example like the one I gave below or even make the code of what I did below...

Go to advanced search