Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
.NET SFTP Component in CS VB.NET ASP.NET 5.1.4028
Faxmind Email to Fax Server 1.6.5.0516
PDF Extractor SDK 3.10.899
Bytescout Image To Video SDK 2.10.715
Joyfax Server 8.10.0517
VISCOM Video Capture ActiveX SDK 6.3
VISCOM Scanner TWAIN Docx PDF SDK 3.8
Advanced Email2RSS Professional 3.55.84
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Login Php Expiration Date
Admin Login Php Code
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Inventory System Sample In Visual Basic
Book Inventory System Code In Visual Basic
Freware Inventory System Project In Visual Basic
Inventory Control System Project In Visual Basic
Chatting System Codes In Visual Basic
Library System Made In Visual Basic
Human Resource Mgt System Project In Visual Basic
Student Management System Project In Visual Basic
Free Banking System Project In Visual Basic
Examination System Program In Visual Basic
Water Billing System Code In Visual Basic
Inventory Using Database In Visual Basic
Railway Reservation System Project In Visual Basic
Fast Food Management System Code In Visual Basic
Billing System Created In Visual Basic
 Inventory System Sample In Visual Basic 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


Compiling Components in Visual Basic for ASP is a tutorial which elaborates about methods involved in generating a compiling componets for MTS and IIS. In this tutorial users can get more details about ASP components, MTS components and automatic...


Advertisement




Creating a TCP Component in Visual Basic is an article which deals with generating TCP component using VB which helps in accessing the emails from the POP server. Here author explains about implemetation of the component to send data, retrieve...



Creating ActiveX Server Components in Visual Basic is an ASP based article which concentrates on generating ActiveX server component, which performs various tedious operations. In this article author describes about the procedure to execute and...



Introduction to Exception Handling in Visual Basic .NET is a tutorial which gives the issues and its solution. This article explains the difference in between an error and exception. The methods of exception handling along with user's alternative...



Debugging ActiveX Server Components in Visual Basic is a web based tutorial that deals with methods that have to be adapted by the users to execute debugging process in the ActiveX server component using VB. This article will be helpful for the...



This is an useful .NET article through which you can know about how to read from and write to a text file in Visual Basic.NET. You can do this by using the ReadLine and WriteLine methods of the StreamReader and StreamWriter classes. You must pass...



This is an advance Inventory System that I've made before. It has a lot of features that you can use in your own program.

Features of this program are as follows:

Purchase order are put on hold prior to final posting.



This article offers the details about attributes. The basic topics discusses in this article is how to build and use custom attributes in Visual Basic.NET. Attribute works on independent language and it is inherited from the system.attribute class...



The c# samples of DHTMLX Scheduler .NET have been successfully converted into Visual Basic. The ready samples in ASP.NET and ASP.NET MVC3 are available for download.

The new samples will be added to the DHTMLX Scheduler .NET trial...



Programming a Visual Basic Component to Change NLTM Passwords is a tutorial through which users can learn more about generating an advanced password changing component which changes NLTM password and run on MTS and IIS. The author describes about...



This is a simple inventory system that computes the running balance of an item. It records the Item received and Item issued. It then computes the running balance from Item Received minus Item Issued.



This article is helpful for the programmers and for the VB.NET developers which helps them to know more about the features of delegate class in Visual Basic.NET. The author says delegates will make an integrate part of the .NET framework and it...



If you're thinking of powering your next Web site with the latest in Microsoft Internet technologies, and you program in Visual Basic (VB), then Professional MTS and MSMQ with VB and ASP is for you. This fast-paced tutorial gives you a crash...



The StrUtils unit implements two String functions to Delphi called RightStr and LeftStr, similar to the (Right and Left) found in Visual Basic.



HTML-to-RTF Pro DLL component can convert HTML and ASP files into good-looking RTF with tables, images etc. Output rtf file is smaller than input HTML. The DLL component does not require any word-processors. Work in Visual Basic, C#, VB.Net,...



How To Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic.NET is an article which briefly explains the method of creating and executing the stored procedures of the Sql Server database in ASP.NET. The article demonstrates it by...



HOW TO: Create a Summary Row for a DataGrid in ASP.NET by Using Visual Basic .NET is an interesting article in which the author briefly describes about creating a summary row in the datagrid control using Visual Basic.NET. This article clearly...



Creating a Server Component with Visual Basic is an ASP tutorial through which users can gather more information about generating server components, advantages of using the server side component, methods to utilize the component in right way,...



HOW TO: Create a Web Control with an Expandable Property in the Designer by Using Visual Basic.NET is a tutorial in which the author shows the step-by-step process of creating a custom web control and adding the expandable property to it using the...



Count Records from SQL Server Database using ADO.NET, SQL, and Visual Basic.NET is a tutorial for those who needs to show the record count on the ASP page. In this tutorial author demonstrates it by calling the executescalar method.