/winshoes/Winshoes/Demos/CBuilder/POP3Client/AboutForm.cpp
https://code.google.com/p/moops-client/ · C++ · 20 lines · 12 code · 3 blank · 5 comment · 0 complexity · 10e693b282c7782e16803495eb6abf9a MD5 · raw file
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "AboutForm.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
-
- //---------------------------------------------------------------------
- __fastcall TAboutBox::TAboutBox(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
- void __fastcall TAboutBox::AuthorNameClick(TObject *Sender)
- {
- ShellExecute(NULL,"open","mailto:tsumbush@hotmail.com",NULL,NULL,SW_NORMAL);
- }
- //---------------------------------------------------------------------------