visual basic

Simple Tic Tac Toe Version 1.0

Submitted by jakerpomperada on
Hello there about this code I called it Simple Tic Tac Toe Version 1 in Visual Basic 6. It is a very simple Tic Tac Toe program that demonstrate how to use conditions to check the valid patterns of the game of Tic Tac Toe. I intended this code for beginners in Visual Basic programming. If you find my work useful send me an email at [email protected]. People here in the Philippines who wish

Stop Watch Version 1.0

Submitted by jakerpomperada on
Hello there about this code I called it Stop Watch Version 1 in Visual Basic 6. It is a very simple program show how to use timer control to create a stop watch application. I intended this code for beginners in Visual Basic programming. If you find my work useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile phone

Convenient Store Inventory System Version 1.0

Submitted by jakerpomperada on
Hi there about this code I called it Convenient Store Inventory System Version 1.0 written entirely in Visual Basic 6.0 by my students in our programming class. I upload this code to share the knowledge and skills of my students in database programming using Visual Basic and MS Access. If you find my work useful enough please send me an email so that I know at [email protected]. People here

Employee's Information System Version 1.0

Submitted by jakerpomperada on
Hi there about this code I called it Employee's Information System Version 1.0 written entirely in Visual Basic 6.0. It is a very simple database application using ADO in Visual Basic Im not yet expert in terms in database programming Visual Basic. I wrote this code to learn and to share to other beginning programmers and students that database programming in Visual Basic is not very difficult if

Dealing With Quotes in Text Fields

Submitted by admin on

The following tutorial is taken from the internet when I started working with my Library System using MS Access.

I googled this topic to find the author but I can't find him.

This tutorial will handle a text field that contain a value with apostrophe, single or double quotation.

I added it here so other programmer will benefit from this code. You can use this in visual basic or MS Access program.

 

When building an sql statement that contains text fields it usually happens

Cyber Client Controller

Submitted by Raju2047 on
this is the simple program to control 10 computers in a cyber. You can increase the amount of user according to your need. To use it, every client compuer should have user name with unique number at end. It's my very old Program. I have used txt file to save log file and Income. You can also save all the data in database.

Free RTF Report control in Visual Basic (VB)

Submitted by sjm_murugesan on
Free RTF Report creation in Visual Basic (VB) RTF Report is very easy to create and fast. It support fast draft printing, windows printing, network draft printing, Print preview, find in preview, print options – draft printing, Print options – windows printing and many other functions.

How to Sort Date in Listview Control

Submitted by admin on

As we know that we cannot sort the column in listview that contain a date value. There is however a work around in Microsoft Website on how to do this. This can be found at http://support.microsoft.com/kb/170884.

Although it will solve your problem but after testing it I found out that it cannot sort the date by descending order. Of course you can add another code to do it. But it will again add another line of code.