I have often found that user input edit boxes on a dialog require much more than...
- 资源大小:23.45 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
EditBox
资 源 简 介
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.
文 件 列 表
res
StringEditDemo.ico
StringEditDemo.rc2
Resource.h
StdAfx.cpp
StdAfx.h
StringEdit.cpp
StringEdit.h
StringEditDemo.cpp
StringEditDemo.dsp
StringEditDemo.dsw
StringEditDemo.exe
StringEditDemo.h
StringEditDemo.rc
StringEditDemoDlg.cpp
StringEditDemoDlg.h