让图片无迹可寻[8]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 lifenote 的 blog

    '设置image1控件属性

    image1.stretch = true '图片自适应

   

    '将位图资源加载到image1控件中(105为资源编号)

    set image1.picture = objres.loadres(105, vbresbitmap)

    '释放资源

    set aimage = nothing

    set abutton = nothing

    set objres = nothing

end sub

 

至此,大功告成,一起来欣赏一下我们的最终作品(图4)。

 

本文关键:资源、资源文件、VB组件、封装
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top