Search found 548 matches

by BNOLI
20 May 2020, 01:53
Forum: Other Utilities & Resources
Topic: AHK Compiler By DLG
Replies: 72
Views: 27338

Re: AHK Compiler By DLG

Samantha wrote:
19 May 2020, 14:46
I didn't think colors could affect some choices so much. :facepalm: :facepalm: :yawn: :yawn:
You're obviously very young, no idea why the psychological effect of colors seems that alien to you? C'mon, have a bite :arrow: Click :thumbup:
by BNOLI
20 May 2020, 01:40
Forum: Ask for Help (v1)
Topic: Interactive hidden CMD window
Replies: 18
Views: 2374

Re: Interactive hidden CMD window

I created a class just for this: CLI - Swiss Army Knife . Lots of examples included to capture and interact. Let me know if you have difficulty using this. I've seen your class, but haven't seen (while I'm sure it's there) the explicitly requested option (see above) to switch off the stealth-mode f...
by BNOLI
20 May 2020, 01:09
Forum: Scripts and Functions (v1)
Topic: GuiCmd.ahk
Replies: 3
Views: 1301

Re: GuiCmd.ahk

GuiCmd.ahk ... "COVID-19 version - ALPHA - May 12, 2020" :shock: :)
Thx for sharing it :thumbup:
by BNOLI
19 May 2020, 13:41
Forum: Ask for Help (v1)
Topic: Seeking efficient ways to tackle this problem Topic is solved
Replies: 2
Views: 219

Re: Seeking efficient ways to tackle this problem Topic is solved

Just out of curiosity, what are the "t" and "p"-button at this calendar is supposed to do?
As this is a JAVA interface (and to be on the save side) I'd go this way: graphicsearch
by BNOLI
19 May 2020, 11:47
Forum: Ask for Help (v1)
Topic: Variables do not contain the correct values after function call Topic is solved
Replies: 5
Views: 335

Re: Variables do not contain the correct values after function call Topic is solved

[pseudocode]

Code: Select all

coords := StrSplit(FindCurrentDay(),"|")
MouseMove,% coords[1] ,% coords[2]

FindCurrentDay() {
	x := 400
	y := 400
	Return  x "|" y
}
[/pseudocode] Alternatively you can set those coord-vars to 'Global'.
by BNOLI
19 May 2020, 10:48
Forum: Ask for Help (v1)
Topic: How to automatically output timestamps and visual cues when hotkey is triggered?
Replies: 11
Views: 1015

Re: How to automatically output timestamps and visual cues when hotkey is triggered?

I'd recommend to go for the next step and use one of those hundreds of existing scripts that create a Word document using COM. No problem to assign this to a Hotkey, so it creates the document taking its content from the clipboard, will attach the requested image label and goes stand-by till the nex...
by BNOLI
19 May 2020, 10:07
Forum: Ask for Help (v1)
Topic: Interactive hidden CMD window
Replies: 18
Views: 2374

Re: Interactive hidden CMD window

Have you already checked the forum for :arrow: StdOutToVar() * (or similar functions/classes)?? Regarding the confusing appearance if there's an orgy of parentheses and other kryptonic stuff while setting up a valid command line, what about using a continuation section (during its setup) to split it...
by BNOLI
19 May 2020, 09:56
Forum: Ask for Help (v1)
Topic: Can AHK detect when Action Center notifications occur?
Replies: 44
Views: 12576

Re: Can AHK detect when Action Center notifications occur?

Yep, that's what the linked content is about, how to become the (listening) man in the middle. There are a few fantastic members at this forum who might be able to translate/convert that code into something that can be used the way you've requested - or coming up with a completely different way :lol...
by BNOLI
19 May 2020, 08:59
Forum: Ask for Help (v1)
Topic: Hotkeys Not working In Windows 10
Replies: 6
Views: 2352

Re: Hotkeys Not working In Windows 10

32/64bit :think: ?
by BNOLI
19 May 2020, 08:42
Forum: Tooltime
Topic: FileTypesMan
Replies: 0
Views: 4401

FileTypesMan

FileTypesMan is an alternative to the 'File Types' tab in the 'Folder Options' of Windows. It displays the list of all file extensions and types registered on your computer. For each file type, the following information is displayed: Type Name, Description, MIME Type, Perceived Type , Flags, Browse...
by BNOLI
19 May 2020, 06:41
Forum: Ich brauche Hilfe
Topic: Zeichen aus Var entfernen
Replies: 11
Views: 1781

Re: Zeichen aus Var entfernen

Danke :thumbup:
by BNOLI
19 May 2020, 06:34
Forum: Ask for Help (v1)
Topic: Opening a web page in the current browser
Replies: 8
Views: 10733

Re: Opening a web page in the current browser

Code: Select all

!x::  press Alt+x for testing
    WinGet, pPath, ProcessPath, A
    MsgBox % "Run, " . pPath . "/param1 /param2 /param4" 
    Return
:)
by BNOLI
19 May 2020, 00:50
Forum: Ask for Help (v1)
Topic: Can AHK detect when Action Center notifications occur?
Replies: 44
Views: 12576

Re: Can AHK detect when Action Center notifications occur?

AFAICS, no. The only thing I found about that - probably offering some details for a conversion - is this: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/notification-listener Good luck :) BTW, the majority of articles I've done some research on this topic have sug...
by BNOLI
18 May 2020, 14:07
Forum: Ask for Help (v1)
Topic: AutoHotkey and Unlocker to delete system files?
Replies: 8
Views: 1085

Re: AutoHotkey and Unlocker to delete system files?

I don't like being accused of promoting adware by someone (whose ID is one month old). Thx for enlighten us about your feelings. Much appreciated. Feel free to prove where exactly I should have accused you of promoting adware. Take your time, I've posted exactly four times within this thread (this ...
by BNOLI
18 May 2020, 09:54
Forum: Ask for Help (v1)
Topic: AutoHotkey and Unlocker to delete system files?
Replies: 8
Views: 1085

Re: AutoHotkey and Unlocker to delete system files?

gregster , your right. No idea about his intention to write such things but that's <explicit two letter abbreviation here> ... a) pointing out the 'heritage' of that guests nick should have provided the option to get in touch with that member if needed (well, if he's still around). b) bc the link t...
by BNOLI
18 May 2020, 09:31
Forum: Ask for Help (v1)
Topic: Copy and paste selected text into MS Word within desktop virtualization
Replies: 4
Views: 610

Re: Copy and paste selected text into MS Word within desktop virtualization

Unfortunately, it is not possible to run AHK within the actual Citrix session. Why? Correct me if I'm wrong - the Citrix session is just creating a channel to 'see' what's going on at that remote box. So if you execute whatever script (that is hosted on that remote box) it'll run fine, your main/st...
by BNOLI
18 May 2020, 08:52
Forum: Ask for Help (v1)
Topic: If Var "Contains" Help
Replies: 6
Views: 347

Re: If Var "Contains" Help

Your matchlist is missing its separators? Check the AHK reference for details: 'if var contains matchlist'
by BNOLI
18 May 2020, 08:15
Forum: Ich brauche Hilfe
Topic: Zeichen aus Var entfernen
Replies: 11
Views: 1781

Re: Zeichen aus Var entfernen

nacken012 just me's code liefert dir genau diese liste 'am Stück'. inOCR := "(13318 @ x12838 x12936 x11462 x12580" Zahlen := StrSplit(Trim(RegExReplace(inOCR, "\D+", " ")), " ") For Each, Zahl In Zahlen index .= Zahlen[A_Index] "`n" ; index concatinieren MsgBox % outOCR := SubStr(index,1,-1) ; LF c...
by BNOLI
18 May 2020, 07:52
Forum: Ich brauche Hilfe
Topic: Zeichen aus Var entfernen
Replies: 11
Views: 1781

Re: Zeichen aus Var entfernen

just me wrote:
18 May 2020, 07:27
Wenn der Name des Arrays Var ist, finden sich die Werte nicht in
Var1, Var2, Var3 ...
sondern in
Var[1], Var[2], Var[3] ...
... vll kannst du mir erklären wann (bzw. in welchem Kontext) man Var[1] < > Var.1 nutzen sollte (denn beide würden im Beispiel funktionieren)? Danke :)

Go to advanced search