Start windows forms app after login and keep it modal until finished

Ronald Biemans 1 Reputation point
2021-03-23T08:33:04.457+00:00

IHi all, I have the following requirement, I need to start my app after a user logs in, it does some checks if they registered their hours from the day before, if yes then close app if no present form where they can register their hours. All this I can ofcourse do, but how do I make it that they cannot do anything else unless they have registered their hours. Meaning they can not open any other program. Is this possible and if so how ?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,226 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,569 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,031 Reputation points
    2021-03-24T16:22:01.003+00:00

    Sounds to me like you need to setup a single-app kiosk or a multi-app kiosk.

    0 comments No comments