Use GetWindowsText to get the caption of the edit control. If it's an edit control, the caption will be the text that is in the control. The edit control that has the same text as your column is the control you want.
↧
Use GetWindowsText to get the caption of the edit control. If it's an edit control, the caption will be the text that is in the control. The edit control that has the same text as your column is the control you want.