Search results for query: *

  • Users: Tatsu
  • Content: Threads
  • Order by date
  1. 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...
  2. 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