Problem 2:
Who can I move the cursor to a editbox, so the user can input a string
without needing to select the editbox first ?
Morten Westerberg
Morten,
For problem 2
You can use SetFocus() public function from cWnd object which
is via inheritance accessible in cView.
You call the functions eg. by an initfunction or create.
I hope this will light something
let me now
--
Girish Bharadwaj [VC++/MVP]
Please don't send email queries.Post them here.
MS Knowledge base articles : http://support.microsoft.com/support
Guy Van Overtveldt wrote in message <35C048...@mmm.com>...