Edit Boxes
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have a database program, and a dialog box that is full of Edit Boxes. After clicking the 'add new record' button, I would like the cursor to go back to the first box in the window. If the first edit box is edit1, would you call something like SetCursor(edit1) or something like that? Thanks! :doh: Dimenser
-
I have a database program, and a dialog box that is full of Edit Boxes. After clicking the 'add new record' button, I would like the cursor to go back to the first box in the window. If the first edit box is edit1, would you call something like SetCursor(edit1) or something like that? Thanks! :doh: Dimenser