Search found 9 matches

by oliverlipkau
18 Aug 2018, 10:14
Forum: Ask for Help (v1)
Topic: How to call a Win32 API with UUID [IVirtualDesktopManager]
Replies: 9
Views: 3836

Re: How to call a Win32 API with UUID [IVirtualDesktopManager]

I am trying to write a script where I can record a state of what window/program goes on what VD. And when I (re)boot, it will reconstruct that setup - instead of me having to move windows to other VDs. I found this script which reads the UUIDs of the VDs from the registry. https://github.com/pmb6tz/...
by oliverlipkau
18 Aug 2018, 06:14
Forum: Ask for Help (v1)
Topic: How to call a Win32 API with UUID [IVirtualDesktopManager]
Replies: 9
Views: 3836

Re: How to call a Win32 API with UUID [IVirtualDesktopManager]

@Flipeador

could you show me how to use the parts you have commented out, such as "GetDesktops"?
by oliverlipkau
17 Aug 2018, 13:21
Forum: Ask for Help (v1)
Topic: Register event in comobject
Replies: 6
Views: 2202

Re: Register event in comobject

so... this line https://github.com/lipkau/WinSCP.ahk/blob/master/WinSCP.ahk#L179 registers the events which the .dll supports (https://winscp.net/eng/docs/library_session#events) these events tell the running code about changes to the connection that happen async to the code running. you can read th...
by oliverlipkau
17 Aug 2018, 08:33
Forum: Ask for Help (v1)
Topic: How to call a Win32 API with UUID [IVirtualDesktopManager]
Replies: 9
Views: 3836

How to call a Win32 API with UUID [IVirtualDesktopManager]

Hey. I am looking into how to manage windows on multiple virtual desktops. I found this API: https://docs.microsoft.com/en-us/windows/desktop/api/shobjidl_core/nf-shobjidl_core-ivirtualdesktopmanager-getwindowdesktopid But I am not that experienced with `DllCall()`. How would I use this API in an AH...
by oliverlipkau
17 Aug 2018, 08:29
Forum: Ask for Help (v1)
Topic: Register event in comobject
Replies: 6
Views: 2202

Re: Register event in comobject

Hi TXShooter.

Did you manage to solve the problem? Do you still need help?
by oliverlipkau
17 Jan 2017, 05:45
Forum: Scripts and Functions (v1)
Topic: [CGUI] An object-oriented GUI library
Replies: 4
Views: 5614

[CGUI] An object-oriented GUI library

Hi :wave: I have been working on some projects of mine and had some pretty intense contact with an "old" library: https://github.com/ChrisS85/CGUI I am really amazed on how easy it is to use it and think it is a pity that Chris (the dev) does not have the time to maintain the repo anymore. I would l...

Go to advanced search