Search found 480 matches

by HiSoKa
09 Jan 2023, 01:12
Forum: Scripts and Functions (v1)
Topic: Class_ScrollGUI - updated on 2015-03-13
Replies: 105
Views: 45877

Re: Class_ScrollGUI - updated on 2015-03-13

Really nice idea, I hadn't thought of it :oops: .
Thank you very much @lmstearn to point it out ..
by HiSoKa
06 Jan 2023, 15:17
Forum: Ask for Help (v1)
Topic: [MS.Excel] Insert new row if i write something in cell Topic is solved
Replies: 4
Views: 340

Re: [MS.Excel] Insert new row if i write something in cell Topic is solved

Thank you very much @flyingDman , it work like a charm..
But is there a way to implement the same thing without using Class, Because I don't know how to deal with it and tweak it is somewhat difficult for me :oops:
by HiSoKa
06 Jan 2023, 09:56
Forum: Ask for Help (v1)
Topic: [MS.Excel] Insert new row if i write something in cell Topic is solved
Replies: 4
Views: 340

[MS.Excel] Insert new row if i write something in cell Topic is solved

Hello, For Example if i have like this worksheet. budget.png How i can automatically insert new ROW, if i wrote something in B3.. Knowing that there is a Formula/Function in B4, and it must also be applied to the lines that will be added, And a second question, if you don't mind :D , How can I apply...
by HiSoKa
27 Dec 2022, 08:56
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 101947

Re: [Class] ImageButton - 1.5.00.00 - 20201230

Thanks you guys for the help :salute:
by HiSoKa
27 Dec 2022, 01:32
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 101947

Re: [Class] ImageButton - 1.5.00.00 - 20201230

Hi, just me . Sorry for the inconvenience again, But I'm having a problem and I'm wondering if you have a solution. My problem is that I want to use WS_EX_LAYOUTRTL for writing style, Because the Arabic language is from right to left That's way sometimes some problems appear when writing in Arabic, ...
by HiSoKa
26 Dec 2022, 01:20
Forum: Ask for Help (v1)
Topic: open ahk (notepad) version through ahk Topic is solved
Replies: 14
Views: 1512

Re: open ahk (notepad) version through ahk Topic is solved

Put this line at the top of the code

Code: Select all

CoordMode, Mouse
by HiSoKa
24 Dec 2022, 08:33
Forum: Ask for Help (v1)
Topic: open ahk (notepad) version through ahk Topic is solved
Replies: 14
Views: 1512

Re: open ahk (notepad) version through ahk Topic is solved

lexikos wrote:
24 Dec 2022, 03:56
@HiSoKa If you are going to utilize the clipboard anyway, you may as well simplify the script by using the clipboard to determine which file is selected.
Thanks @lexikos To point it out..
by HiSoKa
24 Dec 2022, 03:06
Forum: Ask for Help (v1)
Topic: open ahk (notepad) version through ahk Topic is solved
Replies: 14
Views: 1512

Re: open ahk (notepad) version through ahk Topic is solved

Click F1 to try it.. f1:: Clipboard := Explorer_GetSelection() run, C:\windows\system32\notepad.exe WinWaitActive, Untitled - Notepad WinMenuSelectItem, ahk_exe NOTEPAD.EXE,, File, Open WinWaitActive, ahk_class #32770 Send , ^v Send, {Enter} return Explorer_GetSelection() { ;By TeaDrinker WinGetClas...
by HiSoKa
22 Dec 2022, 08:49
Forum: Ask for Help (v1)
Topic: Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved
Replies: 4
Views: 492

Re: Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved

Thank you very much Smile, The first example was closer to what I wanted, The second code, frankly, I did not understand it. Because when I added this Item to array. , 5 : { Text : "Text 5" , Extension : "AHK" , Section : "Programming" , Tags : ["Functions" ] } } For some reason the AHK Extension ap...
by HiSoKa
21 Dec 2022, 22:12
Forum: Ask for Help (v1)
Topic: Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved
Replies: 4
Views: 492

Re: Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved

Thank you very much, I couldn't have done this without you, You make me Day :)... But the code just needs a simple modification, I don't know how to implement it, I will be grateful to you if you help me with it. There is one problem, which is that when I choose, for example, PSD and then choose the...
by HiSoKa
21 Dec 2022, 11:22
Forum: Ask for Help (v1)
Topic: Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved
Replies: 4
Views: 492

Listview filtering and refresh according to some Selected Elements in other GUI Controls Topic is solved

Hello, I have this Array: MyArray[ 1 ] := {} MyArray[ 1 ].Text := "Text 1" MyArray[ 1 ].Extension := "PSD" MyArray[ 1 ].Section := "Graphic design" MyArray[ 1 ].Tags := [] MyArray[ 1 ].Tags[ 1 ] := "Color" MyArray[ 1 ].Tags[ 2 ] := "Composition" MyArray[ 1 ].Tags[ 3 ] := "Tutorial" MyArray[ 2 ] := {...
by HiSoKa
20 Dec 2022, 11:58
Forum: Off-topic Discussion
Topic: türkçe discort kanalı Topic is solved
Replies: 12
Views: 3121

Re: türkçe discort kanalı Topic is solved

hasantr wrote:
20 Dec 2022, 11:34
I haven't been interested in ahk for a while. but i try.
Thanks for the response
by HiSoKa
19 Dec 2022, 17:53
Forum: Off-topic Discussion
Topic: türkçe discort kanalı Topic is solved
Replies: 12
Views: 3121

Re: türkçe discort kanalı Topic is solved

Maybe @hasantr, can help you..
by HiSoKa
18 Dec 2022, 03:59
Forum: Ask for Help (v1)
Topic: Hide and Show GUI using It HWND or GUI Id Topic is solved
Replies: 2
Views: 427

Re: Hide and Show GUI using It HWND or GUI Id Topic is solved

Thanks @Rohwedder , This is what i was looking for :salute: ..
by HiSoKa
18 Dec 2022, 02:01
Forum: Ask for Help (v1)
Topic: Hide and Show GUI using It HWND or GUI Id Topic is solved
Replies: 2
Views: 427

Hide and Show GUI using It HWND or GUI Id Topic is solved

Hello, I have a long code with more than one GUI and sometimes things overlap between them regarding showing and hiding. What I want now is that when I press the button , hide the GUI using it HWND or the GUI ID controll, I Don't want to hide it using Gui, Hide Since there are more than one gui with...
by HiSoKa
17 Dec 2022, 16:33
Forum: Ask for Help (v1)
Topic: Use Modified key in Input Command Topic is solved
Replies: 4
Views: 350

Re: Use Modified key in Input Command Topic is solved

Thank you mikey :salute:, Everything works as expected now
by HiSoKa
17 Dec 2022, 16:20
Forum: Ask for Help (v1)
Topic: Use Modified key in Input Command Topic is solved
Replies: 4
Views: 350

Re: Use Modified key in Input Command Topic is solved

Thank you Mikey, But how I can execute the rest of the code after pressing one of the PrintScreen or ^PrintScreen . I tried and wrote some commands under #If but for some reason they are not being executed.. There are some commands that I want to execute only after pressing either PrintScreen or ^Pr...
by HiSoKa
17 Dec 2022, 15:47
Forum: Ask for Help (v1)
Topic: Use Modified key in Input Command Topic is solved
Replies: 4
Views: 350

Use Modified key in Input Command Topic is solved

Hi, I want when I press the HotKey, I have to wait for Two buttons ( PrintScreen & ^PrintScreen ). If the PrintScreen is pressed, I have to do something and then go to the MsgBox (in line #8 As you can see in the code below)... But if ^PrintScreen is pressed, another command must be executed, and th...

Go to advanced search