SetLayeredWindowAttributes在VC6.0中使用
在VC6中编辑一个透明度的函数,用了SetLayeredWindowAttributes这个函数,但是老是显示没定义,不知道是缺了头文件还是怎么的。部分代码如下:SetWindowLong(hwnd,GWL_EXSTYLE, GetWindowLong(hwnd,GWL_EXSTYLE)^0x80000);
SetLayeredWindowAttributes(hwnd,RGB(100,100,100),25,LWA_ALPHA);
BTMD=0;
头文件为:#include "stdafx.h"
#include <windows.h>
#include <windowsx.h>
#include <mmsystem.h>
#include <commctrl.h>
#include <commdlg.h>
#include <stdio.h>
#include <time.h>
#pragma comment(lib,"winmm.lib")
#include "resource.h"
#include "MainDlg.h"