is there someway to etc, send keys to another running application with vb 6.0?
interacting with other applications
Collapse
X
-
Hi. Your question is a little vague. Do you have a need to interact with a specific app, and if so which app?Originally posted by Blurbintis there someway to etc, send keys to another running application with vb 6.0? -
How to send keystrokes to running Slideshow from VB6 code
Sending keys to powerpoint slideshow running in client machine
I have developed a visual basic 6 client(PC) server(PC) interacting networking application providing functionalities such as chatting.I also wishes to send keys to powerpoint slideshow running in client machine, so that i can control it from the server. But i don't know how to send keys to running slideshow application.
I need help to resolve this problem.Comment
-
the other alternative is use winsock ctrl in thy exeOriginally posted by techmanSending keys to powerpoint slideshow running in client machine
I have developed a visual basic 6 client(PC) server(PC) interacting networking application providing functionalities such as chatting.I also wishes to send keys to powerpoint slideshow running in client machine, so that i can control it from the server. Any help available or is there any alternative technique.Comment
-
I use winsock ctrl for chatting. If i send keys from server appln. to client appln. the keys will be got in the client side but how does it affect the running slideshow such as moving to next or previous slide view.Because slideshow is running in front of all application, I too want it in a Full screen view. Is there any API function available, through that we can interact with Powerpoint Show.Comment
-
search for api guide by kpdteam it may deffinatly help uOriginally posted by techmanI use winsock ctrl for chatting. If i send keys from server appln. to client appln. the keys will be got in the client side but how does it affect the running slideshow such as moving to next or previous slide view.Because slideshow is running in front of all application, I too want it in a Full screen view. Is there any API function available, through that we can interact with Powerpoint Show.Comment
Comment