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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top