1976.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
  <head>
    <title>Re: Some easy question!</title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>Re: Some easy question!</h1>
    </center>

<HR><p>
Posted by <a href="mailto:jackyyin@nease.net">Jacky</a> on February 17, 1998 at 02:17:09:<p>
In Reply to: <a href="1958.html"><b>Some easy question!</b></a> posted by Rice41 on February 16, 1998 at 07:42:54:<p>
: 2)	In a imagebox, I need to change the image when the form is clicked. I used 'loadpicture (c:\my_path) in the click_image. However, when I use the setup wizard (vb6 16 bit version). I install it in my friend's computer and the picture cannot be load. Is there any method that can do better?<p>Form_Click()<br>   Image1.Picture = LoadPicture("c:\My_Path\My_Image.Gif")<br>End Sub<p>---------------------------<br>VB 磹埶<br>http://www.nease.net~jackyyin<br>
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 1976-->
</ul><!--end: 1976-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?