Hi,
I've got a problem with my program.
btw
is a combobox.
I've got a problem with my program.
Code:
string locatielist = cbLocaties.SelectedItem.ToString(); if (locatielist == null && tbXcor.Text == string.Empty && tbYcor.Text == string.Empty) { Simtimer.Stop(); MessageBox.Show("ERROR"); }
Code:
cbLocaties
Comment