473,378 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

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 1814
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.infovis.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
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. ...
3
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...
4
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...
10
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...
7
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...
3
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...
2
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...
1
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
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...
2
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.