interacting with other applications

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blurbint
    New Member
    • Nov 2006
    • 37

    #1

    interacting with other applications

    is there someway to etc, send keys to another running application with vb 6.0?
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by Blurbint
    is there someway to etc, send keys to another running application with vb 6.0?
    Hi. Your question is a little vague. Do you have a need to interact with a specific app, and if so which app?

    Comment

    • techman
      New Member
      • Feb 2007
      • 2

      #3
      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

      • vijaydiwakar
        Contributor
        • Feb 2007
        • 579

        #4
        Originally posted by techman
        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. Any help available or is there any alternative technique.
        the other alternative is use winsock ctrl in thy exe

        Comment

        • techman
          New Member
          • Feb 2007
          • 2

          #5
          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

          • vijaydiwakar
            Contributor
            • Feb 2007
            • 579

            #6
            Originally posted by techman
            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.
            search for api guide by kpdteam it may deffinatly help u

            Comment

            Working...