I know how to set a TextBox to only accept upper/lower case characters by using the SetWindowLong API and changing the ES_UPPERCASE or ES_LOWERCASE styles. My problem is...how do I change the textbox back to "normal" (accept both UCase AND LCase)? Any help is appreciated.

Thanx,
Rippin