MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / aRunIEExecute

Method aRunIEExecute

source/main.cpp:1085–1093  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1083}
1084//---------------------------------------------------------------------------
1085void __fastcall TMainForm::aRunIEExecute(TObject *Sender)
1086{
1087 String url;
1088 TSyslogMessage * sm = GetMessageByIndex(LogSG->Row - 1);
1089 if( sm )
1090 url = String("http://") + sm->SourceAddr;
1091
1092 ShellExecute(GetDesktopWindow(), "open", url.c_str(), NULL, NULL, SW_SHOWNORMAL);
1093}
1094//---------------------------------------------------------------------------
1095void __fastcall TMainForm::aPingExecute(TObject *Sender)
1096{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected