Windows Kiosk App

前端 未结 5 869
梦谈多话
梦谈多话 2021-02-02 17:04

So, I need to build a kiosk type of application for use in an internet cafe. The app needs to load and display some options of things to do. One option is to launch IE to surf

5条回答
  •  臣服心动
    2021-02-02 17:32

    •Can I use dotnet to create this?

    You can use .NET.

    •What OS do I have to use? I keep seeing windows xp embedded pop up in my readings

    you can use any OS

    •Will there be any issues with the app occasionally loading IE?

    in fact you can host IE control on your winform/wpf application, so no need to open IE.

    •If I can do it in c#, is there anything in particular that I should know about? Maybe my forms have to inherit certain classes, etc...

    there is nothing particular about kiosk application. just you need to have you app on top of everything even taskbar. hide minimize/restore/close buttons. provide a alternate way to close your app eg. by key combination

提交回复
热议问题