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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -