I need to code a C++ program to execute the tab control of the keyboard through the code. I am expecting when the tab control of the code gets executed, we should be able to navigate throught the web page through it. for example, take a web page, and we are able to navigate through it by clicking on the key 'tab'. like wise i need this to be done in the code.

I have googled this for weeks now, and unable to find a solution.

Recommended Answers

All 2 Replies

This is not something Standard C++ is not able to do. You have to call some functions from the operating system, or some very non-standard functions that few compilers have implemented.

Like what? how should i do this? can you give me a google search key to learn more about this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.