I am doing an application that runs in background. Since there are no forms, I need to show some info on the desktop wallpaper. how can i achieve this ? The application need to update the info on wallpaper.
In order to change the system wallpaper, you'll need to invoke the SystemParameterInfo API. This function is well documented, look for it in google.
If you need to write something on the wallpaper, you might try to output the text in the image before passing that on to SystemParameterInfo.
This means that every time you need to change the text, you'll need to start again from the original image and add the new text.
Try implementing a single form with your custom message/text written on it.
This solves the problem of :
NOT having to write directly to the wallpaper &
NOT having to use use systray/widget-bar/notification
You might want to check this out XparentFormsCS on c-sharpcorner.com
NOTE: The pop-up balloon with ur text does seem a very cute-alternative though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With