Borland C++ Builder FAQ - Запуск браузера

ОГЛАВЛЕНИЕ


Запуск браузера

// Напишите  следующий код:
void __fastcall TForm1::Label1Click(TObject *Sender)
{
ShellExecute(Handle, "open", "http://google.com/",
0, 0, SW_SHOWNORMAL);
}