Hi
I have an edit control on a form which has been created in visualC++.NET. I am having trouble setting up some kind of tab order or focus order on this form. Basically, when the form is loaded I want the edit control to be active with its contents highlighted, thus allowing the user to easily append to the current text or immediately start typing over current text.

Any ideas?

Thank You