Bitmap bmp = new Bitmap(
this.ClientSize.Width, this.ClientSize.Height-20);
然后bmp.Save(不可以.我现在是用cf1.0.
有其他什么方法吧?大家给提供一个.用c#谢谢大家
------解决方案--------------------
用P/Invoke实现SendKeys Api可以实现。
------解决方案--------------------
Bitmap bmp = new Bitmap(
this.ClientSize.Width, this.ClientSize.Height-20);
只是生成一张大小为当前屏幕,而里面没有任何内容的图罢了。