Results 1 to 4 of 4

Thread: hw to ensure font type, size and color same when receive from sender?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question hw to ensure font type, size and color same when receive from sender?

    if sender A send a message with font size = 16, font type = time new roman......when receiver recieve this message, the message must display with the size, type and color of sender set......how is the process work?

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: hw to ensure font type, size and color same when receive from sender?

    Could you send the information with the message, like Size=16|Font=fontA|Message=message and just split all the information?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: hw to ensure font type, size and color same when receive from sender?

    i cannot understand what u mean?

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: hw to ensure font type, size and color same when receive from sender?

    Send it as suggested, but include a character to let you know on the other side that you are including the Font info.

    with the font

    ||Size=16|Font=fontA|Message=message

    without the font

    |Message=message

    Just check for || when you receive it, if it is there, change the font, otherwise, leave it as it was. or else you could send the font each time, but that seems like a waste.

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