c# Programming Glossary: hwndtarget
Pinvoke SetFocus to a particular control http://stackoverflow.com/questions/9503027/pinvoke-setfocus-to-a-particular-control on my apps and newer Windows etc. void SetFocus IntPtr hwndTarget string childClassName hwndTarget is the other app's main window.. etc. void SetFocus IntPtr hwndTarget string childClassName hwndTarget is the other app's main window ... IntPtr targetThreadID WindowsAPI.GetWindowThreadProcessId.. IntPtr targetThreadID WindowsAPI.GetWindowThreadProcessId hwndTarget IntPtr.Zero target thread id IntPtr myThreadID WindowsAPI.GetCurrentThread..
|