搜索资源列表
TextBoxmyj2
- 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:-TextBox which prohibits the importation Author
saj-ayost
- 浅析本机API 此文只能说是一篇笔记,是关于本机API的-Native API is analysed in this, can only say that a note about the native API
servekconstruct
- 探测Windows本机系统信息(Native API) 程序使用vc++开发,-To detect the Native Windows system information (Native API) using vc++ development program,
