Windows API used for desktop icons and others #2042
Closed
nsantiago2719
started this conversation in
General
Replies: 1 comment
-
https://www.codeproject.com/Articles/856020/Draw-Behind-Desktop-Icons-in-Windows-plus |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have found this project while looking for a reference on my learning mini-project that I'm doing to learn about creating windows application. I am fairly new on creating desktop applications also with windows apis so I just want to ask, on which part of the code handles the desktop icons so that lively is always behind those icons. Another thing is making sure that lively won't minimize when
Show Desktop
is executed(eg. via Windows + D).I was able see the
SetWindowsPos
from an windows api but that isn't enough(maybe) because it only set the position behind all applications but not the desktop icons.I hope that someone can point me to the part of the code or some documentation I could read to achieve those. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions