When I try to add the following line, I get an error saying Ctrls_TextChanged is undefined. Any ideas?
AddHandler MyCombo.TextChanged, AddressOf Ctrls_TextChanged
What is the exact address of this procedure/constant? Like system.windows.forms.datagrid.ctrls_textchanged or is there one? My VB likes to be specific :-/
AddHandler MyCombo.TextChanged, AddressOf Ctrls_TextChanged
What is the exact address of this procedure/constant? Like system.windows.forms.datagrid.ctrls_textchanged or is there one? My VB likes to be specific :-/