Article archive

Folder activity in vb.net

20/11/2009 10:40
Watching File/Folder Activity in VB.NET posted ‎‎Sep 18, 2009 1:17 AM‎‎ by thiyagaraaj Mr   [ updated ‎‎Sep 18, 2009 1:19 AM‎‎ ] Contents 1 Introduction 2 Getting...

VB.NET 2003 and 2005 snippets

18/11/2009 14:05
Add 'all' Date/Time Formats to Listbox/Combobox         'Should add all of the available Date and Time formats to a combobox or listbox control.           Dim dateTime As DateTime = New...

Tron(OS) - one of the most widely use OS

13/11/2009 10:47
APAN'S HOMEGROWN OPERATING SYSTEM TRON Competes for the Info-Appliance Market (May 22, 2003) ...

list of Blog Sites

13/11/2009 10:36
So it seems all we ever speak about is Wordpress (), but don’t forget that you have options when choosing a blog platform. Here are 40 free ways to get started. Danga Software Powered GreatestJournal.com – Based on the same software as LiveJournal, offers free voice posts, 1GB of photo...

Types of Website

13/11/2009 10:31
What are the types of Website? Types of websites There are many varieties of websites, each specializing in a particular type of content or use, and they may be arbitrarily classified in any number of ways. A few such classifications might include:[original research?] Affiliate: enabled...

Computer limitations

11/11/2009 15:20
Computer Limitations 1. It must be check and repair from time to time. 2. It cannot function alone without help from human 3. It cannot think on its own 4. It only understand computer language to execute command  The computer can outperform human beings in speed, memory and accuracy but still...

Microsoft Small basic

11/11/2009 15:15
Small Basic is a project that is focused at making programming accessible and easy for beginners. It consists of three distinct pieces: the Language the Programming Environment Libraries The Language draws its inspiration from an early variant of BASIC but is based on the modern .Net...

Vb.Net - Combo/Listbox: ItemData and NewIndex

11/11/2009 15:13
Visual Basic .NET Tips and Tricks I've been working in VB.NET for some time now, and here are some tips and tricks for those who are migrating from VB 6.0.   Combo/Listbox: ItemData and NewIndex What kicks your butt in the beginning is simple little things. I remember when I first tried to...

Html editor v1.0- source

16/10/2009 09:37
[Information] - The software is also available at a1vbcode.com for download. -Created in Vb.net 2005. [Source Code] {Main form} Imports System.IO Imports System.Drawing.Printing Imports System.Drawing.size Public Class Form1     Dim B As New ArrayList     Dim proc As...

Exercise 7 w/ Solution

16/10/2009 09:33
Exercise Objective – In this exercise, you will use the try-catch block to handle a simple runtime exception. Tasks The TestExceptions program prints out all of the command-line arguments, but it has a fatal flaw: It will eventually attempt to access beyond the args array bounds. public class...