J
Joe
Hi,
I missed out code portion for my last posted question. (Only combox can be
detected but not textbox). My code attached here, please suggest if any way I
can loop though all controls in my form.
*********
For each ctl in me.Controls
If Typeof ctl Is TextBox or Typeof ctl is ComboBox then
'OK....
End if
Next
*********
regards,
I missed out code portion for my last posted question. (Only combox can be
detected but not textbox). My code attached here, please suggest if any way I
can loop though all controls in my form.
*********
For each ctl in me.Controls
If Typeof ctl Is TextBox or Typeof ctl is ComboBox then
'OK....
End if
Next
*********
regards,