473,659 Members | 2,540 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

to register ocx file

75 New Member
Hi,
i have an ocx file in the server when i try to invoke the ocx file from client through an html page the ocx file is not getting registered in the client machine can you pls help me on this
Nov 21 '06 #1
4 3916
sashi
1,754 Recognized Expert Top Contributor
Hi,
i have an ocx file in the server when i try to invoke the ocx file from client through an html page the ocx file is not getting registered in the client machine can you pls help me on this
Hi there,

Please provide your code segment, will be easier to provide solution in that way. Good luck & Take care.
Nov 21 '06 #2
ananth
75 New Member
Hi Sashi
i have created a CAB file with the ocx and necessary dll's in the server and in the html page the coding is as follows

<HTML>
<HEAD>
<TITLE>software info.CAB</TITLE>
</HEAD>
<BODY>
<OBJECT CLASSID="clsid: 5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilen ame.LPK">
</OBJECT>


<OBJECT ID="Maarga"
CLASSID="CLSID: 3EE0BCB2-3A41-4296-8DAB-696D099A4FB6"
CODEBASE="softw areinfo.CAB#ver sion=1,0,0,0">
</OBJECT>
</BODY>
</HTML>

when i call from the client side using an ip address
http://10.10.10.195/software.htm
the ocx file is not saving in the client machine

pls help me out on this

Hi there,

Please provide your code segment, will be easier to provide solution in that way. Good luck & Take care.
Nov 21 '06 #3
albertw
267 Contributor
Hi Sashi
i have created a CAB file with the ocx and necessary dll's in the server and in the html page the coding is as follows

<HTML>
<HEAD>
<TITLE>software info.CAB</TITLE>
</HEAD>
<BODY>
<OBJECT CLASSID="clsid: 5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilen ame.LPK">
</OBJECT>


<OBJECT ID="Maarga"
CLASSID="CLSID: 3EE0BCB2-3A41-4296-8DAB-696D099A4FB6"
CODEBASE="softw areinfo.CAB#ver sion=1,0,0,0">
</OBJECT>
</BODY>
</HTML>

when i call from the client side using an ip address
http://10.10.10.195/software.htm
the ocx file is not saving in the client machine

pls help me out on this
hi
maybe you'll be able to use this...
Attached Files
File Type: zip Register.zip (10.3 KB, 361 views)
Nov 21 '06 #4
ananth
75 New Member
Hi Mr.Albertw
i am unable to open the zip file what you have sent me can pls make send me a another one it will be of more useful or pls mail me to
ananth_r@maarga systems.com.Thanks a lot sir

hi
maybe you'll be able to use this...
Nov 22 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
4906
by: jacob navia | last post by:
As far as I understood the standard, non-automatic variables (static/global data) can't be cached in registers because in a multiprocessing or multi-threading environment, another thread/processor could read a wrong value from main memory, if the compiler would do so Even if the variable has local scope (static variable enclosed in a function scope) this would still hold since another processor/thread could run the same code at the same...
0
6047
by: Mike | last post by:
I have COM component and this need to be used in HTML file and hence need to be downloaded and registered at client machine. To achieve this I have created the INF file and compressed the COM and INF file in single CAB file INF file structure is [COM.dll file-win32-x86=thisca clsid={CLSID:D3BEF9B9-F7B5-4C24-B247-32257F37FDB6 FileVersion=1,0,0, RegisterServer=ye I am refencing the CAB file as follow
3
3342
by: Dan | last post by:
Hi, I have a problem using an aspx page with a Control on it. I get the following error message Compiler Error Message: CS1595: 'Test.Class2' is defined in multiple places; using definition from 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\1f575646\ad3a161b\assembly\dl2\57ca505e\044565c0_f84fc401\Test1.DLL' The problem is that the control is defined in two different assemblies
3
5781
by: ad | last post by:
I download the source of Portal Starter Kit form http://www.asp.net/Default.aspx?tabindex=8&tabid=47 I find there are Register tag in many .aspx, like this HtmlModule.ascx , the first line is <%@ Register TagPrefix="Portal" TagName="Title" Src="~/DesktopModuleTitle.ascx"%> What does the function of Register tag in .aspx
5
1837
by: richard.tallent | last post by:
I'm fond of web controls in ASP.NET, but the need for <@ Register%> blocks at the top of each page is a pain. ASP.NET 2.0 has a way to centrally register controls in the web.config file, but it is poorly documented and appears to be broken. I have added my standard user controls to my web.config file. The MSDN examples are flat wrong, by the way (bad XML case and attribute names, won't compile). The proper syntax for registering server...
7
5148
by: int main(void) | last post by:
Hi all, I know that register variables work fine at block scope. I tried putting a register variable in file scope, like this, #include <stdio.h> register int a = 2; int main(void) { printf("%d\n",a);
5
1886
by: prouleau001 | last post by:
Hi all! Since that the decorator syntax is upon us, I think it would be good if atexit.register() was returning the function passed as argument. This simple change to the library would solve a problem with the use of atexit.register as a decorator (and I can't think of any use case where this change would break any code). I describe the problem in the following text.
1
2639
by: Gen | last post by:
Hello there, I am a leader of a team, developing business application based on the ASP.NET platform. Now we need to add cash register support to the application and it seems to be a bit of a problem. In general communication with the cash register consists of two steps: 1 - Creation of a text file, describing the items, quantities and prices; 2 - Invoke cash register's driver (which is an exe file in most cases), passing the text file...
65
2567
by: Spiros Bousbouras | last post by:
Has anyone found that declaring variables register affected speed of execution ? If yes on what hardware and around which year ?
6
2155
by: viki1967 | last post by:
Not register double record in the DB MySQL I have developed a simple procedure asp to upload files csv and record data in the table mysql database. This procedure not register double record because I have one control existing records in the table mysql database. But if you reinsert the same file csv the rows first excluded are now registered. For example I have this rows in the file csv:
0
8341
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
8851
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
8751
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
8539
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
8630
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...
1
6181
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2759
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
2
1982
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
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.