473,699 Members | 2,302 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with Microsoft HTML Help Control

Hello

I have a serious problem in using the Microsoft HTML Help control for
authoring help for my web site. In some machine the control works fine. But
in most of the machines it is not working. The page which should show the
Tree Control is just showing a (X) mark. I tried with Java applet method,
but the result didnt change. Is there any way to fix this problem.

My code for displaying the control is

For Java Applet

" <APPLET height="100%" archive="HHCtrl .zip" width="240" align="baseline "
code="HHCtrl.cl ass"
name="HHCtrl" VIEWASTEXT ID="Applet1">
<PARAM NAME="item1" VALUE="Toc.hhc" >
<PARAM NAME="command" VALUE="Contents ">
<PARAM NAME="cabbase" VALUE="Download s\HHCtrl.cab">
</APPLET>"

For ActiveX control

" <OBJECT CLASSID="clsid: adb880a6-d8ff-11cf-9377-00aa003b7a11" ID="Hhctrl1"
codebase="https ://www.mywebsite.c om/Downloads/hhctrl.ocx#vers ion=5,2,3790,0"
VIEWASTEXT height="100%" width="100%">
<PARAM NAME="Width" VALUE="19844">
<PARAM NAME="Height" VALUE="12409">
<PARAM NAME="Command" VALUE="Contents ">
<PARAM NAME="Item1" VALUE="Download s/ToC.hhc">
<PARAM name="Frame" value="right">
</OBJECT>"

Any help highly appreciated

Thanks
Baiju K.U.
Sep 28 '06 #1
1 2136
Hello

I didnt get any response to my previous mail. Can anybody suggest which is
the best method to author a web site. In my case Microsoft HTML help control
is a misery.

Thanks
Baiju
"Baiju K.U." <ba***@indus-systems.comwrot e in message
news:O%******** ********@TK2MSF TNGP04.phx.gbl. ..
Hello

I have a serious problem in using the Microsoft HTML Help control for
authoring help for my web site. In some machine the control works fine.
But in most of the machines it is not working. The page which should show
the Tree Control is just showing a (X) mark. I tried with Java applet
method, but the result didnt change. Is there any way to fix this problem.

My code for displaying the control is

For Java Applet

" <APPLET height="100%" archive="HHCtrl .zip" width="240" align="baseline "
code="HHCtrl.cl ass"
name="HHCtrl" VIEWASTEXT ID="Applet1">
<PARAM NAME="item1" VALUE="Toc.hhc" >
<PARAM NAME="command" VALUE="Contents ">
<PARAM NAME="cabbase" VALUE="Download s\HHCtrl.cab">
</APPLET>"

For ActiveX control

" <OBJECT CLASSID="clsid: adb880a6-d8ff-11cf-9377-00aa003b7a11"
ID="Hhctrl1"
codebase="https ://www.mywebsite.c om/Downloads/hhctrl.ocx#vers ion=5,2,3790,0"
VIEWASTEXT height="100%" width="100%">
<PARAM NAME="Width" VALUE="19844">
<PARAM NAME="Height" VALUE="12409">
<PARAM NAME="Command" VALUE="Contents ">
<PARAM NAME="Item1" VALUE="Download s/ToC.hhc">
<PARAM name="Frame" value="right">
</OBJECT>"

Any help highly appreciated

Thanks
Baiju K.U.


Oct 3 '06 #2

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

Similar topics

3
1368
by: Nathan Sokalski | last post by:
I have a User Control that I created (.ascx & .ascx.vb file pair) that I am trying to put in a separate assembly. I know that the User Control works when it is in the same project and is compiled along with the project it is used in, so the problem is obviously something I am doing wrong with the references or something. My current code registers the assembly as: <%@ Page Language="vb" AutoEventWireup="false"...
2
5197
by: CDWaddell | last post by:
I have the following cod private void btnUpdate_Click(object sender, System.EventArgs e TextBox tbMembers = new TextBox() tbMembers = (TextBox) dlClubs.FindControl("tbMembers") string sqlUpdate = "UPDATE tblClub SET "
2
2627
by: Theodoros.Savvides | last post by:
Hi All, We are developing an application and we have a problem for which I cannot find any information anywhere. The application consists of a windows user control and an ASP.NET application that has a Web Form loading this control using the object tag. The HTML code looks like this: <OBJECT id="LoginControl" style="WIDTH: 673px; HEIGHT: 388px" classid="../WinControls/CommonWinControls.dll#CommonWinControls.UCBatchForm"
3
2268
by: Eric | last post by:
I have built a composite user web control that I want to create dynamically. The form will contain a variable number of these controls and as well some of the contents of the user web control itself are dynamically created controls. I create as follows: wcGroupControl oGroupControl = new wcGroupControl(); I then tried calling methods of the control passing dynamic controls as parameters that need to be added to the web controls on the...
1
2315
by: Kris van der Mast | last post by:
Hi, been a while since I posted a question myself instead of trying to help others out. I'm refactoring an existing web app that uses dynamic loading of user controls and a lot of response.redirects to the same page. Because I hate the overhead by doing this I'm searching for a cleaner option. But I'm having troubles (off course or I wouldn't be posting this).
5
4081
by: Segfahlt | last post by:
I need a little help here please. I have 2 win forms user controls in 2 different projects that I'm hosting in 2 different virtual directories. The controls have been test and operate okay in both projects. Both controls(dlls) have been signed using SN.exe and I've set up the appropriate .Net assembly permissions using those Strong Names The DLL's have been copied to the /bin directory in both web virtual directories.
2
7888
by: hzgt9b | last post by:
Using VS2003, VB.NET, BACKGROUND I have a window forms based application that will be distributed and executed directly from CD media. The app contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowse) control. The TreeView is populated with nodes that when clicked play an audio clip that is stored on the CD and navigate the browser control to a specified web URL (also stored on the CD). All the web URLs are html documents...
3
1421
by: Tomasz J | last post by:
Hello Developers, I have a control derived from System.Web.UI.WebControls.WebControl. Control has this property: public string Value { set { _value = value; } get { return _value; }
8
2730
by: Tomasz J | last post by:
Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly. In certain cases (only) it renders but is dead - does not initialize. Before the migration it worked, no changes have been made. Here is the complete scenario description:
0
8689
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
9178
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9035
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
8916
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
7752
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5875
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4376
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...
2
2348
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2010
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.