halu,
i'm kinda confuse about one line initialization... this gives me a "not i want" output...
is there a bug? i really don't know... it doesn't clear at all. it just clears the cmbMakersStatus and put "True" to cmbCategoryStatus.Text. is this supported in VB.NET -- the one line initialization?VB Code:
cmbCategoryStatus.Text = cmbMakersStatus.Text = String.Empty
it also has no effect with integers either... like
just want to clarify if VB supports this kind of initialization...VB Code:
i=j=0
thanx




Reply With Quote