Hi,
I am trying to dynamically create controls at runtime on a form. I have created texboxes and such by adding the vb.textbox to the control array on the form. My problem is that I need to create a masked edit box but don't know what to use for the control name. I have tried vb.maskededit and other things but no success so far. Does anyone have any suggestions?
Thank you,
Adam
I am trying to dynamically create controls at runtime on a form. I have created texboxes and such by adding the vb.textbox to the control array on the form. My problem is that I need to create a masked edit box but don't know what to use for the control name. I have tried vb.maskededit and other things but no success so far. Does anyone have any suggestions?
Thank you,
Adam