I want a text box to only accept letters & numbers. I dont want to use a masked edit box as this limits the length of the text to be entered. I assume I have to use Win32 api setwindowlong, etc. Can anyone help?