Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top