But Show ( ) fails sliently, returns '0', and never displays anything.
After messing with this all morning, I came here and see this has been
an issue for, oh, 5 years now.
I downloaded nearly every version of the NDAP controls on Novell's site,
but the problem still exists.
These are the versions I have tried. Most have different dates for the
.ocx file, though they all report v1.0.
novell-activex_ndap-devel-2006.06.14-1windows.zip
novell-activex_ndap-devel-2005.10.06-1windows.zip
novell-activex_ndap-devel-2005.05.23-1windows.zip
novell-activex_ndap-devel-2004.06.08-1windows.exe
novell-activex_ndap-devel-2004.02.17-1windows.exe
novell-activex_ndap-devel-2003.06.11-1windows.exe
novell-activex_ndap-devel-2003.03.00-1windows.exe
Can someone PLEASE give me a copy of the .ocx file that actually works???
It's working fine for me. nwselect.ocx dated 9/3/2004. tested in both vb6
and .net 2005
NWSelect1.FullName = "nds:\\tree\novell"
NWSelect1.BrowseOptions = selShowDirectory
NWSelect1.LookInConnectionsOnly = True
NWSelect1.ViewType = selViewDetails
NWSelect1.Show
You would need to be more specific about the problem you're are seeing.
(.net? vb6?)
greets, Guenter.
Jeremy Mlazovsky <Jeremy.Mlazo...@notes.udayton.edu> wrote in
news:jmeKh.1221$XU6...@prv-forum2.provo.novell.com:
I was using AutoIt v3's COM functionality to use the control in my scripts.