Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to send TAB to an application in VC++
Posted
Updated 11-Feb-11 8:58am
v2
Comments
Emilio Garavaglia 11-Feb-11 14:59pm    
Changed the title to reflect the text

Hi,
see this CP article that does exactly what you want:
SendKeys in C++[^]
 
Share this answer
 
Comments
Nuri Ismail 10-Feb-11 3:51am    
Great link! I was going to post this link but saw your answer. 5+ :)
JF2015 10-Feb-11 3:55am    
Thanks a lot!
Use the Send keys. See here[^].
 
Share this answer
 
Simple Tab Control For Visual C++[^] will give you an idea.
 
Share this answer
 
Comments
Abhinav S 10-Feb-11 3:47am    
I think he is looking for a send keys type of thing, not a tab control. ;)
[no name] 10-Feb-11 7:11am    
ok abhinav.
Send Tab key? If so you can use SendMessage() or PostMessage() to solve this problem!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900