mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #562] Multiple desktop #321
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chico-depressive on GitHub (Dec 10, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/562
There is any way I can monitor events from other desktop using quasar(setwindowshookEx returns ERROR_ACCESS_DENIED), maybe creating some other process inside target desktop?
@MaxXor commented on GitHub (Dec 10, 2016):
What do you mean? You can select the monitor if the client has multiple available.
@chico-depressive commented on GitHub (Dec 10, 2016):
@MaxXor sorry, my english is not good, I am trying to run quasarClient inside another desktop, but when SetwindowshookEx is called(inside MouseKeyHook Library) an exception is raised with last error "ERROR_ACCESS_DENIED", I am not sure what is going on, because quasarClient is running inside another desktop as Elevated
@chico-depressive commented on GitHub (Dec 15, 2016):
the other desktop had ACL, problem solved