Search found 93 matches

by HinkerLoden
23 Apr 2016, 05:59
Forum: Forum Issues
Topic: >>> ASK FOR HELP - RESTRUCTURE <<<
Replies: 16
Views: 5977

Re: >>> ASK FOR HELP - RESTRUCTURE <<<

seems the discussion goes more in the direction -> Close the old Forum.
by HinkerLoden
21 Apr 2016, 10:41
Forum: Ask for Help (v1)
Topic: How to prevent Windows key from bringing up Start screen?
Replies: 4
Views: 1554

Re: How to prevent Windows key from bringing up Start screen?

#F1::
MsgBox, Whateveryouwanttodo ;delete this line if you want nothing assign
Return
by HinkerLoden
19 Apr 2016, 06:43
Forum: Ich brauche Hilfe
Topic: Brauche Hilfe bei GDIP
Replies: 20
Views: 7438

Re: Brauche Hilfe bei GDIP

bekommst du ein bild ins clipboard mit der standard Druck taste. das wäre das schnelle workaround. aber nicht wirklich eine lösung bzg. GDIP. Btw. welche version ist die aktuelle. Hab ein wenig damit schon herum gebastelt. Hab die libs mal angehangen.
by HinkerLoden
17 Apr 2016, 14:01
Forum: Forum Issues
Topic: >>> ASK FOR HELP - RESTRUCTURE <<<
Replies: 16
Views: 5977

Re: >>> ASK FOR HELP - RESTRUCTURE <<<

I dont wanna blame you and i respect what you had written. Dont understand me wrong. But i want to tell you the truth so you can get my opinion. The Tutorial is good for the frequently used commands. But you just throw some command with short descriptions in the Room. Its more a short "some frequent...
by HinkerLoden
17 Apr 2016, 09:08
Forum: Forum Issues
Topic: >>> ASK FOR HELP - RESTRUCTURE <<<
Replies: 16
Views: 5977

>>> ASK FOR HELP - RESTRUCTURE <<<

I follow now intensive the Ask for help Thread. Its a good thing and its a big part (most posts and Views) of the Forum. The problem is that you cant find a specific thing you want. (Google search mostly picks entries from the old forum what completely messed up any focused search :headwall: ) I thi...
by HinkerLoden
17 Apr 2016, 02:18
Forum: Gaming Help (v1)
Topic: Keys get stuck - i need reliable solution
Replies: 6
Views: 5414

Re: Keys get stuck - i need reliable solution

#IfWinActive StarCraft II
LCtrl UP::LShift
LShift UP::LCtrl
Return
by HinkerLoden
17 Apr 2016, 02:16
Forum: Ask for Help (v1)
Topic: Few questions
Replies: 1
Views: 1002

Re: Few questions

1. sure - but you mean multiple tasks - but you can run even mutliple files either 2. sure - but you have to describe the task a bit more 3. Return 1. Close a Label/Timer , Give out one Variable inside a Function 2. First REturn in the Script stop the auto execution area 3. i am sure i forgot someth...
by HinkerLoden
16 Apr 2016, 19:26
Forum: Gaming Help (v1)
Topic: Keys get stuck - i need reliable solution
Replies: 6
Views: 5414

Re: Keys get stuck - i need reliable solution

i think the keys are trigger themself. and they jump to each other so fast that you only notice a stuck.

Try LCtrl UP::LShift or LShift DOWN::LCtrl
by HinkerLoden
16 Apr 2016, 07:25
Forum: Ask for Help (v1)
Topic: Get window size while resizing
Replies: 1
Views: 1804

Re: Get window size while resizing

A_GuiWidth A_GuiHeight These contain the GUI window's width and height when referenced in a GuiSize subroutine. They apply to the window's client area, which is the area excluding title bar, menu bar, and borders. [v1.1.11+]: These values are affected by DPI scaling. WinGet = Retrieves the specified...
by HinkerLoden
16 Apr 2016, 06:14
Forum: Gaming Help (v1)
Topic: gaming code help
Replies: 7
Views: 2679

Re: gaming code help

by pressing the Hotkey you activate many instances. maybe $q UP:: | $q Down:: fix it or rise up the Hotkeysperinterval
by HinkerLoden
16 Apr 2016, 06:04
Forum: Ich brauche Hilfe
Topic: csv zu html
Replies: 10
Views: 3775

Re: csv zu html

ich denke ich hatte das mal in OpenOffice - Da kann man das direkt Import/Expotieren.
by HinkerLoden
16 Apr 2016, 04:04
Forum: Other Utilities & Resources
Topic: Colorbot for desktop & browser
Replies: 2
Views: 3798

Re: Colorbot for desktop & browser

i am not really sure if this is safe. Any experiences ?
by HinkerLoden
15 Apr 2016, 15:02
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 514454

Re: Setup Notepad++ for AutoHotkey

I found few commands if forgot or didnt ordered in the right. Some fine tuning is in progress. But working good for me. Only the option to set up the mark background i cant find.
by HinkerLoden
15 Apr 2016, 14:59
Forum: Gaming Help (v1)
Topic: help to make clicks more random?
Replies: 4
Views: 1829

Re: help to make clicks more random?

use random function or 2 combine 2 Sleep, % Random(Min,Max) R1:=Random(Min,MaX);250,300 R2:=Random(MinSpread,MaxSpread);50-100 Rand:=R1 - R2 Think i wrote a function so you can use for every Sleep randomtime you only have to define in a min and max time. Can do the same with the clicks or the mousem...
by HinkerLoden
15 Apr 2016, 02:03
Forum: Ask for Help (v1)
Topic: Stop keypress from waking monitor
Replies: 7
Views: 3494

Re: Stop keypress from waking monitor

think ahk can only influence software side. the wake up process is hardware/bios controlled. Sometimes you can choose the wake-up keys or input devices in the bios options.
by HinkerLoden
14 Apr 2016, 07:38
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 514454

Re: Setup Notepad++ for AutoHotkey

I was really going crazy. I want to add a new style and nothing happens. First the update to the version v.6.9.1 added the style correct. I created a new Syntax-Highlightning file based on the Lazy one. But i completely redesigned it to a eye friendly dark background and i try to pick colours that n...
by HinkerLoden
12 Apr 2016, 17:12
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 514454

Re: Setup Notepad++ for AutoHotkey

is it no easier to install the plugin with the Plugin Manager. the startpost is a bit ago. A complete workaround would be nice.
by HinkerLoden
11 Apr 2016, 06:24
Forum: Ask for Help (v1)
Topic: ask for script to double-press delete key to close the window (alt+f4)
Replies: 3
Views: 1387

Re: ask for script to double-press delete key to close the window (alt+f4)

If you press now twice DEL in a second the window "Editor" will close. Fit in your TitleName or modify it the way you want. ~DEL UP:: ;~ allow to use the Hotkeys Native Function Loop, 4 { If (GetKeyState("Delete" , "P")) { IfWinExist, Editor ;Your Program Window Text / Calculator / Firefox / etc. Wi...
by HinkerLoden
10 Apr 2016, 18:21
Forum: Ask for Help (v1)
Topic: Need advice on renaming files
Replies: 5
Views: 1913

Re: Need advice on renaming files

here we go - just fit in your things. There is one little thing. Maybe you can find it. ; F9 - Get Filelist ;============================================================= F9:: FileListNew = Loop, Files, *.* ; *.csv | *.doc { StringTrimRight, Line, A_LoopFileName, 4 FileListNow =%FileListNow%%A_LoopF...

Go to advanced search