Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New User needs help

Status
Not open for further replies.

swatman

Programmer
Feb 24, 2003
9
0
0
EE
Hi,

I just started using vb.net.

I am trying to add a reference, ie ADO v2.7. Under the Project/Add Reference menu, I go to the COM tab and add my component with the Select button.

However, the project does not remember the selected components.

Is there something I need to do first???

thanks in advance.

swatman
 
try writing

Imports ADODB

on top of the code

above

Public Class Form1



To search or to post - that is the question.
To search first and to post later. THAT is the answer.
 
thanks nick, I will try it.

As for searching for the question, I would like to. However when I search on "Add reference" nothing shows up.

So I guess the next question is "how is the best way to search tek-tips for previous posts?".

regards

swatman


 
I wouldn't be inclined to take it personally, swatman...

One feature of membership here is a signature which appears at the bottom of your posts. I don't that was aimed at you.

I have a question for you... why are you using ADO? .NET has a new facility, ADO.NET, that is much easier to use.



Ben
A programmer was drowning. Lots of people watched but did nothing. They couldn't understand why he yelled "F1!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top