help needed

K

kalaivani

I have used the treeview Activex Control but it doesn't
get loaded in the systems which do not have Visual
Interdev.
How do I solve this problem.
Please help me out.

Thanks in advance
 
K

kalaivani

Hi,

Distribute in sense, making the control as a DLL and
install it in the web server?. Will this solve the problem?
or should I ensure that the end user accessing my web page
has got Interdev installed in his machine?

Thanks in advance

-----Original Message-----
Hi Kalaivani,

You'll have to distribute it as required.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Stop Spam Email Mining from your web pages with SpamStopper
m_stopper_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

"kalaivani" <[email protected]> wrote
in message news:[email protected]...
 
M

MD Websunlimited

The control will have to be installed and registered on the client machine.
 
J

Jim Buyens

-----Original Message-----
I have used the treeview Activex Control but it doesn't
get loaded in the systems which do not have Visual
Interdev. How do I solve this problem.

Add a codebase= attribute to the <object> tag for the
treeview. For example:

<object id="treeview1" classid="..."
codebase="http://www.yoursite.com/dnld/treeview.dll">

The codebase= attribute points to a location from which
visitors can download an ActiveX control. However, there
are three big gotchas with this and, for that matter,
with using ActiveX controls of any kind on a Web page.

o You must ensure that the license for the ActiveX
control permits free runtime distribution.

o ActiveX controls only work on Windows versions of
Internet Explorer. Other browsers and other operating
systems will ignore the <object> tag.

o The visitor will get a prompt, asking if it's OK to
download the control. With so much nasty stuff
floating around the Internet these days, a fair
percentage of the visitors are likely to disallow
the download.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top