473,765 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tree control

Hi

How can I transfer across the tree control to client? Is there a dll which I
can just copy and register using regsvr32?

Thanks

Regards
Nov 12 '05 #1
3 1831
RE/
How can I transfer across the tree control to client? Is there a dll which I
can just copy and register using regsvr32?


Do you know for sure that it isn't on the client's PC already?

I'm just starting to dabble with the TreeView control and I'm going on the
assumption that it's part of the base MS Access install.

Somebody say something if this is not the case.
--
PeteCresswell
Nov 12 '05 #2
On Tue, 20 Jan 2004 22:14:24 -0000, "John" <Jo**@nospam.in fovis.co.uk>
wrote:

Depends on which treeview control you're using. In most cases setup
generators will inspect your application and add the correct files to
the setup list.
Indeed registering an OCX typically involves little more than copying
and registering.

-Tom.

Hi

How can I transfer across the tree control to client? Is there a dll which I
can just copy and register using regsvr32?

Thanks

Regards


Nov 12 '05 #3
Pete,

Googling here so someone else may have chipped in.

It's not the case AFAIK in 97 at least (and I presume the other
versions too). It's part of mscomctl.ocx but the base version of
Access doesn't support the control (or other controls such as
statusbar and ListView etc that are in the mscomctl.ocx). The ODE
supports mscomctl.ocx.

On most PC's I've come across mscomctl.ocx is already registered. It's
just Access isn't licenced to use the controls.

I've gotten around this by wrapping the treeview in a VB ocx (adding
some of my own methods and properties along the way like a quick clear
using API calls). This is easy to do (there's even a wizard in VB6 to
do it for you! (But as per usual you'll need to clean it up)).

The only control you can't wrap in this way is the datagrid (legally
that is). Unless of course this has changed (anyone know?)

Of course you'll now have to make sure the versioning is A-OK with the
ocx but if you are in a corporate enviroment this can be controlled.

Just remember to compile your project with 'Project compatibilty' when
developing and 'Binary compatibility' when it's ready to go (well as
rule of thumb anyways).

Regards,

Peter

"(Pete Cresswell)" <x@y.z> wrote in message news:<n2******* *************** **********@4ax. com>...
RE/
How can I transfer across the tree control to client? Is there a dll which I
can just copy and register using regsvr32?


Do you know for sure that it isn't on the client's PC already?

I'm just starting to dabble with the TreeView control and I'm going on the
assumption that it's part of the base MS Access install.

Somebody say something if this is not the case.

Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
5489
by: James Geurts | last post by:
Hey all... I posted this in the vs.net ide group too, but people are not answering, so I figured that it might be more appropriate here. I'm not sure if I'm adding a designer to my code properly. I'm only adding it to the tree node, where each custom tree node is then added to a normal tree control I'm trying to get an add-in to interact with the property window in VS.Net. Basically, I created a tool window containing a custom tree...
3
7580
by: Toxick | last post by:
Hello experts, I'm a total C# noob with a total C# noob question. I've been Serializing in C++ (MFC) and writing data to std::fstreams for quite some time, so maybe I'm not understanding this different technique, or reading too much into it, or not enough: but, I'm not quite wrapping my brain around serialization in C#.
4
2580
by: David W. Simmonds | last post by:
Outside of building a custom ActiveX control that would need to run on the user's machine and have security attributes set to allow such, does anyone have any code that will allow a combobox to display a tree of items? I could display a tree control, but that takes a lot of space on the page. I have seen comboboxes in non-web apps uses such a thing. I want to be able to display a tree in a compact fashion. Any ideas would be appreciated.
10
2529
by: dwok | last post by:
Does anyone know of a good article that discusses creating a "Tree View" control in ASP.NET? Or perhaps a Tree View Control that comes with source code? I have come across a lot of tree controls for ASP.NET however most of them are already compiled and don't come with source code. I am really just looking for an example on how to create my own Tree Control. Thanks a bunch.
7
10353
by: Andrew Robinson | last post by:
I have a treeview control that I use as a menu & navigation control within a master page. The nodes for this control are loaded from a database which contains the text and url of each like and the hierarchy of the menu tree. All pretty normal stuff. Is there any simple method of maintaining the expanded / collapsed state of each node as my application moves from page to page? Remember this is on a master page used by numerous content...
3
2556
by: _DS | last post by:
Problem with mapping a directory tree to a tree control: It takes a while to recurse subdirs and map them to nodes. This is solved in some books I've seen (MacDonald, Albahari) by reading the subdir only when its node on the tree control is opened. Has anyone pre-packaged this functionality into a control?
2
3486
by: Kiran | last post by:
Hello all, I am using a tree to display stuff, and it is constantly updated, but what I have noticed is in the lowest level, there is clearly noticable cutoff of the text I place there. The cutoff is existent even if I do not update the text inside the tree constantly. It seems that the text is halfway below where it should line up. I tried placing an image to see if that would correct it, but it does not. The image is perfectly lined up,...
1
2177
by: perspolis | last post by:
Hi all I'm looking for a Combobox that displays tree. Does anyone has a source code for that??? thanks in advance
1
4790
by: BeginingOfLife | last post by:
i am using a java script to create a tree view in my html page. i got that script from this link : http://destroydrop.com/javascripts/tree/ given script is static script creations for tree view,but i want to add a new node on that tree. i select a node location in a dropdown control(nodes present in a tree will appear in this control). i will give the new node name in a text box control. when i press a button in my html page
2
1326
by: Tom | last post by:
My older system: Win2k, VS2005(Academic), .Net 2.0 SP1. Windows.Forms Application: Two splitter panels, a TreeView (named: "tree") in one panel populated with directory name nodes. Logic for programmatically selecting a previously saved FullPath is being called from the tree.Enter() event handler; After expanding to a specific folder and selecting it (for testing purposes I chose a specific folder that is level 4 depth) ... I
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9835
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5277
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.