README.md
December 4, 2022 ยท View on GitHub
Description
Just a simple way to load a picture, nothing special, but sometimes people forget the basics
More Info
| Submitted On | |
| By | Splix |
| Level | Beginner |
| User Rating | 4.8 (24 globes from 5 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Graphics |
| World | Visual 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