I have a chat program, written in Delphi 7, that I would like to replace long url's posted, with a smaller tinyurl as displayed. I've Googled but haven't found anything helpful quite yet.
It's kind of annoying when URLs are hidden behind inscrutable shortened versions. In your case, I suggest using shorter text for the displayed text, but maintain the original URL for display in the status bar or a hint, just like the Web browsers do it. Let chat recipients see the real URLs that people are posting to them, so they can better judge whether they really want to click. Stack Overflow does that for long URLs in comments, for example. – Rob KennedySep 28 at 14:33
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.