资源列表
Boxout
- 大哥 大姐们 让我下载这个吧 再不让我下我真哭死了-Big Brother Big Sister who let me download it again I was not allowed under the Southington I really
Dlg3
- 这些都是JAVA原代码 是什么我也忘了 自己演示-these are the original Java code is what I have already forgotten their own demonstration
EnglishStudent
- 统计学生成绩的代码,并可以判断成绩的等级,输出相应等级-student achievement statistics code, and can be judged grades corresponding output levels
moving_eyes
- 动态网页效果,解压没有密码,rar或zip都可以。-dynamic web effect, extracting no password, or zip rar can.
drawasyoulike
- 用vc++写的程序,能够在屏幕上用鼠标随心所欲的在屏幕上写字.-vc used to write procedures to the screen with the mouse and attained the writing on the screen.
302856wincefs_src
- 一个中国象棋的软件,可以之间在手机上运行的啊-a Chinese chess software, in between running on the phone ah
spashl
- 用于程序启动的快闪,能够使用户感觉程序启动的时间不是很长-for commencement of flash, enabling users feel startup time is not very long
Untitled1
- e3rewr uyfewirj digureotg
PCJbirdListCtrl
- ListCtrl控件,挺美观的,可以看效果图!-ListCtrl controls, quite beautiful, can see results map!
tubiao
- 不错的图表控件实例,供大家参考 很不错的,看了就知道了-good examples control charts for reference is very good, read on to know the
toumingchuli
- 窗体透明处理程序,透明度可以自己调节,效果不错,-Form transparent procedures, transparency can regulate themselves, worked quite well.
QuietMDI
- 1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。 2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。 3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了