Introduction - If you have any usage issues, please Google them yourself
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
Packet : 25811247stringedit_demo.zip filelist
res/
Resource.h
res/StringEditDemo.ico
res/StringEditDemo.rc2
StdAfx.cpp
StdAfx.h
StringEdit.cpp
StringEdit.h
StringEditDemo.cpp
StringEditDemo.dsp
StringEditDemo.dsw
StringEditDemo.exe
StringEditDemo.h
StringEditDemo.rc
StringEditDemoDlg.cpp
StringEditDemoDlg.h