c# - WPF: Create a screen-saver feature when application is inactive? -


i writing wpf application kiosk. kiosk go unused extended periods want create "screen saver"-like feature can show promotional slides interrupted when person touches screen , starts application. how can go doing this?

i dont know if there nativ, can make it.

  • open window without border
  • make top of screen , maximized (fullscreen).
  • run video (or kind of media/animation) in it. (your promotional slides)
  • check if press key, touch screen, or move mouse close it.

dont forget add timer launch it.

by way, google question , find lot of sample :


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -