| Randy Birch 2006-01-29, 3:55 am |
| sounds like either the ms common controls library is not loaded in the
component's list for your app, or that it's not registered. Try opening
components, and navigate to mscomctl32.dll using the browse button in that
dialog, select it and OK. Then select it in the dialog and try again. Be
sure to do this before you open the form, otherwise it will be replaced by a
picture box placeholder.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
Please reply to the newsgroups so all can participate.
"Snehal d" <me_snehal@hotmail.com> wrote in message
news:eULeP3DJGHA.3696@TK2MSFTNGP15.phx.gbl...
: Hi! I had made a project sometime back which was using VB6 and service
pack
: 5. I had to reinstall my VB and had to download SP5 again. Now I am
getting
: a 'project or library not found', error for ListView control. Everything
was
: working fine earlier.... what could have gone wrong now. Is the service
pack
: modified?
:
: Please help.
:
: Sushil.
:
:
|