...
I found a thirtparty component but have no idea how to
integrate into VS 2005 IDE?
The files come with project file and solution files.
I'm only guessing here, but I'll assume that you're talking about
GUI-widgets, such as enhanced Comboboxes, Treeviews, and that sort of
things.
What you then need is the compiled dll-file, or the source code files.
If you have the dll, right click on the Toolbox and choose "Choose Items".
There you can browse for the dll-file and add it to the toolbox (though I
would recommend to create a separate tab for "imported" components.
The project file and solution files are really of no use for you, unless you
have the source code files as well. Then you should be able to compile it
into a dll yourself, and proceed as above.
If you have neither the compiled dll-file, nor the source code files, you
can't do anything...
/// Bjorn A