PDA

View Full Version : [c++] Put Cursor In Chosen Edit Field


nightthepope
03-21-2005, 04:42 AM
I have an edit field.
I know it's ID.
I know the handle to it's parent window.

How can I put the cursor in said box?

Dr. Evil
03-21-2005, 01:22 PM
I think the SetFocus() function will work for that.