G Guest Jul 4, 2005 #1 whats the easiest way to allow a user to input text into a window with out using forms thanks
W William DePalo [MVP VC++] Jul 4, 2005 #2 robs said: whats the easiest way to allow a user to input text into a window with out using forms Click to expand... Respond to the WM_CHAR messages and draw the text yourself? Can you not use an edit control or a rich edit control which does that and more for you? Regards, Will
robs said: whats the easiest way to allow a user to input text into a window with out using forms Click to expand... Respond to the WM_CHAR messages and draw the text yourself? Can you not use an edit control or a rich edit control which does that and more for you? Regards, Will