Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Application for a dedicated PC, uncloseable

Application for a dedicated PC, uncloseable

Scheduled Pinned Locked Moved C#
csharpdesignhardwaretutorial
5 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zaid Pirwani
    wrote on last edited by
    #1

    Hi, So I am to design an application with some basic functionality and hardware interface (COMs etc), have decided to use C#. The System which the app run on will be WinXp, without Internet and it will be a dedicated system to run that app ONLY, nothing else has to be run on it, there will be keyboard/mouse to sue the app but the user is not expected to go elsewhere, not be able to close the app and app should start-up as XP starts, no explorer,task manager etc. It is for a dedicated POS terminal... can someone here please guide me a bit in the right direction, I am sort of lost as from where to start. I know I will need to put the app in startup to get it running when system starts and somehow keep explorer from starting, I can capture key sequences and/or disable Windows shortcuts altogether (don't know how), provide a control to shutdown PC from within the app. Note: the user is not the opponent, he is not deliberately trying to get out of the app, I hope. Does anyonehave experience with this type of requirement.

    L J 2 Replies Last reply
    0
    • Z Zaid Pirwani

      Hi, So I am to design an application with some basic functionality and hardware interface (COMs etc), have decided to use C#. The System which the app run on will be WinXp, without Internet and it will be a dedicated system to run that app ONLY, nothing else has to be run on it, there will be keyboard/mouse to sue the app but the user is not expected to go elsewhere, not be able to close the app and app should start-up as XP starts, no explorer,task manager etc. It is for a dedicated POS terminal... can someone here please guide me a bit in the right direction, I am sort of lost as from where to start. I know I will need to put the app in startup to get it running when system starts and somehow keep explorer from starting, I can capture key sequences and/or disable Windows shortcuts altogether (don't know how), provide a control to shutdown PC from within the app. Note: the user is not the opponent, he is not deliberately trying to get out of the app, I hope. Does anyonehave experience with this type of requirement.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Zaid Pirwani wrote:

      Does anyonehave experience with this type of requirement.

      Kiosk mode[^]

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

      Z 1 Reply Last reply
      0
      • L Lost User

        Zaid Pirwani wrote:

        Does anyonehave experience with this type of requirement.

        Kiosk mode[^]

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

        Z Offline
        Z Offline
        Zaid Pirwani
        wrote on last edited by
        #3

        KIOSK, so this was the magic word I was missing.... simply didn't came to mind. THANKS for the tutorial link. :)

        L 1 Reply Last reply
        0
        • Z Zaid Pirwani

          KIOSK, so this was the magic word I was missing.... simply didn't came to mind. THANKS for the tutorial link. :)

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You're welcome :)

          1 Reply Last reply
          0
          • Z Zaid Pirwani

            Hi, So I am to design an application with some basic functionality and hardware interface (COMs etc), have decided to use C#. The System which the app run on will be WinXp, without Internet and it will be a dedicated system to run that app ONLY, nothing else has to be run on it, there will be keyboard/mouse to sue the app but the user is not expected to go elsewhere, not be able to close the app and app should start-up as XP starts, no explorer,task manager etc. It is for a dedicated POS terminal... can someone here please guide me a bit in the right direction, I am sort of lost as from where to start. I know I will need to put the app in startup to get it running when system starts and somehow keep explorer from starting, I can capture key sequences and/or disable Windows shortcuts altogether (don't know how), provide a control to shutdown PC from within the app. Note: the user is not the opponent, he is not deliberately trying to get out of the app, I hope. Does anyonehave experience with this type of requirement.

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            As noted in the other thread kiosk is the key word but do further research on it besides just the one tutorial. There are many clever ways to break a kiosk and you should insure that at least the common ones are not allowed.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups