windows programming

  1. M

    Windows 10 Python: get PID from window handle

    hi I am trying to get PID from the foreground window, but this doesn't work because I am passing the wrong kind of handle to the function. This is under python. How do I fix this? thx! import ctypes import time time.sleep(2) handle = ctypes.windll.user32.GetForegroundWindow() print(handle)...
  2. V

    Windows 7 Credential Provider problem on Windows 7

    Hello, I am a software developer and I encounter a LogonUI problem on Windows 7 when I use a credential provider in particular conditions. I have modified the SampleHardwareEventCredentialProvider sample of the RTMCredentialProviderSamples__FINAL archive (Link Removed). The original sample...
  3. Ryan

    Windows 7 Windows 7, WPF and C#

    Hello! I'm just getting started playing with Windows 7 and would love to get into developing multi-touch applications. I've downloaded some labs from the PDC and have VS2010 beta installed along with blend to start off. Is there any way I can simulate multi-touch input to test applications...
Back
Top