I need to identify, for example, when we hit a text box in a web page, we get a "| " key sign right (Which would blink, until we type)
If you don't get what i am saying, go to google and click on the search text box, u would see a " | " sign that is blinking.
I need to write a C++ code to identify this sign, as in when the focus changes to this sign to trigger a certain event. I am unable to find what this sign is called. Can some some help me by providing some sample code or a tutorial or some sort of a pointer for me to start learning about this.