vc++6.0急求住,关于对话框的图片控件的问题

在vc++6.0的对话框的应用中我加入一个图片控件后怎么操作才能让资源里的图片自动适应图片控件的大小,每次图片都是大,我直接办不了了!!!!... 在vc++6.0的对话框的应用中我加入一个图片控件后怎么操作才能让资源里的图片自动适应图片控件的大小,每次图片都是大,我直接办不了了!!!! 展开
 我来答
intehel
推荐于2016-09-18 · TA获得超过1293个赞
知道大有可为答主
回答量:1601
采纳率:100%
帮助的人:1774万
展开全部

直接LoadBitmap然后调用StretchBlt就可以任意缩放了。

BOOL StretchBlt(
  HDC hdcDest,      // handle to destination DC
  int nXOriginDest, // x-coord of destination upper-left corner
  int nYOriginDest, // y-coord of destination upper-left corner
  int nWidthDest,   // width of destination rectangle
  int nHeightDest,  // height of destination rectangle
  HDC hdcSrc,       // handle to source DC
  int nXOriginSrc,  // x-coord of source upper-left corner
  int nYOriginSrc,  // y-coord of source upper-left corner
  int nWidthSrc,    // width of source rectangle
  int nHeightSrc,   // height of source rectangle
  DWORD dwRop       // raster operation code
);
追问
该怎么用这个stretchbit?直接写这个就行还是有什么别的格式?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式