S
Sam
Hi,
I've seen this kind of thing in C# quite often :
cbo.Validating += new CancelEventHandler(cbo_Validating);
what is the vb.net equivalent ?
Please don't send me to
http://www.developerfusion.com/utilities/convertcsharptovb.aspx
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 CancelEventHandler(cbo_Validating);
what is the vb.net equivalent ?
Please don't send me to
http://www.developerfusion.com/utilities/convertcsharptovb.aspx
I've already tried this and it's not translating properly.
Thx