资源列表
picturewindow_src
- 给对话框添加背景图,可以把你想要的图片添加到你开发的软件的主界面。
testwin
- 如何在Delphi中编写小于20K的Windows程序. 演示如何使用: CreateWindow,CreateWindowEx,SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K.
Usingchm
- vb 打开chm帮助文件,关于chm帮助文件的制作、调用,很实用的。-vb 打开chm帮助文件
bse
- 自己也写了一个串口通信的上位机,比较简易,希望可以给大家带来帮助-Himself wrote a PC serial port communication, more simple, hope can bring you help
cdialog
- 主要扩展了对话框类,可以设置对话框的背景色,以及对话框的背景声音!-major expansion of the category of dialog, the dialog can set the background color and the background voice box!
wei2008.com_Demo22
- 能够改变 对话框大小,在相应button1或者button2的示例-Change the dialog box can change the size of the corresponding sample button1 or button2
4th-sem-VB-TRY
- it is a vb form that is going to display in dialog box
int-add
- 大整数除法运算,用户输入两个大整数,系统给出相加结果。-1024 bit large integer addition operation
CDC
- CDC是针对于初学者来看的 本文章是转载的。内容很不错。-CDC is for beginners to view this article is reprinted. Content is very good. Thank you
CloseWin
- 关闭垃圾窗口,比如弹出一些无用的窗口,可以在ini文件中配置,然后设置为开机启动,就可以自动关闭垃圾窗口了-Close garbage window, such as useless window pops up, and can be configured in the ini file, and then set to boot, you can automatically turn off the garbage window
WndPos_src
- 如何窗口再显示时记住上次显示得位置,当再显示时出现在上次的位置的程序,vc6实现-I wrote this for a very simple requirement. I wanted the main window of the application to appear at the same position across invocations. Well, what better a place than the Registry to store these positions?