-
dllregshex_src
使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件(Using shellext to register and unregister a DLL with Com/ATL object)
- 2020-11-05 11:39:52下载
- 积分:1
-
chatPCandCE
基于EVC在WINCE5.0下的聊天室源码(EVC under the WINCE5.0 based chat room source code
)
- 2013-10-17 09:26:34下载
- 积分:1
-
C# 输入界面中的各种文本框判断效果演示
这是一个实用的输入判断验证演示程序,面向C#编程环境,当用户输入的数据不正确或为空时,均会显示提示,不过这个提示是一个图标在闪烁,直到输入正确,下面是判断机制:
private void textBox2_Validating(object sender, System.ComponentModel.CancelEventArgs e)
{
if (textBox2.Text == "")//判断是否输入订货数量
{
errorProvider2.SetError(textBox2, "不能为空");//设置errorProvider2的错误提示
}
else
{
try
{
int x = Int32.Parse(textBox2.Text);//判断是否输入数字,如果不是数字会出现异常
errorProvider2.SetError(textBox2, "");// errorProvider2控件不显示任何错误信息
b = 1;//将b赋值为1
}
catch
{
//如果出现异常,设置errorProvider2控件的错误信息
errorProvider2.SetError(textBox2, "请输入一个数");
}
}
}
private void textBox3_Validating(object sender, System.ComponentModel.CancelEventArgs e)
{
if (textBox3.Text == "")//判断是否输入订货数量
{
errorProvider3.SetError(textBox3, "不能为空");//设置errorProvider3显示的错误消息
}
else
{
errorProvider3.SetError(textBox
- 2022-01-25 17:43:07下载
- 积分:1
-
高质量C++C 编程指南 林锐 PDF清晰版
教会你如何用c开发高质量的工程代码。,,(Teach you to write high quality c programs.)
- 2018-07-24 14:29:25下载
- 积分:1
-
maxSNR
用于最大信噪比准则方向图和功率谱,自己编写,仅供参考(Pattern for maximum signal-to-noise ratio criterion and the power spectrum, write your own, for reference only)
- 2021-03-13 14:39:24下载
- 积分:1
-
colorbar
仿matlab colorbar 用于显示数值计算后的结果分布(Imitation matlab colorbar used to display numerical calculation of the distribution of results)
- 2013-04-24 20:52:24下载
- 积分:1
-
cspdk
微软出的CSPDK,可以在2000 sp2及其以下版本使用(Microsoft out CSPDK, in 2000 sp2 and the following version of the use of)
- 2007-09-12 13:42:16下载
- 积分:1
-
malttanence
UVW-1200录像机RS-232控制源程序,CVC,有能给注释的吗(Sale - 1200 VCR RS - 232 control source program, CVC, have to be able to give comments)
- 2017-07-21 22:43:44下载
- 积分:1
-
Winform多语言问题,即实现不同语言版本的切换以及运行时切换。...
Winform多语言问题,即实现不同语言版本的切换以及运行时切换。-Winform multi-language issues, namely, to achieve a different language versions of the switch, as well as run-time switch.
- 2022-08-21 17:51:38下载
- 积分:1
-
liushuideng
在预定的时间到来时,会产生一个控制信号控制彩灯的流向、间歇等,彩灯流向可以随着电路的改变而改变,并具有自控、手控、流向控制功能等。(At a predetermined time arrived, generates a control signal to control the flow of lights such as intermittent, lights flow can be changed with the change of the circuit, and has the function of automatic control manual flow control, etc
)
- 2013-05-09 19:44:10下载
- 积分:1