I'm new to windows desktop application development and I'm working on a project in that I need to show images that are downloaded from the internet once the screen is timed out as like a screensaver. I have gone through the System events from the below link but I didn't get anything useful. https://learn.microsoft.com/en-us/dotnet/api/microsoft.win32.systemevents?view=net-5.0 Can anyone suggest to me how to achieve my requirement?
I'm using .net for development and I'm using windows forms.