发布于 2005-09-28 00:11:19
0楼
算了,还是我贴吧:
#pragma code ("prtscrn.dll")
#include "prtscrn.h"
#pragma code()
long Left, Top, Width, Height;
Left=20;
Top = 10;
Width=800;
Height = 400;
PrtScreenPart ((ULONG) Left, (ULONG) Top, (ULONG) Width, (ULONG) Height);