Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
General :: Windows :: Programming :: Windows with Delphi :: Windows Forms
Code snippets, Q+A around the Windows user interface. From a Delphi perspective, but usually applicable to other languages.
Articles:
This list is sorted by recent document popularity (not total page views).
New documents will first appear at the bottom.
Only the 40 most recently viewed articles are shown. You can see the full list here.
Featured Article
Create a 'hot URL link' in the About boxMany programs have an About box with a WWW address in it.
When the user clicks on that address, it will launch the webbrowser automatically and connect with the given site.
How to accomplish this?
Create your label component with the URL as it's caption.
Set the font's color to 'blue' and style 'underline' so that it looks like a link.
 | |  | | uses ShellAPI;
// ..
class
TAboutBox = class(TForm)
// ..
URLLabel : TLabel;
end;
// ..
URLLabel.Cursor := crAppStart; { set this in the object inspector }
// ..
// onClick event handler
procedure TAboutBox.URLLabelClick(Sender: TObject);
var TempString : array[0..79] of char;
begin
StrPCopy(TempString,URLLabel.Caption);
ShellExecute(0, Nil, TempString, Nil, Nil, SW_NORMAL);
end;
| |  | |  | You don't like the formatting? Check out SourceCoder then!
|
| Most recent comments
2009-11-07 07:59:25:
by trul5@hotmail.com
in Dating Scams
on Dating scam from Kazan, Russia - Part 1:
And here is one where the birthmark is easy to see
|
2009-11-07 07:51:42:
by trul5@hotmail.com
in Dating Scams
on Scammer Jane Mabou from Ivory Coast, Africa:
Here is same Elvira as darkhaired. She use a lot of other names as well
I have her mails if any want them to be posted.
Typcal russan scammer. Works with children, loves anmals, help poor and ... read more
|
2009-11-07 07:43:01:
by venezolano
in Dating Scams
on Dating scammer Anna Ogannisyan:
@magnus
I would like to see the new postings from lopitropi7777@yahoo.com. He is not a bright Boris. Discovered and still around. That is pathetic.
|
2009-11-07 07:00:49:
by Agent 86
in Male Dating Scammers
on Dating scammer Ken Anderson:
2009-11-01, 15:40:56
anonymous
Hello Adm,, and Maxwell
I can see no reason to remove any part of the original posting here.
Thank You Wanwan for posting the full infor ... read more
|
2009-11-07 06:33:15:
by Mangus
in Dating Scams
on Dating scammer Anna Ogannisyan:
Ton from Netherlands on stop scammers said there that he had been scammed of Lusine Mazmanyan from Gyumri in Armenia,on same type of sort which I been scammed on of Anna Ogannisyan from Sisian in Arme ... read more
|
|
2009-11-07 06:07:15:
by Magnus
in Dating Scams
on Dating scammer Ludmila from Volzhsk, Russia:
look at the thread of anna ogannisyan.see you soon.regards from sweden.
|
2009-11-07 06:05:25:
by Magnus
in Dating Scams
on Dating scammer Albina Aytakowa:
look at the thread of anna ogannisyan.regards from sweden.see you soon,mine friends.
|
2009-11-07 06:04:11:
by Magnus
in Dating Scams
on Dating scammer Alyona Podrez from Angarsk, Russia:
look at the thread of anna ogannisyan from sisian in armenia.she is one of the armenian scammers in the internet.the armenian scammergangs is big in the internet.see you soon.regards.
|
2009-11-07 06:01:54:
by Magnus
in Dating Scams
on Dating scammer Anna Petrovna Sotova:
look at the thread of anna ogannisyan from armenia.regards from stockholm.
|
2009-11-07 05:59:38:
by Magnus
in Dating Scams
on Dating scammer greenday564@gmail.com from Tomsk, Russia:
look at the thread of anna oganisyan from sisian in armenia.regards from stockholm.
|
|