文件名称:PB8中如何保存图片
文件大小:3KB
文件格式:TXT
更新时间:2013-06-06 13:33:35
PB中保存图片
nteger li_file,li_ret,loops,i string ls_file,ls_path blob lb_small long flen,bytes_read,new_pos //search the file li_ret = getfileopenname("选择图片文件",ls_path,ls_file, &"BMP","图片文件(*.BMP),*.BMP") if li_ret = 1 then