Search found 161 matches

by Klark92
28 Jun 2019, 10:50
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244033

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Hellbent wrote:
27 Jun 2019, 19:51
Gdip Gui.

Tips enabled and disabled

SnapShot_30.png


A few different color variations

SnapShot_29.png
You should share that with us. :)
by Klark92
16 Jun 2019, 19:05
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 19698

Re: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)

just me wrote:
16 Jun 2019, 06:48

Code: Select all

...
Gui, IGUI2:+HwndIGUI2 ; <<<<< you need to specify the GUI name here
Gui, IGUI2:-Caption +ToolWindow +Lastfound
...
Hmm I didnt see that wrong. I think its because i'm never using it like that :)
by Klark92
15 Jun 2019, 19:29
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 19698

Re: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)

Gui, New is the key, Good luck #SingleInstance Force SetTitleMatchMode RegEx Gui, New Gui, +HwndIGUI2 Gui, -Caption -ToolWindow +Lastfound -Border Gui, Color, FF00FF Gui, Add, Text, y10, IGUI2: Gui, Add, Edit, xm y+5 w400 vCmdEdit , Command Gui, Show, Center w300 h300 y300, AHK GUI2 FrameShadow(IGUI...
by Klark92
15 Jun 2019, 19:27
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 19698

Re: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)

Do not use it like that : "Gui, IGUI2:" Write your project using "Gui, New" buddy.
by Klark92
28 Apr 2019, 17:00
Forum: Ask for Help (v1)
Topic: [IMPORTANT] LOOKING FOR MINIZIP.DLL (SKAN)
Replies: 1
Views: 617

[IMPORTANT] LOOKING FOR MINIZIP.DLL (SKAN)

https://autohotkey.com/board/topic/82132-minizipahk-autohotkey-wrapper-for-minizipdll/
i saw it from here but site is down. Is anyone have that library ?
thanks
by Klark92
23 Apr 2019, 15:47
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 227
Views: 95735

Re: Using Google Translate to automate text translation

Thanks! Very handy script. I did it with browser automation before. It was fast too. What do you think about the "tk" token system. Can you guess how long they dont change it :) ?
by Klark92
22 Nov 2018, 17:05
Forum: AHK Studio
Topic: Boring intelisense CallTip!!!
Replies: 2
Views: 4270

Re: Boring intelisense CallTip!!!

I solved by editing code. Now I got what I wanted. dear creator, please add this property to next version. Thx
by Klark92
22 Nov 2018, 15:14
Forum: AHK Studio
Topic: Boring intelisense CallTip!!!
Replies: 2
Views: 4270

Boring intelisense CallTip!!!

Dear Creator or Anybody, How can I disable CallTip ! But I want to re-open it by hotkey..
Thanks for any advice
by Klark92
05 Nov 2018, 13:03
Forum: AHK Studio
Topic: Remove the "Quick Find Bar"
Replies: 3
Views: 4630

Re: Remove the "Quick Find Bar"

Its on there...
by Klark92
04 Nov 2018, 17:46
Forum: AHK Studio
Topic: Remove the "Quick Find Bar"
Replies: 3
Views: 4630

Remove the "Quick Find Bar"

Why there is no menu for removing that tool ?
by Klark92
04 Nov 2018, 14:24
Forum: SciTE4AutoHotkey
Topic: Adding property to Scite4AHK
Replies: 1
Views: 2533

Re: Adding property to Scite4AHK

I saw ahk studio and it suppports that and other good properties. Actually it will be good for scite4ahk anyways
by Klark92
04 Nov 2018, 13:47
Forum: SciTE4AutoHotkey
Topic: Adding property to Scite4AHK
Replies: 1
Views: 2533

Adding property to Scite4AHK

I think somebody can (please) add that one critical property to scite4ahk: ** SUGGESTING WORDS PROPERTY, the notepad++ is suggesting words that I typed before, I think scite4ahk can support it (It will very useful for remembering all the variables that we declared before) I hope somebody hear my hel...
by Klark92
12 Aug 2018, 08:37
Forum: Ask for Help (v1)
Topic: Question about Class variables
Replies: 2
Views: 824

Re: Question about Class variables

thank you. that solved my problem. :beard:
by Klark92
12 Aug 2018, 05:52
Forum: Ask for Help (v1)
Topic: Question about Class variables
Replies: 2
Views: 824

Question about Class variables

WebRequest := ComObjCreate("WinHttp.WinHttpRequest.5.1") WebRequest.Open("GET", "http://www.google.com/", True) WebRequest.SetRequestHeader("Accept", "text/html, application/xhtml+xml, */*") WebRequest.SetRequestHeader("User-Agent", "Android") WebRequest.Option(6) := False WebRequest.Send() WebRequ...
by Klark92
05 Jun 2018, 08:20
Forum: Scripts and Functions (v1)
Topic: Koda Form Designer File (.KXF) to AHK GUI Format
Replies: 8
Views: 4040

Re: Koda Form Designer File (.KXF) to AHK GUI Format

No problem, we are looking for any tools like this(for autohotkey), but no one did it unfortunately. We have to thank that russian autoit lover for creating that tool :)
by Klark92
04 Jun 2018, 20:22
Forum: Scripts and Functions (v1)
Topic: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey
Replies: 12
Views: 4410

Re: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey

The world is changing and we have to see reality. Half of people writes with HTML(Electronjs, atom.io...), and half of writes with WPF(so XML)... Autohotkey designers must be more powerful. but I SEE BIG ZERO... There is NO powerful designers for AHK and there is no one doing it, even thinking, exce...
by Klark92
04 Jun 2018, 20:17
Forum: Scripts and Functions (v1)
Topic: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey
Replies: 12
Views: 4410

Re: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey

autohotkey is not object oriented, I respect all your project but I see all the labors as wasting time... They wont help us, they slows us down
by Klark92
04 Jun 2018, 19:20
Forum: Scripts and Functions (v1)
Topic: Koda Form Designer File (.KXF) to AHK GUI Format
Replies: 8
Views: 4040

Re: Koda Form Designer File (.KXF) to AHK GUI Format

Updated. I think everyone need that Gui designer and my converter... a Thanks enough :)
by Klark92
04 Jun 2018, 19:16
Forum: Scripts and Functions (v1)
Topic: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey
Replies: 12
Views: 4410

Re: [Library] AHK-OOG: Object Oriented GUIs in AutoHotkey

Guys, don't waste time with 'GUI', spend your time with XML based Gui designer... I was wrote Koda form designer .kxf to .ahk for example....

There is no still good form designer for ahk... I prefer koda form designer and my converter...

Go to advanced search