Search found 47 matches

by Alcrkai
19 May 2021, 09:44
Forum: Ajuda e Suporte Geral
Topic: Criptografia
Replies: 3
Views: 1646

Re: Criptografia

como usaria o obfuscador?
É só coloca ele no código?
by Alcrkai
19 May 2021, 06:18
Forum: Ask for Help (v1)
Topic: Compiling
Replies: 1
Views: 113

Compiling

Good Morning

How do I compile my encrypted exe?

I noticed that the exe opens with a notepad and the code appears at the end. How do I hide it?

Thanks
by Alcrkai
13 May 2021, 08:41
Forum: Ask for Help (v1)
Topic: Edit arrows
Replies: 2
Views: 112

Edit arrows

Is it possible to remove the arrows from the side of an edit? (the syllables to go up and down)
by Alcrkai
09 May 2021, 12:01
Forum: Ask for Help (v1)
Topic: open a program on the tab
Replies: 3
Views: 100

Re: open a program on the tab

I want to press an example button: edit report button, then another gui will open according to the photo, and the libreoffice will be fixed to the gui in the gui, as if it were part of it without being able to resize or move it from place, so that you just write the report
by Alcrkai
09 May 2021, 11:12
Forum: Ask for Help (v1)
Topic: open a program on the tab
Replies: 3
Views: 100

open a program on the tab

it is possible to open a program on the tab as if it were part of the script

https://uploaddeimagens.com.br/imagens/MEiuGi4

Image
by Alcrkai
09 May 2021, 06:16
Forum: Ask for Help (v1)
Topic: Automatic Spell Checker
Replies: 1
Views: 91

Automatic Spell Checker

Can someone help me make an automatic spelling checker, it can be after clicking the button it corrects. The language is not English, it is Portuguese that I need. If anyone can help me how can I do this, give me a light. It is for a program that the employees will write the reports and they must be...
by Alcrkai
09 May 2021, 06:07
Forum: Ask for Help (v1)
Topic: identify keyboard arrows
Replies: 3
Views: 219

Re: identify keyboard arrows

Just completed I solved the problem like this:

Code: Select all

if(A_GuiEvent="Normal" or A_ThisHotkey=Up or A_ThisHotkey=Down)
by Alcrkai
07 May 2021, 15:18
Forum: Ask for Help (v1)
Topic: identify keyboard arrows
Replies: 3
Views: 219

Re: identify keyboard arrows

It is possible to make this code send what is in the second column (which is hidden) to Edit, it works if I click with the mouse but I wanted it to work with the arrow keys too
by Alcrkai
07 May 2021, 07:50
Forum: Ask for Help (v1)
Topic: identify keyboard arrows
Replies: 3
Views: 219

identify keyboard arrows

how do I make it display messages using the arrow keys as well, the way it now works only using the mouse Class GuiConfig { Cores(id="") { if(Strlen(id)>0) { Gui, %id%:Color, ,dbdbdb Gui, %id%:Color, 425942 } else { Gui, Color, ,dbdbdb Gui, Color, 425942 } } } GuiConfig.Cores() Gui, Add, ListView, x...
by Alcrkai
05 May 2021, 13:40
Forum: Ask for Help (v1)
Topic: Record generator when deleting program
Replies: 6
Views: 202

Re: Record generator when deleting program

How would you do that? Could you teach me :)
by Alcrkai
05 May 2021, 12:41
Forum: Ask for Help (v1)
Topic: Record generator when deleting program
Replies: 6
Views: 202

Re: Record generator when deleting program

Is it possible to do something like this on a server?
by Alcrkai
05 May 2021, 08:46
Forum: Ask for Help (v1)
Topic: Record generator when deleting program
Replies: 6
Views: 202

Re: Record generator when deleting program

just the program is not possible?
The program is in a public folder on a server, in which case the folder is not excluded just the program
by Alcrkai
05 May 2021, 08:18
Forum: Ask for Help (v1)
Topic: Record generator when deleting program
Replies: 6
Views: 202

Record generator when deleting program

It is possible to generate registration when deleting a program. In this case, if someone deleted the program, it would generate a text file with the user name (A_username) and the time (A_now), but how do I generate it only when it has been deleted?
by Alcrkai
15 Apr 2021, 06:29
Forum: Ask for Help (v1)
Topic: Display array information in the second gui
Replies: 1
Views: 116

Re: Display array information in the second gui

You don't need it anymore, but here's the tip, to add the information I just added the variable where you type what will be displayed, follow the example

Code: Select all


Gui, Edita:Add, Edit, x22 y19 w950 h560 vOB, % variable_with_information

don't need GuiControl like I thought I did
by Alcrkai
15 Apr 2021, 05:51
Forum: Ask for Help (v1)
Topic: Display array information in the second gui
Replies: 1
Views: 116

Display array information in the second gui

How do I get my Array information to appear in the Edit that is generated when I double-click Edita: Gui, Submit, NoHide Row := A_EventInfo LV_GetText(observ, Row ,7) LV_GetText(ids, Row, 2) GuiControl, , Edit01, % observ LV_GetText(Unida, Row,1) if (A_GuiEvent = "DoubleClick") { Row := A_EventInfo ...
by Alcrkai
09 Apr 2021, 12:27
Forum: Ask for Help (v1)
Topic: Gui color
Replies: 1
Views: 110

Gui color

How do I make the function work on the other GUI? Class GuiConfig { Cores(id="") { if(Strlen(id)>0) { Gui, %id%:Color, ,dbdbdb Gui, %id%:Color, 425942 } else { Gui, Color, ,dbdbdb Gui, Color, 425942 } } } GuiConfig.Cores() Gui, Add, ListView, x12 y29 w290 h130 , ListView Gui, Add, Text, x12 y169 w15...
by Alcrkai
05 Apr 2021, 13:24
Forum: Ask for Help (v1)
Topic: Data search in Spreadsheet
Replies: 6
Views: 325

Re: Data search in Spreadsheet

Doesn't it change anything from Excel to Libreoffice Calc?
by Alcrkai
05 Apr 2021, 12:16
Forum: Ask for Help (v1)
Topic: Data search in Spreadsheet
Replies: 6
Views: 325

Data search in Spreadsheet

I would like to know if there is how to get data from a spreadsheet, I thought of using FileReadLine but it does not search columns, and in a txt file it would be a lot, and I cannot use a database, it needs to be a spreadsheet. Some guru can help this beginner to solve this, showing me what I use o...
by Alcrkai
05 Apr 2021, 05:42
Forum: Ask for Help (v1)
Topic: Link in listview
Replies: 6
Views: 305

Re: Link in listview

Thank you, I will study your code it was something in this genre that I need, I am starting now in ahk I need to study more.
by Alcrkai
03 Apr 2021, 07:38
Forum: Ask for Help (v1)
Topic: Link in listview
Replies: 6
Views: 305

Re: Link in listview

Each column opens something different. In the code I made when I clicked on any column it opens the other two tabs, but I want to open the tab for the column I clicked on. It is possible? Below is the code I am training. Gui, color, 425942 Gui, Font, s10 Gui, Add, Tab2, x22 y19 w340 h230 , Tab1|Tab2...

Go to advanced search