资源列表
vbqqeyebutton
- 一个16岁的编程骚年写的漂亮VB按钮控件:小眼QQ按钮控件源码下载,仿QQ窗口的风格,定义有鼠标经过控件、离开控件的状态,使用本控件制作成的按钮演示果,请参见软件截图-A 16-year-old wrote a beautiful show programming VB button controls: small eyes QQ button control source code download, imitation QQ window style definition mouse ove
VB-Linekongjian
- VB源码使用 Line控件画线的用法示例,线形可以设置为实线、短划线、点三种类型,可设置是否为线宽8像素,此值可改,在代码里可修改。另外线的方向角度也可改变,预设了两种方向供选择,如测试截图所示-VB 源码 使用 Line控件画线的用法示例,线形可以设置为实线、短划线、点三种类型,可设置是否为线宽8像素,此值可改,在代码里可修改。另外线的方向角度也可改变,预设了两种方向供选择,如测试截图所示
ExampleComboBox
- VB对ComboBox输入框的输入进行检查,下拉ComboBox中的值,输入错误会有提示。临时标签,用来获得焦点,使组合框能够失去焦点,并在失去焦点时进行有效性检查,若输入的数据不在列表中,请重新输入。-VB input ComboBox input box is checked, the value in the drop-down ComboBox, input error will be prompted. Temporary tag to get the focus, so the co
vbTextBox
- VB定义 TextBox控件显示为密码形式,如运行截图所示,以密码框方式显示用户名,把密码显示为“*”,用户名也可以定义成密码形式,显示为“#”,至于是什么符号,在代码里可以自定义。-VB is defined as the password TextBox control to display the form, as shown in the screenshot run to the password box display the user name, the password is d
dongtaijzzform
- 一个VB6.0源码,VB动态加载子窗体,在母窗体内可查找某个窗体,输入要查找窗体的索引号,可关闭所有子窗体体,操作方面定义了一些快捷键,比如新建窗口{F1}、搜索一个子窗口{F2}、关闭全部{F3}等。-A VB6.0 source code, VB dynamically loaded child form, the body can be found in the parent window of a form, enter the index number you want to find
vbfanzhuan
- VB6.0源码实现图片颜色反转,采用逐象素方式反转颜色,高度时载入本地的BMP位图,有兴趣的可参阅测试截图,颜色已经被反转,比较两张图片有什么不同。-Source VB6.0 realize picture color inversion, invert the color-by-pixel mode, when the height of the local load bitmap BMP, interested can refer to the test shots, colors have
vbhechengimages
- VB合成图像源码,合并前景图像和背景图像,合成后的图像和背景图保持同样大小,最后保存合成的图像为bmp格式,对图像合成感兴趣的,您可下载这个VB源码参考一番。-VB composite image source, combined foreground and background images, the synthesized image and the background image remains the same size, the last saved as bmp format i
vbruihua
- VB图像的锐化操作一例,图像锐化效果在PhotoShop中经常用到,可把图片变清淅,但锐化过度也是不好的。简单说下本程序实现的原理:获得Picture1中指定点(x0,y0)的R、G、B分量值,获得Picture1中与(x0,y0)点相邻的点的R、G、B分量值,计算锐化后的R、G、B分量值,画出锐化后的(x0,y0)-VB image sharpening operation one case, image sharpening effect is often used in PhotoShop
tiaoseban
- 带滑块的渐变调色板VB6.0源码,拖动滑块可改变R/G/B三基色的值,从而改变演示区的颜色,右侧是显示颜色的十六进制值,本源码可研究:滑块的应用、渐变色的动态生成。-Gradient palette VB6.0 source code with the slider, drag the slider to change the R/G value/B tricolor, thus changing the color of the demo area, on the right is displ
vbrndstring
- VB打字游戏,使用VB中的Rnd随机数生成字符的原理,编写实现的打字小游戏,用来练习指法挺不错的。点击开始后,从上到下会下落随机的字母,敲击键盘上的对应字母键,可消除下落的字母,如果你一个字母也没打着,那你认输吧!祝你下次好运吧-VB typing game, using the principles of VB Rnd generates a random number of characters, prepared to achieve the typing game, used to pr
flashform
- VB实现窗体的闪烁效果,点击按钮即可实现窗口标题栏闪烁,相对应的,在任务栏上的窗口标题也处于闪烁状态,类似于QQ聊天窗口来消息时的闪烁效果一样,以引起人的注意-VB to achieve flicker effect of the form, click the button to achieve the window title bar flashes, the corresponding window title in the taskbar also is flashing, flicke
RsaAttack
- 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
