README.md

December 4, 2022 ยท View on GitHub

Using Load Picture

Description

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

More Info

Submitted On
BySplix
LevelBeginner
User Rating4.8 (24 globes from 5 users)
CompatibilityVB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryGraphics
WorldVisual Basic
Archive File

Source Code

'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