Hi..
Is there any way to insert .dll object into a html webpage?
I am using VC++ ATL to produce a Active X control with dialog obx.The output of the project is in .dll. So how do i insert it into HTML?
Thanks!
User Profile
Collapse
-
How to insert .dll object inside HTML page?
-
hi...
Any idea on this? i search online and seems that a Cabinet file is required instead of the ocx file. But i tried creating it still wont work..
Following the procedure on the link below..
http://support.microso ft.com/kb/167158
Thanks! -
Insert .ocx activex object in HTML ??
Hi..
I am trying to insert an activeX object in a HTML page but i got a red cross instead. Below is the code:
<HTML>
<HEAD>
<TITLE>Active X Registration</TITLE>
</HEAD>
<BODY>
<table cellSpacing=0 cellPadding=0 style="border:0 px; padding-bottom:5px; width:500px;">
<tr><td>
<OBJECT ID=AXRegister1... -
MFC ActiveX Project - Refresh Dialog box ?
Hi..
Currently i am working on a MFC ActiveX project. I created a dialog box which is displayed when the ActiveX object is used. The user enter the data in the dialog box then click the button with IDOK.
However, after the user click the button, the activeX control seems like not working. Is there a way to refresh the activeX control after clicking the IDOK button?
Thanks! -
Hi.. anybody know MFC ActiveX?
How do i make the ActiveX control runs with a dialog box?
Thanks!...Leave a comment:
-
Hi.. how do you do it with a COM object? You mean declare a COM object to handle the C++ object???
Thanks!...Leave a comment:
-
how to insert text box in MFC ActiveX control ??
Hi...
I am creating a MFC ActiveX control porject...
I would like to create a text box when the activeX object is load. How do i do it?
Thanks! -
Is it possible to insert c++ object inside html page??
Hi...
Is it possible to insert C++ object into HTML page using the <object> tag?
If cant, then i guess the only way is to convert the C code to active X control then insert the active X object using the <object> tag ??
Thanks! -
Hi.. yup i am trying to use the <object> tag to insert the object. Do you know if its possible to insert c++ object?
If cant then i will have to create a ActiveX object and insert it using the <object> tag.
Thanks!...Leave a comment:
-
Hi thanks.. that works well with the URL..
But do you have any idea how to declare an activeX object linking to the pop up window? As in not using URL for the pop up window but a activeX application.....Leave a comment:
-
How to open a new window that runs with ActiveX object?
Hi.. i want to create an application that run with ActiveX which allow user to keep in some data. This activeX window will pop up when user click on a button inside a PHP page. How do i do that?
Thanks! -
Using javascript to enable ActiveX control?
Hi...
I want to use ActiveXObject to get some data from the client side. However, some browser does not enable ActiveXObject. Is there any way to enable it using a javascript? Thanks! -
-
Hi thanks for the reply..
it works well with IE.. But doesnt work with mozilla... any idea?...Leave a comment:
-
Hi.. Any idea how to do it?
Is it possible to make the input text part to be readonly?
<input type=file name=datafile>...Leave a comment:
-
Upload files using "browse" button only?
Hi.. i am doing file upload using CGI perl scripts...
I want to allow the user to select the files using the "Browse" button only instead of typing the path name. How i do it?
Thanks..... -
Any idea why the \t was not execute in mozilla? Is it not implement in mozilla?...Leave a comment:
-
Print Tab(\t) in alert statement with javascript in mozilla??
Hi...
i wanted to print some message with javascript. The following works well with IE but the tab was not produced in mozilla...
[code=javascript]
<script language="javas cript">
function pritnmsg()
{
alert("\n\t Apple!");
return true;
}
</script>[/code] -
-
Maximum size of CGI program?
Hi..
i would like to know is there a max. size limit for the size of the CGI program written in perl?
No activity results to display
Show More
Leave a comment: