Custom Window Pointer in Windows (I don't know a correct name for this) #6586
Answered
by
kekekeks
PieroCastillo
asked this question in
Q&A
-
Hello, I found a simple way to render Graphics in Windows Desktop Background, and now I want to use it for Avalonia Win32, but I don't know a way to put a custom window pointer (and I don't know if that is possible), so, what u think? I want to do this for a Wallpaper App |
Beta Was this translation helpful? Give feedback.
Answered by
kekekeks
Sep 14, 2021
Replies: 1 comment
-
I don't think that any UI toolkit allows wrapping externally managed window handles. But you can try implementing your own |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PieroCastillo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think that any UI toolkit allows wrapping externally managed window handles. But you can try implementing your own
ITopLevelImpl
and useEmbeddableControlRoot
for hosting your content.