Rank: Newbie Groups: Member
 
 
Joined: 6/23/2013 Posts: 3 
	 | 
		   
	     
		    How do I essentially cancel masking in a masked edit control.  In some cases, I want to allow any and all characters to be entered, including #,$,%,^,&, and other special characters.  What do I set the type of segment and/or the mask to to allow any and all keyboard characters?  Thanks. 
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi,
  In that case you probably just use a regular textbox instead of the MaskedEdit control. The MaskedEdit control will always handle special keys. So there isn't a mask that will allow you to enter everything.
  Thanks!
		 
	 |