I wanna make only predefined characters to be able to used on my textbox in vb6. How can i achive that?
Predefined characters will be like 0-9
and A, C, M, E
all other characters besides these gonna give a msgbox as err. it can also be a,c,m,e
i can use Ucase()
to solve it.