Image Viewer

Photo Gallery System in Python using Django Free Source Code

Photo Gallery System using Django in Python This project is entitled Photo Gallery System. This is a web-based application developed in Python and Django Framework. This project is an online platform that allows users to upload and store their images. Users can download the exact quality and size of the image as the one that they uploaded. It has a simple user interface using the Bootstrap v5

Marvelous Makeovers Beauty Salon System using VB.NET with Free Source Code

This is a simple Transaction Management System for a Salon. This simple project is entitled Marvelous Makeovers Beauty Salon System that was develop using VB.NET. The program manages the payment/billing transaction of a certain Salon. The transaction can be done by selecting the client's desired Haircut, Package, Outfit Style, Makeup, Clothing, and additionals. This system does not have any

Facebook News Feed Like using PHP/MySQLi with Source Code

Project: Facebook News Feed Like using PHP/MySQLi About The Facebook News Feed Like is a PHP/MySQLi project that shows how to create a social networking news feed like Facebook. This system focuses only on the news feed of Facebook or the commonly called Facebook posts. The system also has a registration for the user account like Facebook but only stores limited information for this project. The

Android Media Browser (Play Music, View Images, Play Videos)

This is an application that can view and browse all media such as audio, video, and image files. I have created this one using Basic4Andriod. It can browse all media files whether in different locations or directories and will categorize whether audio, image, and video files. It can also play music and videos with the important information like locations, albums, date created, track, and duration

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