CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: winsock

  1. #1
    Join Date
    Oct 2001
    Posts
    3

    winsock

    hi friends,

    I am doing messenger using winsock control in vb. I want to change the colour, size and font of the text. It should be received inthe same format to theother client. Hw can i do it? any one of u pls help me


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: winsock

    Well, the best way to find out how to do that, is using the MIM-method. The Man-in-the-middle, that is placing a program between the client and the server. The MIM will send everything it get's to the other side. This way, the MIM knows what is being sent.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Oct 2001
    Location
    India
    Posts
    49

    Re: winsock

    I think another approach could be to send the font info. to the receipient every time the sender changes the font. This would result in extra traffic though. but you have to lose something to gain some!!!

    Vivek ([email protected] or [email protected])

  4. #4
    Join Date
    Jul 2001
    Location
    maharashtra,india
    Posts
    181

    Re: winsock

    hi
    i have made chatting applet using this feature
    if u want u i will fwd it u
    u can mail me at
    [email protected]


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

Featured