Visual WebGui Controls - PictureBox
Overview
Displays a picture.
Usage
Typically, Images are stored in the "Resources\Images" folder within your VWG Application. In your web.config, you can see where this is configured.
Filenames
Because VWG uses periods as directory separators, filenames with periods in them (other than the usual file extension) will encounter problems. If you have specific images that have periods, you may need to look further into other ResourceHandlers, or create your own.
PictureBox1.Image = New ImageResourceHandle("myLogo.jpg")