aNewLyfe Posted August 30, 2014 Share Posted August 30, 2014 I'm trying to make a desktop wallpaper application with video support. But stuck at z-order. Any suggestions? How to put autoit window before desktop listview? I'm currently attaching window to the WorkerW. also tried the $HWND_BOTTOM const of _WinAPI_SetWindowPos but when i apply this, win goes invisible. no luck yet any help will be appreciated ~ Every Living Thing is a Code Snippet of World Application ~ Link to comment Share on other sites More sharing options...
smartee Posted August 31, 2014 Share Posted August 31, 2014 hi aNewLyfe, this might be a bit more involved than you anticipated. A quick web search showed me:DreamScene achieves it. Mysteriously. $$$.VLC achieves it. http://www.howtogeek.com/howto/18167/set-a-video-as-your-desktop-wallpaper-with-vlc/Maybe automate VLC or/with some command line fu? http://superuser.com/questions/678670/starting-vlc-via-command-line-to-play-a-video-as-desktop-wallpaperThese guys made some headway too http://www.pouet.net/topic.php?which=7440&page=1That last link asserts that it may not be as simple as window ordering.This is interesting. Maybe we'll see your implementation in the example scripts section one day?Good luck. Link to comment Share on other sites More sharing options...
aNewLyfe Posted August 31, 2014 Author Share Posted August 31, 2014 thanks for your great reply and sources yeah, now i see it's not all about z-order. hi aNewLyfe, this might be a bit more involved than you anticipated. A quick web search showed me: DreamScene achieves it. Mysteriously. $$$. VLC achieves it. http://www.howtogeek.com/howto/18167/set-a-video-as-your-desktop-wallpaper-with-vlc/ Maybe automate VLC or/with some command line fu? http://superuser.com/questions/678670/starting-vlc-via-command-line-to-play-a-video-as-desktop-wallpaper These guys made some headway too http://www.pouet.net/topic.php?which=7440&page=1 That last link asserts that it may not be as simple as window ordering. This is interesting. Maybe we'll see your implementation in the example scripts section one day? Good luck. ~ Every Living Thing is a Code Snippet of World Application ~ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now