Results 1 to 7 of 7

Thread: Need Help

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    4

    Need Help

    I know basic VB, but i need to make a program that will interact with another program, i.e. read text of a screen then input and send text through a textbox. does anyone have advice on where i should start, like what to read, what things to learn, etc? Thanks.

  2. #2
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535
    The easiest method of interaction between 2 exe's is to use winsock with UDP protocol. Try searching MSDN. There is a ready meade example given using winsock for sending text written in one app. to another.

    Kinjal

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    4
    thanks

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    4
    ok, i found the winsock control and set it to udp protocol, but nothing on the MSDN makes sense for how i want to use it, any more advice? or am i just a retard?

  5. #5
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535
    Type "Using the Winsock Control" in MSDN Search and thats the topic where the entire code is given.

    Kinjal

  6. #6

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    4
    Thanks again!

  7. #7
    PowerPoster
    Join Date
    Aug 2002
    Location
    NY, NY
    Posts
    2,139
    If both programms will be written by you then COM/DCOM interface is the way to go.
    Roy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width