Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC
Article

Prompting user for values from a CEdit

Rate me:
Please Sign up or sign in to vote.
4.75/5 (8 votes)
28 Sep 2002BSD 60.7K   1.4K   41   1
This article presents a special CEdit, that prompts the user for a value entry

Sample Image - PromptEdit.gif

Introduction

I got the idea for this control after looking at some website, where the text boxes in forms contained tagged text like <enter your name here>, that went away once the text box got input focus. I thought that was a great idea, and here's my MFC version of the same thing. You can set different colors to the prompt text my setting the SetPromptShowMode(PromptShowModeEnum) member. You can also control whether the prompt text will go away one the user has left the edit control without entering any value or not by setting the SetRegainPrompt(bool). You can always check whether the prompt text is active by calling GetPromptTextActive(void). And of course there's SetPromptText(LPCTSTR) and another overloaded version that you can use to set the prompt text.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
BugThere are some bugs Pin
llsaiya22-Mar-12 16:17
llsaiya22-Mar-12 16:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.