1. edit text bug
- Posted by George Walters <gwalters at sc.rr.com> Feb 03, 2007
- 535 views
Using win32 I can't find why some characters cannot be entered into an edit text box. idVend = create(EditText,"",reportRange,cx*12,cy,cx*7,cy+6,ES_UPPERCASE) I can type in any number and/or certain letters but not all letters. I can type a "Q" but not an "A" and so on. What could cause this? Any Ideas? It's big program with lotsa includes so I can't post it here, but nowhere do I send a message to idVend to change the state.
2. Re: edit text bug
- Posted by George Walters <gwalters at sc.rr.com> Feb 03, 2007
- 569 views
- Last edited Feb 04, 2007
Nevermind, It's my bug. I had a returnValue(-1) in the wrong place.