473,471 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

does c# allow to create Activex component?

DB
Hi Folks,

I want to create Activex component. Can we create it using c#.net or do I
need to create it using vc++?

Thanks in Advanced,
Deepak
Nov 17 '05 #1
3 2731
as per my view Activex component is nothing but activex controls ...
coming to activex controls
here the terminalogy is changed to custom controls....
U can create custom controls using C# but not Activex controls....
but still U can use activex controls (developed in vb 6.0 or vc++) in C#.
and U can use Custom controls(developed in C#) in VB 6.0.

"DB" wrote:
Hi Folks,

I want to create Activex component. Can we create it using c#.net or do I
need to create it using vc++?

Thanks in Advanced,
Deepak

Nov 17 '05 #2
hi,
Actvex is not custom control,C# is managed language and has managed code
ActiveX is unmanaged code,C# does not create activeXcontrol all dll's of c#
are managed and has specific information about itself in mainfest, activex
control doesn't provides any info for user only y/n , whether to execute or
not,so they can be harmful.
--
Have A Good Day,
Mahesh,
Ma************@yahoo.co.in
"DB" wrote:
Hi Folks,

I want to create Activex component. Can we create it using c#.net or do I
need to create it using vc++?

Thanks in Advanced,
Deepak

Nov 17 '05 #3
No you can't create ActiveX with .net (c#, vb, managed vc++...). You can
however create class library which can be reused. You can also use any
ActiveX created with old-fashioned tools using a wrapper class.

Fabien

"DB" <de**********@persistent.co.in> a écrit dans le message de news:
OV**************@TK2MSFTNGP10.phx.gbl...
Hi Folks,

I want to create Activex component. Can we create it using c#.net or do I
need to create it using vc++?

Thanks in Advanced,
Deepak

Nov 17 '05 #4

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

Similar topics

7
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As...
1
by: Craig Pennington | last post by:
I have many ASP pages that I cannot immediately convert to ASP.NET. I would like to make use of .NET, particularly C#, to develop new code that I would need to access from those unconverted pages....
3
by: Henne | last post by:
Hello, in VB6 we werr able to make ActiveX-DLL's (In Process Components) and ActiveX-Exe (Out Of Process Components). Out Application is build of one main application that starts other...
4
by: Ismadi bin Nawang | last post by:
how to solve this problem. "activeX component can't create object" its happened when i want to create a new form in ms access.
1
by: Zhou Jingxiong | last post by:
Hi I am using third party COM component which come with an installation program (.exe file included). The program will be register to registry automatically upon installation. There is no...
3
by: EJ1003 | last post by:
Hello I would like to create Activex Control uisng C# and use it in ASP.Net webform. User Control is not solving my requirement so I am going for Activex Control. Please guide me on this, how...
1
by: Rocio | last post by:
I have a windows app. written in VB6, now we need to expose some of its classes through a web service. I am only able to expose the classes using late binding becasue that's the way the original...
4
by: Mark | last post by:
I was able to get procedure to work in a VB.Net Windows application, and want to get it to work within a ASP.Net page. It won't create the instance of Excel. It blows up on the CreateObject...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
1
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...
0
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...
0
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,...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.