newprogamer
Programmer
Hello,
I have added an ADO data control and a datagrid to my form by adding them to the toolbox and draging them to the form. This allows me to get data from a table and display it in the datagrid. The problem is that I have tried to run this program on two other Windows XP computers and the code stops running at Adodc1.Visible = False. The error message is Can't find project or library". What can I do to use these controls on any computer?
Thanks for your help!
I have added an ADO data control and a datagrid to my form by adding them to the toolbox and draging them to the form. This allows me to get data from a table and display it in the datagrid. The problem is that I have tried to run this program on two other Windows XP computers and the code stops running at Adodc1.Visible = False. The error message is Can't find project or library". What can I do to use these controls on any computer?
Thanks for your help!