Deal Grocer Concept(Firefox Version)

Submitted by jmmaguigad on
After how many months, I've uploaded a code again. If you want to learn about webkit styling, this css and html file would be best to fit in you. See the www.dealgrocer.com, and see it's header. Hope you would appreciate it guys. Comments and Suggestions would be appreciated. If you want to contact me, [email protected] or [email protected]

Advance Computer Shutdown using Visual Basic.Net

Submitted by joken on
In this tutorial we’re going to create a simple application that enable a user to shutdown, restart and log off the computer using visual basic. To do this open visual basic and create a new project and name it as “Shutdown”. Designing the user interface: The user interface in this project looks like as shown below. To do this, we need to add three buttons and change their Text property into “Shutdown”,”Restart” and “Log Off”.

Visual Basic Time Converter

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on a time conversion program in Visual Basic. Steps of Creation: Step 1: First lets make a new form with four textboxes and a button: - Textbox1 : Hours - Textbox2 : Minutes - Textbox3 : Seconds - Textbox4 : Milliseconds - Button1 : Convert Step 2: Now lets make a way to check which textbox was last edited (What to convert from)...

Hospital Management

Submitted by helpinghand199… on
Our project Hospital Management system includes registration of patients, storing their details into the system, and also computerized billing in the pharmacy, and labs. Our software has the facility to give a unique id for every patient and stores the details of every patient and the staff automatically. It includes a search facility to know the current status of each room. User can search

Visual Basic Valid Email Checker

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple email checker in Visual Basic. Steps of Creation: Step 1: First we will need a new form with a textbox1 for the email file path, a file full of emails ready for checking, a textbox2 to define the path to save the valid emails and a button to start checking the emails. We will also require the following imports...