Novell ActiveX Controls
Hi,
I am trying to integrate Novell Volume Administration control with Novell Browse Control in C# (.NET) but it is not allowing me to expand the tree, only the root node is shown. If I do the same thing in VB, it works fine.
Here is the code I have written in C#..
objNWVolAdm.FullName = @"NDS:\abc";
// objNWVolAdm.FullName = sPath;
objNWVolAdm.Load();
axNWBrowse1.ExpandMode = NWExpandMode.brwExpandOneLevel ;
axNWBrowse1.ViewType = NWViewType.brwTreeView;
axNWBrowse1.Enabled = true;
axNWBrowse1.BorderStyle = NWBorderStyle.brwFixedSingle;
axNWBrowse1.Control = objNWVolAdm;
Any help would be greatly appreciated..
Thanks,
Amit
|