V
Vaughn
I have a textbox in my Win form that can be filled when a user chooses an
emplcode from a combobox and when the value is returned from another form
(double-clicks on a separate listbox).
What event can I use to find out how the textbox got filled? In my case, if
the textbox is filled when the user double-clicked on a separate listbox,
I'd like to run VerifyEmp() method. If it's via the combobox or by hand, I
don't do anything.
Someone suggested validating/validation events but I have no idea how to use
them.
Thanks.
emplcode from a combobox and when the value is returned from another form
(double-clicks on a separate listbox).
What event can I use to find out how the textbox got filled? In my case, if
the textbox is filled when the user double-clicked on a separate listbox,
I'd like to run VerifyEmp() method. If it's via the combobox or by hand, I
don't do anything.
Someone suggested validating/validation events but I have no idea how to use
them.
Thanks.