Setha - setha.info

General Information:

Latest News:

How to Connect from Visual Basic .Net to Microsoft SQL Server? 17 Mar 2013 | 04:07 am

This article shows you the way to connect from Visual Basic .Net code to Microsoft SQL Server Database. There two ways in this article, first using OLEDB namespace (old style) and second using SQLClie...

How to Check All Printers Status (Idle, Printing, Unknown) in Visual Basic .Net? 9 Mar 2013 | 01:28 pm

This article shows you the way to write Visual Basic .Net code to check all local existing printers status whether some printers are printing and some are not. The VB code below uses ListView control ...

How to build Visual Basic 2008 project using Microsoft.Jet.OleDb.4.0 on Windows 64 bit? 8 Mar 2013 | 08:28 pm

This article shows you the way to compile a Visual Basic 2008 project using Microsoft.Jet.OleDb.4.0 on Windows OS 64 bit. By default, we will see the error message [The 'Microsoft.Jet.OleDb.4.0' provi...

What is Algorithm in Computer Science? 6 Mar 2013 | 08:14 pm

Algorithm is a process of problem-solving in step by step to get result. Algorithm is very importance for programmers to do computer programming because it figures out the programming process. Algorit...

How to Make ACCDE file in Microsoft Access 2010 (MDE in Microsoft 2003)? 4 Mar 2013 | 08:23 am

This article shows you the way to make Microsoft Access 2010 ACCDB file into the ACCDE file which equivalent to the MDE file in Microsoft Access 2003. If you develop database by creating Access Form,...

How to Clear Screen in C++? 20 Jan 2013 | 08:25 pm

This article shows C++ code to clear screen. Use header file: #include Use function: system("cls") Example:

How to Create Popup Menu in Visual Basic .Net 2008? 2 Dec 2012 | 05:20 am

This article attaches with a video clip which shows you how to create popup menu in Visual Basic .Net. Popup menu is the menu that can appear when we do right-click on mouse pointer. Download Sample ...

Pascal Triangle in Visual Basic 2008 1 Dec 2012 | 10:05 am

The code below produce pascal triangle using Visual Basic 2008 programming language. This sample allows user to enter value of n. Download Source Code Here

Pascal Triangle in Turbo C++ 1 Dec 2012 | 09:55 am

The code below is written in Turbo C++ to produces a pascal triangle.

Calculate Factoriel in Turbo C++ 1 Dec 2012 | 09:44 am

Code below is the C++ programming language uses to calculate factorial of value n using recursive function (return n*fact(n-1). n! = 1 x 2 x 3 x 4 x ... x n

Recently parsed news:

Recent searches: