.net - Using a form as the windows desktop background -


i have written program screen saver containing 3d engine rendering picture box (set size of form, set size of screen). nice as screen saver, adapt program instead of being screen saver, form placed behind desktop icons, in front of wallpaper?

i have seen similar program existed on mac rendered 3d rotating earth, haven't found similar windows.

i break 2 parts.

part 1: program takes configuration setting file create rendered image use wallpaper background @ regular intervals.

part 2: small winforms app alter configuration program in part 1.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -