摘要:
转自:http://www.cnblogs.com/JimmyZhang/archive/2008/03/18/1110711.html 源码下载:http://www.tracefact.net/SourceCode/Reflection4.rar 动态创建对象 在前面节中,我们先了解了反射,然后利用反射查看了类型信息,并学习了如何创建自定义特性,并利用反射来遍历它。可以说,前面三节,我们... 阅读全文
摘要:
转载自:http://wayfarer.cnblogs.com/articles/28537.html 一、引言 1. 问题的引入 假设你设计的程序已经部署到用户的计算机上,并且能够正常运行了。但是有一天,用户打来了电话——他们要求增加新的功能。确定了用户的需求后,你竟然发现原有的软件架构已经无法胜任新增任务的需求——你需要重新设计这个应用了!但问题是,... 阅读全文
摘要:
Hi:I'm using VB6 and am trying to compensate for the scrollbar max of 32767. Here's what I'm trying to do. I have a picture control within a picture control. Let's call the outside picture control pic... 阅读全文