论文部分内容阅读
对于爱好上网的朋友来说,网上广告可谓无处不在,无孔不入。看着接二连三弹出的广告,气就不打一处来。来吧,还是自己动手用VC++6.0写一个广告killer吧! 首先让我们看看广告条的特征。用VC自带的spy程序或是第十二期《电脑爱好者》上介绍的自制迷你spy程序,都可以查出广告条主框架的框架类名是IEFrame或CabinetWClass(注:这和操作系统本身有关系,在Win2000的操作系统下为IEFrame,而在Win98操作系统下为CabinetWClass)。但是,仅仅以这个作为依据是不够的,因为有时弹出的IE窗口的框架类名也是IEFrame或CabinetWClass。关键在于,广告条在主框架之下的窗口类
For hobby friends, online advertising can be described as ubiquitous. Looked at one after another pop-up ads, gas will not hit one. Come on, or do it yourself Write an advertisement killer with VC ++ 6.0! Let us first look at the characteristics of the advertisement. With the spy program that comes with VC or the self-made mini-spy program introduced on the twelfth “computer enthusiasts”, it can be found out that the framework class name of the main frame of the advertisement banner is IEFrame or CabinetWClass (Note: This and the operating system itself There is a relationship, under the operating system in Win2000 IEFrame, and under the Win98 operating system CabinetWClass). However, it is not sufficient to base this on only, because sometimes the framework name of the pop-up IE window is also IEFrame or CabinetWClass. The point is that the banner bar of the banner under the main frame