Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NWSelect ActiveX control - where is one that works?

4 views
Skip to first unread message

Jeremy Mlazovsky

unread,
Mar 15, 2007, 12:19:27 PM3/15/07
to
Been trying to get this friggin' thing working. Can create the object,
set the properties, retrieve the properties OK.

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???

Guenter

unread,
Mar 19, 2007, 6:15:57 PM3/19/07
to
Hi Jeremy,
Susan did kindly a test for you, and replied:
There is a novell bindery control dependency, so you need to make sure you
have that. You also need an nwdir control. And you need to have an active
session.

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:

Jeremy Mlazovsky

unread,
Apr 3, 2007, 10:05:45 AM4/3/07
to
Ah, I missed the bindery control dependency somehow. Thanks for the tip.

I was using AutoIt v3's COM functionality to use the control in my scripts.

0 new messages