Bu program C++ Builder 6 projesidir.Bu program ile birlikte istenilen bir web sitesi varsayılan tarayıcıda açılmaktadır.
Programın Tamamını Aşağıdaki Linkten İndirebilirsiniz
Program Kodu:
//--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "Unit1.h" #include "ShellApi.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma link "SHDocVw_OCX" #pragma resource "*.dfm" TForm1 *Form1; //--------------------------------------------------------------------------- __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { } //--------------------------------------------------------------------------- void __fastcall TForm1::FormCreate(TObject *Sender) { ShellExecute(0,"open","http://www.yahoo.com","" ,"",SW_SHOW); Application->Terminate(); } //---------------------------------------------------------------------------
| Yorumlar |
|
Powered by !JoomlaComment 3.26
