Tools Links Login

Cool Datagrid Stuff!

This sample VB app shows you how to add drop down
lists to columns in a data grid. Other cool
features include drag and drop from a Listbox to
a cell in the grid, sort grid data by clicking
the column header, and how to add a split to the
grid in run-time mode. Please vote!

Original Author: Frank Kusluski

Inputs

None.

Assumptions

The ADO Data Control's (adodc1) ConnectionString
property is set to the following:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:Program FilesMicrosoft Visual StudioVB98Biblio.mdb;Persist Security Info=False
If the BIBLIO.MDB database resides in a different
directory on your machine you will need to change
the Data Source location. On most machines this
file will exist on the C drive though.

Returns

None.

Side Effects

None that I know of.

API Declarations

Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 85 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD8756882000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 7,548 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.