I'm creating a chat program and each user can choose their own font, at the moment what happens if you're talking to someone who is using a font that you dont have is that the chat window just shows a standard system font instead, but what i want is for the font to be sent over the connection and for it to be automatically installed on the computer that doesn't have it. so how can you access installed font files in vb6 and how would you install one?