O
Olie
I need to create a application that acts as an Active Windows Desktop.
I can currently get a form with controls to behave like the desktop and
I use API functions (SetPosition()) to force it to always be on the
bottom. The problem is that the code to force it to be on the bottom
does not always work. There are ways to get the desktop to come to the
front and hide all the other windows.
I thought about drawing the window directly to the desktop but in this
situation any controls on the form stop working.
I need the form to always sit under all the windows and never come to
the front. What is the best way to do this if any.
I can currently get a form with controls to behave like the desktop and
I use API functions (SetPosition()) to force it to always be on the
bottom. The problem is that the code to force it to be on the bottom
does not always work. There are ways to get the desktop to come to the
front and hide all the other windows.
I thought about drawing the window directly to the desktop but in this
situation any controls on the form stop working.
I need the form to always sit under all the windows and never come to
the front. What is the best way to do this if any.