views:

88

answers:

1

hi

i want to do a program that like daily organizer or agenda. i want that program runs on desktop like a wallpaper but as transparantly. (like the clock on vista). how can achieve this by c#. i only ask to locate program on desktop.

thanks.

+1  A: 

You need to create a Windows Sidebar Gadget, which is typically an HTML "application", an HTML "application" that hosts Flash (Silverlight may work as well, although I'm not sure), or a C# application, as shown here.

Scott Dorman
"Writing a Windows Sidebar Gadget in Silverlight--dead simple!" http://blogs.msdn.com/charles_sterling/archive/2007/05/14/writing-a-windows-sidebar-gadget-in-silverlight-dead-simple.aspx
dtb