About 160,000 results
Open links in new tab
  1. Developing a Kiosk Application - CodeProject

    Jul 20, 2018 · Kiosk App is a special type of application that is designed to always run fullscreen and does not allow the user to exit the app. In order to achieve that, we need to set our app a device …

  2. Running a Web Site in Kiosk Mode with C# - CodeProject

    This article is about running a Web site in kiosk mode and disabling some normal keyboard control functionality to limit a user’s ability to depart from kiosk m

  3. How To Make a Windows Form App Truly Full Screen (and

    Dec 3, 2006 · Learn how to create a truly full-screen Windows Form application with detailed guidance and coding tips.

  4. PhotoBooth - CodeProject

    Jun 17, 2009 · An article on how to create a kiosk application that displays photos received via BlueTooth.

  5. C# MVVM Toolkit Demo - CodeProject

    May 19, 2022 · I recommend installing the "MVVM Toolkit Sample App" and there are more Infos, like a Demo-App with examples of its underlying Codebase. The only Thing to be aware of is the naming …

  6. WPF Notifications for all (SignalR) - CodeProject

    Jun 22, 2017 · This app will be installed in a remote server and will be public in a remote address. The others apps and users will be connected to it for sending and receiving messages. …

  7. “Napa” Development Tool for Office 365 Apps - CodeProject

    Feb 17, 2014 · CodeProject The “ Napa ” Office 365 Development Tools make it easy to start building apps for Office and SharePoint without leaving your browser or installing software.

  8. Using External Config Files in .NET Applications - CodeProject

    Jan 30, 2016 · The config file is a place where common variables, database connection strings, web page settings and other common stuff are placed. The config file is also dynamic, so you can change …

  9. Advanced TCP Socket Programming with .NET - CodeProject

    Learn advanced TCP socket programming with .NET framework and C# to create robust client-server applications.

  10. Creating your first MFC Doc/View application - CodeProject

    Sep 11, 2000 · Your document and view classes (you can have multiple document and multiple view classes within a single app) are linked together using internal MFC classes by your main …