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.
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.
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.