Ok this is driving me nuts. I have a label4 that Visible is set to False originally. Then in a DataGrid doubleclick event I do this.
frmSearch.Label4.Visible = True
What this is supposed to do is show the label which sez "Processing" so the user knows it is looking up the record he doubleclicked on.
But it doesn't work
and I have no clue as to why it isn't visible when the user doubleclicks a row in a DataGrid.
frmSearch.Label4.Visible = True
What this is supposed to do is show the label which sez "Processing" so the user knows it is looking up the record he doubleclicked on.
But it doesn't work