Thread: Windows | Application proxy

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    6

    Windows | Application proxy

    Hello everyone.

    I am trying to learn myself how to program in C++. Now (I think) I have reached the chapter of making an application proxy.

    I've been searching google for some days now but yet I haven't found anything.

    With an application proxy I mean a program that can, for example, imitate an MSN conversation by sending the data of "Blah says: hiho" to the other computer.

    I know this explanation isn't too clear, but I guess most people will understand what I mean anyway.

    So my question is: How do I do this, can anyone link me to some good tutorials about it, or tell me where to look?

    Thanks in advance,
    Eddie

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    You are probably looking for the MSN protocol. You'll also need a knowledge of socket programming a good place to start would be the stickied post in the networking forum.

  3. #3
    Registered User
    Join Date
    Mar 2006
    Posts
    6
    I guess you misunderstood my question.

    The MSN-thingy was just an example to show what I meant. I want to make a programm that can modify the data that get's sent to the the server from some program. This could be MSN, because I guess it sends something like "Blah says: Blahblah" to some port on the server (and probably lots more arguments, but it was just an example)

    So, well, my question is mostly self-explaining. How can I send data to a server acting like I'm the client program.

    O my god... I really don't know how to explain this... The way I always call it is "application proxy" but I don't know if that's the right word for it...

    I hope someone can help me

    Yours sincerely
    Eddie

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. First Windows Application Error
    By Grimmy in forum Windows Programming
    Replies: 15
    Last Post: 03-06-2006, 09:45 AM
  2. How do you program a windows application?
    By Chrisab508 in forum Windows Programming
    Replies: 8
    Last Post: 10-18-2003, 10:21 AM
  3. FlashWindowEx not declared?
    By Aidman in forum Windows Programming
    Replies: 3
    Last Post: 05-17-2003, 02:58 AM
  4. Application Termination Problem in Windows XP
    By wasabee in forum Windows Programming
    Replies: 2
    Last Post: 04-11-2003, 12:53 PM
  5. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM