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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top