simple
Creating Image Gallery with HTML and CSS
Images gallery for web pages can be created with plain HTML, JavaScript, and CSS. Easiest one is with HTML but that's not good if we want to add new images. Image Gallery with HTML and CSS is quite easy and we can add new images to the gallery with ease. It looks beautiful too by using CSS.
Simple Image Viewer in vb.net
Image viewer in VB.NET Imports System.IO Public Class Form1 Dim index As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If bdialog.ShowDialog = Windows.Forms.DialogResult.OK Then TextBox1.Text = bdialog.SelectedPath index = 0 Me.listbox1.Items.Clear() For Each Image As String In My.Computer.FileSystem.GetFiles(TextBox1.Text