S
Selden McCabe
I've been programming in VB.Net for quite a while now, and just realized
that it seems to be mssing the MaskEdit control!
I never much cared for it in VB6, but I have a customer who insists on the
function (where the text box contains " / / " and they fill in the
date.
It seems that you can use the MaskEdit COM control by adding a reference to
it, but I want to sublcass it to mimic some of the behavior of a text box,
so I can use it with my existing objects.
However, when I tried creating a control that inherits from the
MaskEditClass (seemingly the only thing in the MaskEdit namespace that can
be inherited), VB.Net does not seem to recognize it as a control (can't view
it in the designer, and can't add it to the Toolbox).
How do you get the functionality of the MaskEdit in .Net control?
Thanks!
---Selden McCabe
that it seems to be mssing the MaskEdit control!
I never much cared for it in VB6, but I have a customer who insists on the
function (where the text box contains " / / " and they fill in the
date.
It seems that you can use the MaskEdit COM control by adding a reference to
it, but I want to sublcass it to mimic some of the behavior of a text box,
so I can use it with my existing objects.
However, when I tried creating a control that inherits from the
MaskEditClass (seemingly the only thing in the MaskEdit namespace that can
be inherited), VB.Net does not seem to recognize it as a control (can't view
it in the designer, and can't add it to the Toolbox).
How do you get the functionality of the MaskEdit in .Net control?
Thanks!
---Selden McCabe