Send Messages?
-
Hello, When I have a Handle(HWND) to an Object or in the Window I can Send a Message for It. But if I save this Handle to a File after running the Window again, I can't Use the saved handle to send message to it. is there any way to save a handle or something like that and use it again? Best Wushes. Thanks.
-
Hello, When I have a Handle(HWND) to an Object or in the Window I can Send a Message for It. But if I save this Handle to a File after running the Window again, I can't Use the saved handle to send message to it. is there any way to save a handle or something like that and use it again? Best Wushes. Thanks.
a handle is created dynamically at runtime by windows. not a good thing to depend on. dont save the hwnd. instead, use some other means like FindWindow() Bikram Singh