作为背景的图片 [英] Picture as Background

查看:80
本文介绍了作为背景的图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将图片作为表格的背景放入vb6 ???

解决方案




试试这在FormLoad中:


Me.Picture = LoadPicture(" C:\ Pict1.bmp")


问候

Veena






在FormLoad中试试这个:


Me.Picture = LoadPicture(" C:\ Pict1.bmp")


问候

Veena




这不起作用...





你有没有更改图片名称..?

你在哪里写的代码..?


问候

Veena

How to put a Picture as background for a form in vb6???

解决方案

Hi,

Try this in FormLoad:

Me.Picture = LoadPicture("C:\Pict1.bmp")

Regards
Veena


Hi,

Try this in FormLoad:

Me.Picture = LoadPicture("C:\Pict1.bmp")

Regards
Veena



this is not working...


Hi,

Did you change the Picture Name..?
Where have you written the code..?

Regards
Veena


这篇关于作为背景的图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆