Advertisement
2002C Graphics #11934

Using Load Picture

Just a simple way to load a picture, nothing special, but sometimes people forget the basics

AI

AI 摘要: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

源代码
original-source
'here its real simple
'you need a form, thats all, assuming the name is
'form1
form1.picture = loadpicture ("file path")
'example
'form1.picture = loadpicture ("c:\mypicture.bmp")
'well thats it you can also do it with images and
'picture boxes
image1.picture = loadpicture ("file path")
'simple I know, but its for begginers
'(V)enace-KoS
原始评论 (3)
从 Wayback Machine 恢复