Thanx.
"John Hart [MSFT]" <JohnHart@Online.Microsoft.com.> wrote in message
news:4udhO%23nmDHA.2148@cpmsftngxa06.phx.gbl...
> I just wanted to add a little more information.
>
> The compile error that you received regarding the missing
> AxMsComctlib.AxImageList is due to a problem with the Upgrade tool and a
> new version of the Microsoft Windows Common controls. I believe if you
> chance the code to use the Axmscomctl.AxImageList (notice the removal of
> the Lib from the name) it will fix the problem.
>
> Beyond that Herfried also does have a good suggestion to upgrade the use
of
> the ImageList to the managed version.
>
>
> --
> John Hart, Microsoft VB Team
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> --------------------
> > Sender: Standardbenutzer@TU-K3YVE0N56PSA
> > Subject: Re: Type 'AxMSComctlLib.AxImageList' is not defined.
> > References: <O24nSEjmDHA.372@TK2MSFTNGP11.phx.gbl>
> > X-Face:
>
vJn^g[Lkg9YfJ,Oj#{Y[')WBo<1kS#Rc3Vb!D;jf$;OZ%<"'z+DX"K/m)h\Gi;e-AYsc%'CmL~Ix
>
@YEq$}A>^]KbF1.Z|=/'*CcB[f+8(m&vP.u4+P.q$n]?[s>nnFu/8EuC?h[c\#wR{ok_um~57to=
> P=1"{qO1e%A2~nS?<[o`jn?C/-}7Mbz~L)WI=5VL!*xU#^d
> > From: hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])
> > Date: 24 Oct 2003 20:20:25 +0200
> > Lines: 25
> > User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp
(Windows))
> Hamster/2.0.0.1
> > MIME-Version: 1.0
> > Content-Type: text/plain; charset=ISO-8859-1
> > Content-Transfer-Encoding: 8bit
> > Message-ID: <#gUsFvlmDHA.2232@TK2MSFTNGP09.phx.gbl>
> > Newsgroups: microsoft.public.dotnet.languages.vb.upgrade
> > NNTP-Posting-Host: n600p028.adsl.highway.telekom.at 62.47.18.252
> > Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
> > Xref: cpmsftngxa06.phx.gbl
> microsoft.public.dotnet.languages.vb.upgrade:5665
> > X-Tomcat-NG: microsoft.public.dotnet.languages.vb.upgrade
> >
> > * "Howard Kaikow" <kaikow@standards.com> scripsit:
> > > The sample code file in the listview directory was incorrect, at
least
> as
> > > far as its display of a combobox control, i.e., it was hidden behind
> another
> > > control. The correct layout of the Form is displayed on page 518.
> > >
> > > Runs in VB 6.
> > >
> > > I right clicked on the VBP file to see how it would upgrade to VB .NET
> 2002.
> > >
> > > I got build errors in the forms designer section of the code:
> > >
> > > D:\VBNet
> Code\ListView\BlackBookListview\ListView.NET2002\listview.vb(52):
> > > Type 'AxMSComctlLib.AxImageList' is not defined.
> > >
> > > This error occurred for 3 statements in th generated code.
> > >
> > > Is there a corrected library for VB .NET 2002?
> >
> > You can use .NET's ImageList class. Notice that you will have to
> > replace all the other Microsoft Windows Common Controls with the new
> > controls too in order to work with .NET's ImageList.
> >
> > --
> > Herfried K. Wagner
> > MVP · VB Classic, VB.NET
> > <
http://www.mvps.org/dotnet> > >
>