搜索资源列表
xlspass
- 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:dict.DIC(纯文本),可提高探测速度。 可探测1~1
falldown
- 一组输入框中文字坠落效果的网页代码,可以直接引用-a group of input text box crashed effect of the website code can be applied directly
SampleWrapExistingCredentialProvider
- 微软的Vista的credential provider的文本与组合框示例。此示例演示在Vista登陆时添加额外的文本与组合框。初学开发Vista登陆界面替换的可以参考,代码清晰规范。-the credential provider and the combination of the text box example. This example demonstrated when landing in Vista add additional text and combination box.
aes_encrypt
- AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。-AES encryption software, encryption for the current contents of the text box. The use of the American National Standards (also adopted by the ISO) the latest encryption algorithm AES.
2005533243332
- AES加密软件,用于加密当前文本框中的内容。使用的是美国国家标准(也被ISO所采纳)最新加密算法AES。-AES encryption software, encryption for the current contents of the text box. The use of the American National Standards (also adopted by the ISO) the latest encryption algorithm AES.
passshow
- 密码查看器,用于查看文本框中***的内容-Password Viewer, for viewing the contents of the text box***
BF
- 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
WMI_class
- VB编写的WMI信息Class代码生成工具源程序,自动获取WMI信息的Class代码,选择后自动显示在下边的文本框中,可以快速编辑。一个较简单的小工具,有需要的研究一下。 -VB prepared WMI Information Class source code generation tools, automatic access to WMI information Class code, select automatically appear in the text box below
wiggly
- QT4下的标签和文本框显示的HELLO world!-QT4 under the label and text box display HELLO world!
wenbenjiami
- 加密文本框中的内容,采用的是固态加密。程序可以修改成动态加密方式-Encrypted in the text box, using the solid-state encryption. Program can be modified into a dynamic encryption
associate-data-files-for-application
- 如何修改注册表为应用程序建立关联数据文件的编程技术。该程序执行后,在“文件拓展名”、“文件类型”、“内容类型”文本框中输入相关内容后,单击“浏览执行程序”按钮,在弹出的文件“打开”对话框中选择一个执行程序后单击“打开”按钮,则选择的执行程序文件全路径将出现在“执行程序”文本框中,然后单击“建立文件关联”按钮,则该程序会修改注册表,自动使选择的执行程序与指定类型(拓展名)的文件关联(例如可实现通过双击打开指定拓展名的数据文件)。-How to modify the registry associa
pass
- 一个可显示文本框密码的小工具,不过有些文本框屏蔽了该方法时可能不起效-Amounts may not be efficient to display the password text box tool, but some of the text box to shield the
Timer
- 定时器: 调用系统的函数,将系统时间传递给文本框变量的语句 重启和关机必须有Windows权限才能执行,因此这就牵涉到权限的申请。 -Timer: call system function, the system time is passed to the statement of the text box variables must restart and shutdown Windows privileges to run, so this involves applicati
textbox
- implements the text box for linux v2.4
set-sys
- VB6.0为TextBox设置新的系统菜单,在文本框中单击鼠标右键,会弹出系统功能菜单,让TextBox组件具备更加完备的功能,虽然本源码比较小,简单,但却是挺实用的功能。期待VB初学者能下载这个源码学习研究。-VB6.0 TextBox set up a new system menu in the text box, click the right mouse button will pop up the system function menu, TextBox component wit
vchksrc
- 一个VC++如何使用滑块的演示实例,拖动滑块可改变数值,文本框内的数值可以显现出来这一功能,滑块使用相当广泛,希望初学者参考一下。-A VC++ how to use the demo instance of the slider, drag the slider to change the value, the value of the text box can be revealed this function, the use of a wide range of slider begin
vctextform
- VC++在编辑框控件中追加文本内容,点击按钮即可将内容添加至指定的文本框中,是一个有效提升软件操作体验的小技巧,值得学习一下源代码的实现。-VC++ append text content in the edit box control, click the button to add content to the specified text box is a valid upgrade software tips of operating experience, is worth learn
guessnum
- VB6源码实现猜数字游戏,可选择难度,有初级和中级之分,初级的当然简单了,中级的也难度,玩时候请在文本框中输入0-9之间的整数,猜对的几率不多啊,有意思。主要是学习VB的编程思路。-VB6 source guessing game, you can choose the difficulty, primary and secondary points, primary, of course, simple, Intermediate also the difficulty of playing
imagefont
- C#实现在图片上绘制文字,使用DrawString方法绘制的文字。打开任意一幅图片,然后在文本框中输入任意你想要的文字,点击“绘制文字”按钮,你输入的文字会显示在打开图片的左上角位置。-C# draw the text on the picture, use the DrawString method to draw text. Open any picture, any text you want in the text box and then click on the "Draw Text
FormColor
- VC++动态设置窗体内文字的颜色,使用三个Radio,分别代表红、蓝、黄三种颜色,当你单击某个颜色的时候,文本框内的文字颜色就跟着改变,动态适时改变,对我们美化应用程序窗体会有所帮助。-VC++ inside the window dynamically set the text color, the use of three Radio, representing the red, blue and yellow colors, and when you click on a color wh