if(String.isNullOrEmpty(lblVideoLink.Text)){
MessageBox.Show
}
else{
ProcessStartInfo start = new ProcessStartInfo();
start.FileName = lblVideoLink.Text;
Process.Start(start);
}
çalışmadı hocam.
boş olunca her x saniyede aynı messagebox 'ı gösteriyor
video linki oluncada videoyu tekrar tekrar açıyor.