Description: 我去国外网站收集到的 很不错。After finishing my XAnalogClock article, I wanted free-floating clock to use on my desktop. XCPClock is implemented using SetLayeredWindowAttributes, which is available in Win 2000 and later. Platform: |
Size: 252228 |
Author:hpsmallbee |
Hits:
Description: 仿QQ宠的VC程序,使用CShockwaveFlash控件,用SetLayeredWindowAttributes进行透明,用HWND hWnd = m_FlashPlayer.Detach() m_FlashPlayer.SubclassWindow(hWnd) 子类化控制CShockwaveFlash控件的事件。
-QQ pet imitation of the VC process, the use of CShockwaveFlash controls, with SetLayeredWindowAttributes transparent, using HWND hWnd = m_FlashPlayer.Detach () m_FlashPlayer.SubclassWindow (hWnd) Subclassing control CShockwaveFlash control events. Platform: |
Size: 2504704 |
Author:smtiger |
Hits:
Description: 仿QQ宠的VC程序,使用CShockwaveFlash控件,用SetLayeredWindowAttributes进行透明,用HWND hWnd = m_FlashPlayer.Detach() m_FlashPlayer.SubclassWindow(hWnd) 子类化控制CShockwaveFlash控件的事件。
-QQ pet imitation of the VC process, the use of CShockwaveFlash controls, with a transparent SetLayeredWindowAttributes with HWND hWnd = m_FlashPlayer.Detach () m_FlashPlayer.SubclassWindow (hWnd) Subclassing control CShockwaveFlash control events. Platform: |
Size: 1209344 |
Author:smtiger |
Hits:
Description: 我去国外网站收集到的 很不错。After finishing my XAnalogClock article, I wanted free-floating clock to use on my desktop. XCPClock is implemented using SetLayeredWindowAttributes, which is available in Win 2000 and later. -I went abroad site collected is pretty good. After finishing my XAnalogClock article, I wanted free-floating clock to use on my desktop. XCPClock is implemented using SetLayeredWindowAttributes, which is available in Win 2000 and later. Platform: |
Size: 451584 |
Author:hpsmallbee |
Hits:
Description: This demo uses a slider to show how to use the SetLayeredWindowAttributes API function to implement a translucent or transparent form. Windows 2000/XP only.
Platform: |
Size: 2048 |
Author:simale |
Hits:
Description: 易语言窗口淡入淡出模块源码例程程序调用API函数SetLayeredWindowAttributes,改变窗口的透明度。
-The easy language window fade module source code routines the program calls API functions the SetLayeredWindowAttributes, change the transparency of the window. Platform: |
Size: 4096 |
Author:新账号3 |
Hits:
Description: VB透明窗体代码
SetLayeredWindowAttributes me.hwnd, 0, 192, LWA_ALPHA
把窗体设置成半透明样式,第二个参数表示透明程度
取值范围0--255,为0时就是一个全透明的窗体了
第二种使用方法
SetLayeredWindowAttributes Me.hWnd, &H0, 0, LWA_COLORKEY
表明不显示窗体中的透明色
而第二个参数表示透明色为黑色,并且你可以用RGB函数来指定颜色值-VB transparent form the code the SetLayeredWindowAttributes Me.hwnd, 0, 192, LWA_ALPHA ' form set into a translucent style, the second parameter indicates the degree of transparency' ranges from 0- 255 to 0 is a fully transparent window to body second use the SetLayeredWindowAttributes is Me.hWnd & H0, 0, LWA_COLORKEY ' that is not displayed in the form of transparent color' and the second parameter indicates the transparent color is black, and you can use the RGB function to specify color values Platform: |
Size: 88064 |
Author:赵玉良 |
Hits: