Hi Friends, I am new to this community, while working with 1 of my automation script I am encountering an issue, I wanted to get HWND’s, creation time.
I am having a set of HWND in an array which I have retrieved from FindWindowEx, I want to find in array which HWND is created last depending upon system time
I do not have enough knowledge of window hooks, but I read about some CBTproc which has some event called “CBT_CREATEWND” which can return HWND at the time window is about to create, I am very much unsure about how to work with window hooks But if I will get HWND I can pick up system time and compare with HWND of my array.
Anyone can please put some light on the same, also ask me for more elaboration if I am not clear.
Thanks, Manish Bansal