Question

How do you add a MaskedTextBox in every cell in a column of the DataGridView in VB.NET?

A very good C# example is DataGridViewColumn Hosting MaskedTextBox, but how do I do it in VB.NET?

Était-ce utile?

La solution

There is a VB.NET implementation for the MaskEditColumn in the below link. But I am not sure whether it is VB.NET version of The Code Project implementation. You could check this out.

MaskEditColumn for DataGridView

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top