bskotu555 Active Member Today at 4:13 AM #1 How to write the code for loading images into Panel1 by clicking the button?
zed Well-Known Member Licensed User Today at 7:54 AM #2 Load img: Sub Button1_Click ' Load an image from the Assets Panel1.SetBackgroundImage(LoadBitmap(File.DirAssets, "myimage.png")) End Sub Upvote 0
Load img: Sub Button1_Click ' Load an image from the Assets Panel1.SetBackgroundImage(LoadBitmap(File.DirAssets, "myimage.png")) End Sub