Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Enter Key as a Tab Key in a Dialog
#2
In Dialog Editor, for each edit control that uses Enter as Tab, add ES_MULTILINE, ES_WANTRETURN and ES_AUTOVSCROLL styles. In code, for each of these controls, under case EN_CHANGE... insert

Code:
Copy      Help
,_s.getwintext(lParam); if(_s.end("[]")) key BT

This is answer to your first question. I hope somebody will answer to the rest.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)