473,396 Members | 1,924 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ActiveX Controls with .Net?

Hi!

I would like to build a small application, that should be embedded in a
webpage. I want to develop it using VB.Net of course, and have the usual
opportunities of a windows app...

A common example of such an app would be an image upload control, like the
ones used at hotmail communities (and yahoo I think), many online
photo-services.

In the old days (VB6) you could create an activeX control. I never did, but
I am sure it was possible.

I have tried searching for relevant material online, but I must be using the
wrong keywords, because I have found nothing yet...

What is this type of app/applet called in these .Net days, and how do I make
one using VB.net? I think I need a few good keywords and perhaps a link to
an article or something like that, not the complete 101. :)

Any help would be appreciated.

Thanks in advance

Klaus Jensen
Developer
Nov 20 '05 #1
8 1407
Cor
Hi Klaus,

In my eyes is the activeX control something that never has been accepted
because nobody trust it.

Why not make server based webform applications instead.

In my opinion is .Net not the application platform for making fun pages.

It is more for business applications (in the widest way, also multimedia and
things like that).

But not for standalone clientside applications.

Although Javascript, VbScript and JScript are very good to develop with
Visual.Studio.Net.

Just my thoughts,

Cor


Nov 20 '05 #2
You could also hosts Windows.Forms stuff in an Internet Explorer. This is
comparable with the "old" ActiveX control on a webpage.

For more info:
http://samples.gotdotnet.com/quickst...eSourcing.aspx
Using Windows Forms Controls in Internet Explorer
This topic describes how to successfully execute Windows Forms controls
within Internet Explorer (IE). Windows Forms controls within IE are
activated without a user prompt, require no registration, and utilize the
common language runtime (CLR) code access security.

There are five steps in getting a Windows Forms control activated within
Internet Explorer, and each is listed here and detailed below.

a.. Create the Windows Forms control.
b.. Create an HTML document with an object tag.
c.. Create the virtual directory and set permissions.
d.. Run the control.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Cor" <no*@non.com> wrote in message
news:e3**************@tk2msftngp13.phx.gbl...
Hi Klaus,

In my eyes is the activeX control something that never has been accepted
because nobody trust it.

Why not make server based webform applications instead.

In my opinion is .Net not the application platform for making fun pages.

It is more for business applications (in the widest way, also multimedia and things like that).

But not for standalone clientside applications.

Although Javascript, VbScript and JScript are very good to develop with
Visual.Studio.Net.

Just my thoughts,

Cor

Nov 20 '05 #3
Cor
Hi Jan,

Thanks I saw a lot of messages about this here, but this one is very clear.
Compliments,

Cor
Nov 20 '05 #4
Thanks Cor!

As always: it was my pleasure...

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Cor" <no*@non.com> wrote in message
news:O4**************@tk2msftngp13.phx.gbl...
Hi Jan,

Thanks I saw a lot of messages about this here, but this one is very clear. Compliments,

Cor

Nov 20 '05 #5
I am 70% sure that you can upload files with ASP.NET, with no additional
controls needed.
"Klaus Jensen" <CurseThemNastySpammers!> wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Hi!

I would like to build a small application, that should be embedded in a
webpage. I want to develop it using VB.Net of course, and have the usual
opportunities of a windows app...

A common example of such an app would be an image upload control, like the
ones used at hotmail communities (and yahoo I think), many online
photo-services.

In the old days (VB6) you could create an activeX control. I never did, but I am sure it was possible.

I have tried searching for relevant material online, but I must be using the wrong keywords, because I have found nothing yet...

What is this type of app/applet called in these .Net days, and how do I make one using VB.net? I think I need a few good keywords and perhaps a link to
an article or something like that, not the complete 101. :)

Any help would be appreciated.

Thanks in advance

Klaus Jensen
Developer


Nov 20 '05 #6
Sure you can upload files without ActiveX/Windows.Forms controls:
http://tinyurl.com/2v8fw

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"Jeremy Cowles" <jeremy.cowles[nosp@m]asifl.com> wrote in message
news:jO*********************@twister.tampabay.rr.c om...
I am 70% sure that you can upload files with ASP.NET, with no additional
controls needed.
"Klaus Jensen" <CurseThemNastySpammers!> wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Hi!

I would like to build a small application, that should be embedded in a
webpage. I want to develop it using VB.Net of course, and have the usual
opportunities of a windows app...

A common example of such an app would be an image upload control, like the ones used at hotmail communities (and yahoo I think), many online
photo-services.

In the old days (VB6) you could create an activeX control. I never did,

but
I am sure it was possible.

I have tried searching for relevant material online, but I must be using

the
wrong keywords, because I have found nothing yet...

What is this type of app/applet called in these .Net days, and how do I

make
one using VB.net? I think I need a few good keywords and perhaps a link to an article or something like that, not the complete 101. :)

Any help would be appreciated.

Thanks in advance

Klaus Jensen
Developer

Nov 20 '05 #7
True.

"Jeremy Cowles" <jeremy.cowles[nosp@m]asifl.com> wrote in message
news:jO*********************@twister.tampabay.rr.c om...
I am 70% sure that you can upload files with ASP.NET, with no additional
controls needed.
"Klaus Jensen" <CurseThemNastySpammers!> wrote in message
news:uN**************@TK2MSFTNGP10.phx.gbl...
Hi!

I would like to build a small application, that should be embedded in a
webpage. I want to develop it using VB.Net of course, and have the usual
opportunities of a windows app...

A common example of such an app would be an image upload control, like the ones used at hotmail communities (and yahoo I think), many online
photo-services.

In the old days (VB6) you could create an activeX control. I never did,

but
I am sure it was possible.

I have tried searching for relevant material online, but I must be using

the
wrong keywords, because I have found nothing yet...

What is this type of app/applet called in these .Net days, and how do I

make
one using VB.net? I think I need a few good keywords and perhaps a link to an article or something like that, not the complete 101. :)

Any help would be appreciated.

Thanks in advance

Klaus Jensen
Developer

Nov 20 '05 #8
"Jan Tielens" <ja*@no.spam.please.leadit.be> wrote in message
news:eA**************@TK2MSFTNGP09.phx.gbl...
You could also hosts Windows.Forms stuff in an Internet Explorer. This is
comparable with the "old" ActiveX control on a webpage.


Hmm... And the browser would download the control, if it is not in the
global assembly cache?

I am not really asking about image-upload controls, it is more the
technology I am interested in.

-Klaus
Nov 20 '05 #9

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

Similar topics

2
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run...
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
3
by: DB | last post by:
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
7
by: Jarod_24 | last post by:
I just downloaded a activex control that was written in C# and tried to view it on my PDA's Internet Explorer. At my regular PC it displayed just fine, but nothing showed up on the pda. Do...
4
by: Wilfried Mestdagh | last post by:
Hi, I have a C# application (VS2005) with Microsoft Mappoint activeX control on a form. At a certain moment I want to create a second one temporary in code. This seems not to work, when I try to...
6
by: Budhi Saputra Prasetya | last post by:
Hi All, I'm trying to display .NET Custom Control (created using Inherited Control) on an ASPX page, but no luck. I already registered the Control to Global Assembly Cache through .NET Framework...
0
by: Christian Nein | last post by:
Hello, does anybody have experiences with screenshots of ActiveX controls in .NET? I have a panel containing some controls, amongst others some ActiveX controls. I tried ...
4
by: Henrik Dahl | last post by:
Hello! Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET 2003 to create ActiveX controls which may be consumed by VB 6.0 programs, i.e. dealt with on forms in the...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
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...
0
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,...
0
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,...

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.