Hi,
I've seen this kind of thing in C# quite often :
cbo.Validating += new CancelEventHand ler(cbo_Validat ing);
what is the vb.net equivalent ?
Please don't send me to
I've already tried this and it's not translating properly.
Thx
I've seen this kind of thing in C# quite often :
cbo.Validating += new CancelEventHand ler(cbo_Validat ing);
what is the vb.net equivalent ?
Please don't send me to
I've already tried this and it's not translating properly.
Thx
Comment