07-26-2006, 07:23 AM
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
This is answer to your first question. I hope somebody will answer to the rest.
This is answer to your first question. I hope somebody will answer to the rest.