Picture

How to Create an Image Converter in C#

Submitted by donbermoy on
Today in C#, I will teach you how to create a program that will convert an image to its file extension in jpeg, bmp, png, and gif. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add one PictureBox named picbox, two buttons named btnBrowse and btnconvert, and one ComboBox named cbformats.

Picture Manager (updated version 1)

Submitted by cngirwa on
Picture manager help user to store picture to the database,edit picture name or delete picture. please open the read me first document before you open the system. thank you.. Updates: - Search functionality - Increased size of resolution (1025x650 pixels) - Reduced size (~750kb) For any question, please contact me via email or sourcecodester message modules. Please fill free to visit my other

How to Create a Image Viewer in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on how to create a Image Viewer in Visual Basic. Steps of Creation: Step 1: First we want to create a form with a button to laod the given image, a listbox to contain each loadable image from the given directory and a picturebox with the background image format set to zoom to display the given image correctly. Step 2: Next we want to create a defaultPath to load

Simple Image Viewer in Java

Submitted by mehfuza on
Introduction In this tutorial we will learn how to display picture in Java Application. There is difference between how a picture displayed in application and applet. For application we require drawImage() method which draws the image to specific component and not the entire frame. Implementation Step 1: Creating the components We require a label, text field where user will enter name or address