Private Sub CmbfecE_mol_SelectionChangeCommitted(ByVal sender As Object, ByVal e As System.EventArgs) Handles CmbfecE_mol.SelectionChangeCommitted
TxtHpE_mol.Text = CType(CmbfecE_mol.DataSource,
DataTable).Rows(CmbfecE_mol.SelectedIndex)("horas_programad as")
TxtHptE_mol.Text = CType(CmbfecE_mol.DataSource,
DataTable).Rows(CmbfecE_mol.SelectedIndex)("horas_punta")
TxtFpE_mol.Text = CType(CmbfecE_mol.DataSource,
DataTable).Rows(CmbfecE_mol.SelectedIndex)("falta_pedido")
TxtHE_mol.Text = CType(CmbfecE_mol.DataSource,
DataTable).Rows(CmbfecE_mol.SelectedIndex)("humedad_m")
y dice ke el tipo de dato es string y ke hay ke convertirlo a time span, entonces ya no se cual es el error...