
Create User Control as Data Source Using ADO Data Control
New to VB6 and new to using this newsgroup. (There are half a dozen VB
newsgroups that I think this problem may fit in. Thought I try a couple.) Sorry
if I am doing anything out of the norm ...
So my question is on how to do something in VB6 ...
I want to create a user control that will act as a data source control. In the
VB documentation, there is an example on how to do that creating everything from
scratch. But what I want to do instead is to use the existing ADO data control
and customize it to my needs by wrapping it in a user control. (I do not want to
create everything from scratch ... eg. the individual navigation buttons,
properties and events, etc. that the existing ADO data control already provides.)
So far in my attempt, the ADO data control I added to the user control becomes
inaccessible (ie. appears disabled) when the user control is sited as well as
when the application is running.
Any suggestions?