Advertisement
5_2007-2008 Graphics #177111

Using Load Picture

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

AI

KI-Zusammenfassung: 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.

Quellcode
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
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine