My form as dekstop window?

  • Thread starter Thread starter Marc Schneider
  • Start date Start date
M

Marc Schneider

Hello,

I want that my program form, or a dialog of my program,
is running behind the dekstop icons.
I have seen a program for a TV card, which runs the video window
behind the desktop icons.
How can I do this with C# ?

Regards
Marc
 
You can try something by getting the handle of Desktop window using P/Invoke
GetDesktopWindow( ) and customize that one
 
Back
Top