fcoreyesv
06-07-2001, 01:58 PM
I have looked the way to Align to the right in a mased edit control without succes. If this ActiveX control does not have that capability, then how can I create a new activex control which may perform the way I want?
Thank you in advance for your help;
Jose Reyes
I am not so sure it can be done easily. What does the mask need to do. You might just be able to use a textbox and filter it in the Change event instead of creating a new ActiveX control. Although, off the top of my head, you could add both controls to a new ActiveX control and have the MaskEdBox do the work in the backround and display it in the textbox.
JDT
Anverion
02-21-2003, 01:56 PM
With the Basic MaskEdBox, it's not very likely. What you can do is download this Enhanced MaskEdBox. It has Alignment Parameters that you can manipulate.
http://www.freevbcode.com/ShowCode.Asp?ID=2299
Hopes this helps!
-Anvy
Squirm
02-21-2003, 02:20 PM
Anverion, this thread is almost 2 years old!
I doubt the original poster is still around. In future do not dig up such ancient posts.