timer

Timer

Submitted by joken on
This tutorial will be focusing on the use of timer control in visual basic. Timers plays very important role in most application both client and server-based components. And this control is associated with “Tick” method that allows to be used when an event has to happen when certain amount has passed. At this time, we’re going to create an application using the timer. To do this, open Visual Basic and save it as “timers”. Then add five labels and a Timer.

How to Create a Reminder Tool in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to a tutorial on how to create a reminder tool in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; Button1 - to add a new reminder Label2 - to store the current time Textbox1 - to store the text of a new reminder Textbox2 - to store the time of a new reminder Step 2: Next we want to create some custom functions, the titles of each explain exactly

Real time Clock using Visual Basic 6

Submitted by dah.factor on
Step 1: Open MS Visual Basic 6 Step 2: Select Standard EXE as the New Project. Now you have a form named Form1. Step 3: Add a Label to Form1. Now you also have a label named Label1 Step 4: Copy the code below and paste it inside Form1. Step 5: Click Run. Enjoy! :) Dim WithEvents kell As Timer Private Sub kell_Timer() Label1.Caption = Format$(Time, "hh:mm:ss AM/PM") End Sub Private Sub Form_Load()

Picture Swapper VB6

Submitted by Ranielle Canlas1 on
Simple VB6 Application that enables to swap 2 pictures on a period of time automatically. I recommend to use 2 pictures that shows your movement to create a Frame by Frame animated effect. This shows the usage of Timer and Picture Uploading Just upload 2 pictures by clicking on the thumbnails on the upper left part of the screen

Client-Server App with Flash and PDF Reporting

Submitted by emond on
This is CLSU Entrance Examination , a client-server application that I developed last 2006 for a client in AMA and won the thesis of the year. This App compose of two program ,one is the SERVER and the other one is the CLIENT . Both program uses a winsock control in order to connect via IP ,Maximum of 8 client pc connected to a server pc.. Uses a Flash Active x control and a Usercontrol (LVButtons