Home

Submit

Source

Feeds

Visual Basic Retrieve and write data to excel with vb6

Visual Basic Working with Database
Retrieve and write data to excel with vb6
Visual Basic / Working with Database
Retrieve data and write data to excel using visual basic.

Site: www.11amdesign.com Report - View Tutorial

Related Tutorials
Visual Basic File Manipulation
Working With Files
Visual Basic / File Manipulation
Is it possible to save data accepted by a VB program into a storage device, such as a hard disk or diskette, or even CDRW? The answer is possible. Is this chapter, we will learn how to create files by writing them into a storage device and then retrieve the data by reading the contents of the files using customized VB programs.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Browsers and Messengers
Customizing your web browser, In VB6
Visual Basic / Browsers and Messengers
In this tutorial we will see how to Customize Your Web Browser Project!.

Site: www.extreme-tutorials.com Report - View Tutorial

Visual Basic Getting Started
Managing Visual Basic Data
Visual Basic / Getting Started
There are many types of data we come across in our daily life. For example, we need to handle data such as names, addresses, money, date, stock quotes, statistics and etc everyday. Similarly in Visual Basic, we are also going to deal with these kinds of data. However, to be more systematic, VB divides data into different types.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Functions
Creating VB Function For MS Excel
Visual Basic / Functions
You can create your own functions to supplement the built-in functions in Microsoft Excel spreadsheet which are quite limited. These functions could be very useful and powerful if you know how to program them properly. One main reason we need to create user defined functions is to enable us to customize our spreadsheet environment for individual needs.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Working with Database
Databases
Visual Basic / Working with Database
Most Visual Basic applications must, regretfully, have dealings with a database somewhere along the line. The current propaganda figure is 95 percent. This data access thing can be a dirty business, so if you have to do it, do it once, do it right, and forget it forever. This means write such a generic and reusable thing that even a gibbering Java programmer will be able to reuse it. How about a middle-tier DLL that you can use over and over again?

Site: www.brainbell.com Report - View Tutorial

Visual Basic Working with Database
SQL
Visual Basic / Working with Database
To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions to take against the data in a recordset) you can greatly simplify the code you have to write in an application that utilizes databases.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Networking
Sending Data Between 2 Computers
Visual Basic / Networking
This tutorial is going to show you how to send data via 2 computers over the internet in visual basic.

Site: www.extreme-tutorials.com Report - View Tutorial

Visual Basic Miscellaneous
Distribution of Applications
Visual Basic / Miscellaneous
There are programmers out there who program solely for themselves. They write code/applications and no one but them ever sees their applications. However, most of you are like me and we want to revel in the accolades that our friends and peers heap on us when we provide them with exactly the right program to meet a need that they have expressed!.

Site: www.garybeene.com Report - View Tutorial

Visual Basic VB.Net
Dynamic Usage of Event Handlers in VB.NET
Visual Basic / VB.Net
With Events and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.

Site: www.codebeach.com Report - View Tutorial

Visual Basic Complete Projects
Drag & Drop Visual Basic
Visual Basic / Complete Projects
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the mechanics of a drag and drop operation are fairly simple and logical.

Site: www.garybeene.com Report - View Tutorial

Visual Basic General Development
Developing Web Applications
Visual Basic / General Development
Visual Basic 6 offers three new templates: Data Project, IIS Application, and DHTML Application.

Site: www.brainbell.com Report - View Tutorial

Visual Basic General Development
Variable Inspection and Numeric Conversion
Visual Basic / General Development
How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers.

Site: www.herongyang.com Report - View Tutorial

Visual Basic Miscellaneous
How To Program A Barcode Maker
Visual Basic / Miscellaneous
This tutorial will show you how to input data into a text box and get a barcode image from it. You will also learn how to work with clipboard and checksum controls.

Site: www.11amdesign.com Report - View Tutorial

Visual Basic Miscellaneous
Printing
Visual Basic / Miscellaneous
An important fact is that how well the data is presented to the user can make or break the success of the application. Learning to use the printing tools of VB is critical to your success as a programmer.

Site: www.garybeene.com Report - View Tutorial

Visual Basic Working with Database
Creating database applications in VB-Part II
Visual Basic / Working with Database
you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.

Site: www.vbtutor.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement