Search results for query: *

  • Users: Tatsu
  • Order by date
  1. T

    How To Check If A Window Is Minimized?

    It is working but the problem of timer is still here. It is looping.
  2. T

    How To Check If A Window Is Minimized?

    Hello, my aim is my c# application is when I an exe file is open then a button is created on my winform and when the window of the exe is closed the button disappear. the function of the button will be if we click on the button the window is minimized then the window will be restored. Here is...
  3. T

    How To Check If A Window Is Minimized?

    Hello, I need to check if a window is minimized in c# Here is what I did: { class RestoreWindow { [DllImportAttribute("user32.dll")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImportAttribute("user32.dll")] public static extern bool...
  4. T

    Question Creation of an internal Windows 10 system

    Hello, I am doing an internship in a company and they asked me to create an internal Windows 10 system which will replace the standard one. It is about making restrictions on the different machines of the company. For example, when you type the Windows button, the start menu will not be...
Back
Top Bottom