Windows mobile application development
-
Hi, I am developing a smart phone win32 console application in which I am sending the virtual key codes to Keyboard event using SendInput() API and taking the screen shot immediately, but here the problem is when I am trying to send the key codes to test some application like making call I will have some sequence of key events like opening the contacts using "rightsoft" , selecting the number dialing it using "talk" key event then waiting till the call connects and for all these events I have to capture the current screen shot and also as soon as the call ends again I have to take the screen shot showing that call has been ended in the application I am not able to know which application will the user test only I am concerned with passing the key events starting from ideal screen (desktop) to do testing using the key events . Same problem occurs when I try to load some web page while testing Internet Explorer application that is after how much time I should take the screen shot. [u][b]I thought that if the application can be able to catch some notification sent by OS that call made, call connected, call hasbeen ended, page laoded completely then I can capture the screenshots perfectly for every event.[/b][/u] So can u kindly tell me whether there is any API in win32 to do this. Thanks in Advance for any help Regards, Hema.