Search found 161 matches

by Klark92
23 Mar 2017, 19:17
Forum: Wish List
Topic: pls delete this
Replies: 5
Views: 2349

Re: I'm so tired about coding with ahk...

If ahk were premium, I were absolutely buy it... because it would have own editor.. I dont believe your last sentence :)
by Klark92
23 Mar 2017, 19:11
Forum: Wish List
Topic: pls delete this
Replies: 5
Views: 2349

Re: I'm so tired about coding with ahk...

You are absolutely right bro! there is community and I dont make too much money and I dont have time... what about that ?, if you have to do some work in real life, you can't create new things much... thats why Im so tired...

btw, autogui is not supporting tab control loading back...
by Klark92
23 Mar 2017, 17:08
Forum: Wish List
Topic: pls delete this
Replies: 5
Views: 2349

pls delete this

i cancelled my idea, pls delete the topic
by Klark92
23 Mar 2017, 05:51
Forum: Ask for Help (v1)
Topic: Listview : How to remove header pinline ?
Replies: 7
Views: 2637

Re: Listview : How to remove header pinline ?

Sorry, that Ptr cannot be '1' because it's closing uxtheme effect ... it didnt worked

OK :mrgreen:
by Klark92
23 Mar 2017, 05:01
Forum: Ask for Help (v1)
Topic: Listview : How to remove header pinline ?
Replies: 7
Views: 2637

Re: Listview : How to remove header pinline ?

its not a good solution because the themed selection box is trimming when I increase the column width
by Klark92
22 Mar 2017, 18:56
Forum: Ask for Help (v1)
Topic: Listview : How to remove header pinline ?
Replies: 7
Views: 2637

Re: Listview : How to remove header pinline ?

yes there is only one column. sorry about that but it appears with that code : Gui, Add, ListView, x10 y10 w145 h240 hwndHLV Background000000 cWhite, Col1 DllCall("UxTheme.dll\SetWindowTheme", "Ptr", HLV, "WStr", "Explorer", "Ptr", 0) LV_Add("", "hi from first row") LV_Add("", "hi from second row") ...
by Klark92
22 Mar 2017, 17:32
Forum: Ask for Help (v1)
Topic: Listview : How to remove header pinline ?
Replies: 7
Views: 2637

Listview : How to remove header pinline ?

http://image.prntscr.com/image/94d443ddc95f482193608f80cde9e424.png When listview is themed, that line appears... Does anybody know, how to remove it ? Example: Gui, Add, ListView, x10 y10 w145 h240 hwndHLV Background000000 cWhite, Col1 DllCall("UxTheme.dll\SetWindowTheme", "Ptr", HLV, "WStr", "Exp...
by Klark92
15 Mar 2017, 15:28
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 20464

Re: FrameShadow(): Drop Shadow On Borderless Window

np dude. keep waiting, it is on the way :) (I'm working on docking class)

Image
Image
Image
by Klark92
14 Mar 2017, 13:56
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 20464

Re: FrameShadow(): Drop Shadow On Borderless Window

It cannot be fixed with any function in dwm manager, if you look at any shadowed window (e.g : Total 360 Security), they have extra hidden window in process, it is shadow layer... I have c# code that it makes shadow around main window and it works perfect with dragging : http://image.prntscr.com/ima...
by Klark92
12 Mar 2017, 08:44
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 20464

Re: FrameShadow(): Drop Shadow On Borderless Window

Thanks, I actually want a real shadow with layered window but Im still searching...(only got working c# code)
by Klark92
11 Mar 2017, 20:33
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 20464

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

I was looking for this... :angel: ONLY TESTED ON WIN7, Maybe you guys can help me out... http://image.prntscr.com/image/0bc1c68393364db4bcbf13d190993aae.png Gui, +HwndHGui -Caption FrameShadow(HGui) Gui, Add, Button, x10 y130 w100 h30, Minimize Gui, Add, Button, x365 y130 w100 h30, Exit Gui, Add, Gr...
by Klark92
28 Feb 2017, 06:02
Forum: Announcements
Topic: [POLL] AutoHotkey_H dedicated subforum
Replies: 34
Views: 124112

Re: [POLL] AutoHotkey_H dedicated subforum

I agree if there is no error while compiling etc. :lolno: lol im just joking... :mrgreen:
by Klark92
10 Feb 2017, 15:54
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 338
Views: 182572

Re: Radial menu scripts - updates 2016-12-27

How can I activate menu ? Im sorry but help is terrible, I cant even see activating hotkey
by Klark92
04 Feb 2017, 15:11
Forum: Tips and Tricks (v1)
Topic: Disabling fade effect on gui animations
Replies: 5
Views: 7185

Re: Removing fade effect/animations on all Guis

You're welcome, and thanks tmplinshi for improvemented codes :)
by Klark92
04 Feb 2017, 12:38
Forum: Tips and Tricks (v1)
Topic: Disabling fade effect on gui animations
Replies: 5
Views: 7185

Re: Removing fade effect/animations on all Guis

@Helgef :

Image

tmplinshi shared this gif before and this fix is for that and similar problem actually :)
by Klark92
04 Feb 2017, 11:19
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 104086

Re: [Class] ImageButton

Sure, its done and I made it easy to use, you can put that code only top of the script :) Check it out if you need...

https://autohotkey.com/boards/viewtopic.php?f=7&t=27743
by Klark92
04 Feb 2017, 11:17
Forum: Tips and Tricks (v1)
Topic: Disabling fade effect on gui animations
Replies: 5
Views: 7185

Disabling fade effect on gui animations

; Disable Fading Effect On Guis DllCall("SystemParametersInfo","UInt",0x1043,"UInt",0,"UInt",0) Progress, 100, Loading, Please Wait... Progress, Off DllCall("SystemParametersInfo","UInt",0x1043,"UInt",0,"UInt",1) You can put that code top of your script and you dont need to call that again... It re...
by Klark92
04 Feb 2017, 05:19
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 104086

Re: [Class] ImageButton

I made a alot research, it worthed :)
by Klark92
03 Feb 2017, 18:44
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 104086

Re: [Class] ImageButton

Hi again tmplinshi buddy :) Guys I solved bad fading problem... Put that Code Before "Gui, Show": DllCall("SystemParametersInfo", UInt, SPI_SETCLIENTAREAANIMATION := 0x1043, UInt, 0, UInt, 0) and put that code After "Gui, Show": DllCall("SystemParametersInfo", UInt, SPI_SETCLIENTAREAANIMATION := 0x1...

Go to advanced search