-
有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个CEdit类处理WM_CHAR消息,然后从编辑控件中过滤特定的...
有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个CEdit类处理WM_CHAR消息,然后从编辑控件中过滤特定的字符。-sometimes necessary to restrict the importation of the edit box characters, such as only allowing the importation of alphabetical characters, or allow only the importation of digital characters in this case through a derived type CEdit WM_CHAR information processing, and then from the Edit Control filtering specific characters.
- 2023-07-10 08:40:04下载
- 积分:1
-
是一个可以用java的基本类java.net.InetAddress做的程序实例
是一个可以用java的基本类java.net.InetAddress做的程序实例-is a java can use the basic category java.net.InetAddress examples of procedures done
- 2022-02-28 22:50:57下载
- 积分:1
-
备忘录由by the Java源码
JAVA编写的记事本源程序 -JAVA memo prepared by the source
- 2022-01-25 15:19:13下载
- 积分:1
-
a VB do similar notebook, the source code is very simple and convenient to study...
一个用VB做的类似的记事本,源码很简单,方便大家学习.交流-a VB do similar notebook, the source code is very simple and convenient to study. Exchange
- 2023-08-06 02:15:03下载
- 积分:1
-
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计...
JDBC与Java数据库程序设计J DBC与Java数据库程序设计JDBC与Java数据库程序设计-with Java JDBC Database Programming with Java JDBC Database Programming with Java JDBC Database Programming
- 2022-02-14 21:20:10下载
- 积分:1
-
非常好的edit控件
非常好的edit控件-very good edit controls
- 2022-02-11 20:57:21下载
- 积分:1
-
多_组合框
MULTICOLUMN_COMBOBOX
- 2022-03-01 23:21:39下载
- 积分:1
-
* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
*...
* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
* Last Update Date: 02-04-2009 11:32:06 Guang Zhou Logansoft.com
* Last Update Date: 02-05-2009 10:17:46 Guang Zhou Logansoft.com
*
* 使用方法:
* Add to Project file:EditNumeric.h/CPP
* Add the follow code in your StdAfx.h
* #include "EditNumeric.h"
* CEditNumeric m_Edit1-* Function: Input Double number in CEdit
* 支持拷贝和粘贴,粘贴的时候只支持数字和一个小数点,不让支持负号
* Last Update Date: 02-04-2009 11:32:06 Guang Zhou Logansoft.com
* Last Update Date: 02-05-2009 10:17:46 Guang Zhou Logansoft.com
*
* 使用方法:
* Add to Project file:EditNumeric.h/CPP
* Add the follow code in your StdAfx.h
* #include "EditNumeric.h"
* CEditNumeric m_Edit1
- 2022-07-04 06:40:23下载
- 积分:1
-
change the text color and background color, use the function overloading the ONC...
改变文本的颜色和背景颜色,主要用的是重载了ONCTLCOLOR函数-change the text color and background color, use the function overloading the ONCTLCOLOR
- 2022-05-25 02:29:11下载
- 积分:1
-
//MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。
//程序中完成动态申请资源的记录回收。
//有什么问题联系 chenjp...
//MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。
//程序中完成动态申请资源的记录回收。
//有什么问题联系 chenjp6500@sohu.com 2006.08.21-//MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example.// Dynamic completed procedures for the recovery of resources records.// What is the problem linked chenjp6500@sohu.com 2006.08.21
- 2022-05-26 14:41:24下载
- 积分:1