valemax

How to Create 3 Column Web Template

Submitted by velmaxtechnologies on
Hello, dear developers. I have developed this source code to demonstrate how to code a three column layout website design. I have used external Cascading Style Sheet. This Template contains one HTML file called index.html and one CSS file called style.css Download and use for free. Take a look for the source code. Markup Code Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eget

Vb.Net Calculator Ver. 1.0

Submitted by velmaxtechnologies on
Hello, this source code demonstrates how to create a basic calculator using Visual Basic.Net This Calculator application can perform two tasks i.e Addition and Subtraction of whole numbers. Global Variables Dim operater_on As Boolean = False Dim operater As String = "" Dim val1, val2 As Double Form Load Event Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load AddHandler