能否将图片保存到指定的Picture控件上或者是指定的文件夹中。希望大神给点代码提示

解决方案 »

  1.   

    BOOL capFileSaveDIB(
      hwnd,  
      szName 
    );
     
    Parameters
    hwnd 
    Handle of a capture window. 
    szName 
    Address of the null-terminated string that contains the name of the destination DIB file. 
      

  2.   

    我想让他再ListCtrl控件中显示,应该怎么做呢?
      

  3.   

    先保存成图片文件
    在List控件里显示图片文件。http://www.codeproject.com/KB/list/ThumbsViewer.aspx
      

  4.   

    能不能点击拍照按钮,图片直接在listctrl控件中显示呢
      

  5.   

    先保存成图片文件
    在List控件里显示图片文件。http://www.codeproject.com/KB/list/ThumbsViewer.aspx
      

  6.   

    谢谢楼上几位。我想的是直接在listctrl控件上显示,应该怎么做