不知道分类的问题-超级有挑战性的技术问题 (100分)

  • 主题发起人 主题发起人 c2008
  • 开始时间 开始时间
C

c2008

Unregistered / Unconfirmed
GUEST, unregistred user!
http://www.cashfiesta.com/php/join.php?ref=cminzu
一个广告网站的地址。没有别的原因。现在要问的的是这个窗口是如何实现的。
窗口不会被任何程序所覆盖包括DX和OpenGL都无法覆盖其窗口(DX可以暂时覆盖)。该窗口直接占用屏幕
空间(很厉害).就是注册之后下载的记费软件(看广告挣钱),我不想钱等看了这个特别的窗口
再后我说的是假话再骂我决不唤口。

直接占用屏幕空间(重点)如何实现。
给出思路,最好能有程序片段.绝对不是让大家去上当注册,你可以去掉后面的ref=cminzu进行访问
或者留下您的电子邮件地址我发给你窗口可不是让你来当我的下限。


 
这很难吗?还有,系统分类版和Ole版都可以发呀
 
谢谢提醒,我到觉得可以在多媒体上可以。
 
注册太麻烦了
 
抱歉的却注册太麻烦,但决不是要让您成为我的下级,但不注册看不到窗口。说实在的我也只去过一次
到现在1个月了,都在为实现这样的窗口想办法。各位大侠帮忙啊。真的是技术问题
 
我注册成你的下线了,已经。
窗口看到,在desktop的上面占据了一条,并且桌面上的
图标都被挤的向下移动了。
 
这个东西和“开始”所在的那个“状态栏”差不多
如果把桌面上的“状态栏”拖到上面停靠,
则那个广告窗口会被挤在“状态栏”下面。
总之,广告窗口的行为很象“状态栏”。
 
我用spy++看了看这个窗口的属性,发现了下面2个属性:
DS_SETFOREGROUND
Causes the system to use the SetForegroundWindow
function to bring the dialog box to the foreground.
This style is useful for modal dialog boxes that
require immediate attention from the user regardless
of whether the owner window is the foreground window.
Windows 98/Me, Windows 2000 or later: The system
restricts which processes can set the foreground
window. For more information, see Foreground and
Background Windows.

WS_EX_TOPMOST
Specifies that a window created with this
style should be placed above all nontopmost
windows and stay above them even when
the window is deactivated. An application
can use the SetWindowPos member function to
add or remove this attribute.
 
多人接受答案了。
 
后退
顶部