-
IP地址输入的控件
IP地址输入的控件-IP address input control
- 2022-04-20 17:23:46下载
- 积分:1
-
有时候需要限制编辑框输入的字符,比如只允许输入字母字符,或者只允许输入数字字符,本例子通过派生一个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
-
An article on how to write an Edit control used for HEX and DEC number input.
An article on how to write an Edit control used for HEX and DEC number input.
- 2022-06-02 02:12:46下载
- 积分:1
-
重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言...
重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言-heavy since CWnd the editor, similar support.NET code folding support code keywords highlighted, and by extension to prepare their support for a wide variety of language
- 2022-01-26 05:57:17下载
- 积分:1
-
一个运行照片编辑控件,显示图片;图标将被转换为B。
一款运行时图片编辑控件,支持显示图片;将icon转换为位图(支持16色、256色或更高色);保存选定的图像为.bmp文件,或拷贝到剪贴板;为经常使用的位图/图标建立书签,方便使用;-one run photo editing controls, the display picture; Icon will be converted to bitmap (support 16 colors, 256 colors or higher color); the preservation of the selected images. bmp file, or copy to the clipboard; regular use of bitmap/icon establish bookmarks, ease of use;
- 2022-04-08 04:08:14下载
- 积分:1
-
2-D Fourier Transformation of Images
- 2022-08-22 08:25:57下载
- 积分:1
-
只读编辑框,限制字符输入,只读文字灰度定制等等,
只读编辑框,限制字符输入,只读文字灰度定制等等,-CD-editing box, restricting the importation of characters, custom CD-gray text, etc.,
- 2022-03-12 11:26:55下载
- 积分:1
-
时间格式输入控件
时间格式输入控件-time input format controls
- 2022-07-26 22:02:05下载
- 积分:1
-
防止键盘泄密,对用户的个人帐号密码等能起到很好的保护作用...
防止键盘泄密,对用户的个人帐号密码等能起到很好的保护作用-Keyboard to prevent the leakage of user
- 2022-05-26 17:11:36下载
- 积分:1
-
win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全...
win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 was abandoned on the overall situation of the concept of memory, each process has its own memory space, and not affect other processes. This one has all the code to access only to limited resources, but obviously some applications must be across the board, such as your hook, ms must provide a the compromise security measures. Fortunately, the windows dll is able to solve this problem.
- 2022-05-15 14:25:17下载
- 积分:1