hyhy!
sprich: shellapi mache ich oben unter uses und
Code:
ShellExecute(
Handle, nil,'http://www.web.de', nil, nil, SW_SHOW);
schreibe ich die qusie in die label procedure:
Code:
procedure TForm1.Label5Click(Sender: TObject);
begin
ShellExecute(
Handle, nil,'http://www.hallo.de', nil, nil, SW_SHOW);
end;
end.
stimmt das!?