Search found 933 matches

by hasantr
18 Jan 2024, 14:32
Forum: Scripts and Functions (v2)
Topic: RichEdit - a rich edit control for AHK v2 (2023-05-23)
Replies: 14
Views: 2222

Re: RichEdit - a rich edit control for AHK v2 (2023-05-23)

Microsoft removed RTF support in Windows 11, but the library still works.
by hasantr
09 Jan 2024, 04:19
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 25967

Re: Snipper - Window Snipping Tool

@FanaticGuru

Code: Select all

+ToolWindow
can be hidden from the Alt+Tab and Win+Tab menu using the Alt+Tab property.
This is how it was in Ahk v1 Version. Is there any reason not to make it default? Would you consider adding it to the settings menu?
by hasantr
04 Jan 2024, 05:34
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 25967

Re: Snipper - Window Snipping Tool

@boiler I totally agree with you but I have to look for an alternative. I have worked for many years in the same company and I know that I cannot change it. At least now I have the option of getting an alternative thanks to Autohotkey. I hope that someone with the same needs but more knowledge can ...
by hasantr
01 Jan 2024, 06:07
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 25967

Re: Snipper - Window Snipping Tool

A tip: I was having trouble taking a screenshot of some tooltips, so I thought I'd use it in conjunction with the built-in snipping tool. This works. Press Win+Shift+S to make the built-in snipping tool overlay the screen, then hold down the Windows key and drag the mouse to capture the tooltip with...
by hasantr
26 Dec 2023, 08:32
Forum: Scripts and Functions (v2)
Topic: CreateImageButton() - 2024-01-01
Replies: 43
Views: 11535

Re: CreateImageButton() - 2023-07-10

I made one dark button ChatGpt coloring over the sashaatx examples. It's not an important job, but maybe I'm sharing it to make someone's job easier. image.png IBStyles["dark"] := [[0xFF1C1C1C, 0xFF1A1A1A, 0xFFFFFFFF, 0, 0xFF1A1A1A, 1], ; Normal Condition: Very Dark Gray [0xFF262626, 0xFF1A1A1A, 0xF...
by hasantr
20 Dec 2023, 06:47
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 25967

Re: Snipper - Window Snipping Tool

I added a new small return wrapper for the Ocr plugin. I adapted the text detected with Ocr to @teadrinkerin Translate library. https://www.autohotkey.com/boards/viewtopic.php?f=6&t=63835 I designed a simple gui for previewing without copying to the clipboard. ; Snipper - Extension - OCR ; Version: ...
by hasantr
09 Aug 2023, 14:23
Forum: Scripts and Functions (v2)
Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
Replies: 53
Views: 16229

Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads

Is the DDC-CI feature not available on most monitors or video cards? I haven't been able to find a screen that I can use yet. The support for this feature is very poor. We have to deal with gamma. It's not quite effective either. And screen dimming does not save energy except for Led screens. We dir...
by hasantr
07 Aug 2023, 16:18
Forum: Ask for Help (v2)
Topic: v2 of Google "Did you mean..." tool? Topic is solved
Replies: 8
Views: 706

Re: v2 of Google "Did you mean..." tool? Topic is solved

I've never seen this before. It works great for my language too. Thanks.
by hasantr
07 Aug 2023, 02:10
Forum: Ask for Help (v2)
Topic: Overlay Screen on All Monitors with Gui
Replies: 3
Views: 407

Re: Overlay Screen on All Monitors with Gui

This shows a gui overlay across all monitors. Press Esc to close it: #Requires AutoHotkey v2.0 ; Get x, y, width, height of the bounding rectangle of all display monitors. vLeft := SysGet(76) vTop := SysGet(77) vWidth := SysGet(78) vHeight := SysGet(79) g := Gui("+AlwaysOnTop -Caption -DPIScale +To...
by hasantr
06 Aug 2023, 15:47
Forum: Ask for Help (v2)
Topic: Overlay Screen on All Monitors with Gui
Replies: 3
Views: 407

Overlay Screen on All Monitors with Gui

I wanted to make a screen saver app. I'm fine with it being slightly safe. I just have one question mark. Yes, I can put one gui at the front and cover the whole screen, but do we have a mechanism to do this automatically on the second or third monitors?
Thanks.
by hasantr
01 Aug 2023, 14:35
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 25967

Re: Snipper - Window Snipping Tool

Thank you. There is nothing to miss except the ability to paint the selected screen area in V1.
by hasantr
01 Aug 2023, 01:59
Forum: Scripts and Functions (v2)
Topic: Easy AutoGUI for Autohotkey v2.0
Replies: 27
Views: 11733

Re: Easy AutoGUI for Autohotkey v2.0

Great for a quick introduction to AHK v2. @Alguimist has done great things so far. And many thanks for building on that.
by hasantr
20 Jul 2023, 01:51
Forum: Scripts and Functions (v2)
Topic: Easy OCR
Replies: 78
Views: 15629

Re: Easy OCR

this looks pretty good. AHK is moving into the future with these great libraries.
by hasantr
04 Jul 2023, 13:40
Forum: Scripts and Functions (v2)
Topic: ListBuffer() : Buffer object viewer
Replies: 15
Views: 3799

Re: ListBuffer() v0.49

Updated : v 0.49 Added Co p y as Base64 option for selected bytes. This enables me to pull mcode directly from a .obj file. For Pelles-C created .obj file, code length is an int @offset:36 code starting pos is an int @offset:40     CopyAsBase64.png     Thanks skan. I'm not as involved with AHK as I...
by hasantr
04 Jul 2023, 13:36
Forum: Scripts and Functions (v2)
Topic: Pulover's Macro Creator for v2 [mod]
Replies: 23
Views: 6289

Re: Pulover's Macro Creator for v2 [mod]

It's great to see this in v2. Thank you very much. Pulover was someone who had less and less time every year.
by hasantr
09 Mar 2023, 03:02
Forum: Adventure IDE
Topic: Adventure - General-Purpose IDE, Lightweight Text Editor
Replies: 89
Views: 53944

Re: Adventure - General-Purpose IDE, Lightweight Text Editor

Autogui AHK v2 versiyonu olacak mı?


[Moderator note: English translation added. Please post in English.]

English translation: Will there be an Autogui AHK v2 version?
by hasantr
09 Mar 2023, 02:59
Forum: AHK Studio
Topic: AHK Studio & AHK V2?
Replies: 3
Views: 3675

Re: AHK Studio & AHK V2?

With the evolving VsCode support, AHK Studio will now be left behind, albeit reluctantly. He was a great editor. I've done my longest work so far, but now it's time to say goodbye. :)
VScode has now replaced most editors. Unfortunately it is.
by hasantr
08 Mar 2023, 02:36
Forum: Ask for Help (v2)
Topic: xd2txlib.dll Using the Library Topic is solved
Replies: 6
Views: 601

Re: xd2txlib.dll Using the Library Topic is solved

swagfag wrote:
08 Mar 2023, 00:25
i cant say. benchmark it and see for urself
Certainly. Thank you.
by hasantr
07 Mar 2023, 22:30
Forum: Ask for Help (v2)
Topic: xd2txlib.dll Using the Library Topic is solved
Replies: 6
Views: 601

Re: xd2txlib.dll Using the Library Topic is solved

newest version seems to support unicode already #Requires AutoHotkey v2.0.2 #DllLoad xd2txlib.dll #DllLoad OleAut32.dll filePath := 'E:\asdfga.doc' pBSTR_FilePath := DllCall('oleaut32\SysAllocString', 'WStr', filePath, 'Ptr') ; typedef int (*FUNCTYPE)(BSTR lpFilePath, bool bProp, BSTR*lpFileText); ...
by hasantr
07 Mar 2023, 22:24
Forum: Ask for Help (v2)
Topic: xd2txlib.dll Using the Library Topic is solved
Replies: 6
Views: 601

Re: xd2txlib.dll Using the Library Topic is solved

To be clear to others looking to help since you did not state it explicitly, are you looking for help in converting working v1 code to v2 code? Yes. I am sorry. I got an error trying to open a topic and forgot when I tried again. I wanted an example that I can use in the v2 version. I don't know mu...

Go to advanced search