Search code examples
c#hwndwindows-api-code-pack

Is HWND value is constant for a file/application?


I want to know that ,hwnd value of a file or application is constant through the life time or it can vary for a file or application after close?


Solution

  • You should not expect HWND to be constant. Every time you run your application, you might get different handles for files, windows, and anything else.