VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Cool Datagrid Stuff

Frank Kusluski  (19 Submissions)   Complete Applications   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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!

Inputs
None.

Assumes
The ADO Data Control's (adodc1) ConnectionString property is set to the following: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Program Files\Microsoft Visual Studio\VB98\Biblio.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)

Rate Cool Datagrid Stuff (21(21 Vote))

Download Cool Datagrid Stuff

Cool Datagrid Stuff Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters