473,387 Members | 1,891 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,387 software developers and data experts.

ActiveX development

Hi,

This is a bit of lame question but is something I have been struggling with
for a while.

I am struggle to find a way to develop ActiveX components, I seem to
remember doing them in VS 6.0 but can't seem to find a way in .Net, I have
done the Windows Forms Controls inbedded in a web page but cannot get the
same sort of functionality as a ActiveX. What do I need to use to develop
one ?

Also, can anyone tell me what a Web Page Dialog is and how I can use them..
They look pretty handy...

Thanks for any info

Steve loyd

Nov 21 '05 #1
4 1187
They took active x out of .net
you now have
windows controls
and
web controls

you can use a windows control like an active x control but the only problem
with that is the client machine must have full trust to the site for it to
work

"Steve Lloyd" <st****************@livenowpaylater.co.uk> wrote in message
news:ea**************@tk2msftngp13.phx.gbl...
Hi,

This is a bit of lame question but is something I have been struggling
with for a while.

I am struggle to find a way to develop ActiveX components, I seem to
remember doing them in VS 6.0 but can't seem to find a way in .Net, I have
done the Windows Forms Controls inbedded in a web page but cannot get the
same sort of functionality as a ActiveX. What do I need to use to develop
one ?

Also, can anyone tell me what a Web Page Dialog is and how I can use
them.. They look pretty handy...

Thanks for any info

Steve loyd

Nov 21 '05 #2
Steve,

In addition to Chris, have a look at this page (RichClient). Remember that
the end of the ActiveX was the lack of security. This is only to fulfil when
a lot of security options in the browser are set to accept it.

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

I hope this helps?

Cor

Nov 21 '05 #3
Yeah, I have created some of those but the whole trust thing is a pain in
the bum, what other development packages can i use to write them.

Thanks

Steve
"Chris Calzaretta" <cc*********@hotmail.com> wrote in message
news:eR*************@TK2MSFTNGP09.phx.gbl...
They took active x out of .net
you now have
windows controls
and
web controls

you can use a windows control like an active x control but the only
problem with that is the client machine must have full trust to the site
for it to work

"Steve Lloyd" <st****************@livenowpaylater.co.uk> wrote in message
news:ea**************@tk2msftngp13.phx.gbl...
Hi,

This is a bit of lame question but is something I have been struggling
with for a while.

I am struggle to find a way to develop ActiveX components, I seem to
remember doing them in VS 6.0 but can't seem to find a way in .Net, I
have done the Windows Forms Controls inbedded in a web page but cannot
get the same sort of functionality as a ActiveX. What do I need to use
to develop one ?

Also, can anyone tell me what a Web Page Dialog is and how I can use
them.. They look pretty handy...

Thanks for any info

Steve loyd


Nov 21 '05 #4
Steve,

"Steve Lloyd" <st****************@livenowpaylater.co.uk> schrieb:
I am struggle to find a way to develop ActiveX components, I seem to
remember doing them in VS 6.0 but can't seem to find a way in .Net, I have
done the Windows Forms Controls inbedded in a web page but cannot get the
same sort of functionality as a ActiveX. What do I need to use to develop
one ?


In General, you cannot create ActiveX *controls* with .NET, but you can
create controls for use within Internet Explorer.

J# Browser Controls provide developers with a way to migrate their existing
Java applet source code to run within the context of the .NET Framework

<URL:http://www.microsoft.com/downloads/details.aspx?FamilyID=325a8f15-fe7b-4087-aa46-6d3e1b6108e0>

MSDN documentation link:

<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vjtskMigratingJavaAppletsToMicrosoftJBrowserContro ls.asp>

For .NET 1.0, controls as ActiveX are only supported hosted in MS IE 5+6:

<URL:http://support.microsoft.com/?scid=kb;EN-US;311334>
<URL:http://support.microsoft.com/?scid=kb;EN-US;317346>

Using Windows Forms Controls in Internet Explorer:

<URL:http://msdn.microsoft.com/msdnmag/issues/02/06/rich/rich.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Nov 21 '05 #5

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

Similar topics

7
by: NewbieJon | last post by:
I am attempting to send the variable "sComputerName" from my ActiveX script to "GetInfo.asp" using javascript. (Having been advised this is the way to get my ActiveX variable into my ASP script) ...
10
by: Andrew Chalk | last post by:
I have an ASP 3.0 page that contains an ActiveX control that I wrote in VC++ v6.0. Under Visual Interdev I can debug the ASP code just fine. However, when I get to an ASP line that references my...
0
by: conaito VoIP | last post by:
conaito VoIP ActiveX library for developers of VoIP audio applications, such as voice chat, conference, VoIP, providing real-time low latency multi-client audio streaming over UDP/IP networks....
1
by: Development | last post by:
I want to add an ActiveX only if it exists on the system. (For licensing reasons). So I want to check at runtime if a certain ocx file exists and if it does I want to use it. Is it possible?
21
by: Strath-Clyde | last post by:
I'm a die hard c# developer, developing win32 and web based enterprise apps for last few years. The development team I'm on is going down a path I feel is wrong. I scoping out the web to knock...
1
by: James | last post by:
Hello, I have developed a reporting application w/ASP.NET on IIS v5 utilizing the Crystal Reports v9 ActiveX Viewer. Another developer has produced several reports using the client version of...
4
by: MPA | last post by:
Hi, We are a small company with experience in client-server apps with PowerBuilder and most major databases. We have no internet experience. We are now looking into slimming our main application,...
4
by: Mr Seth T | last post by:
Hey, I have spent several days trying to find out how to do something, and i don't know if I am blind or what, but I can not find it. I am developing a web app and I need it to run an activex...
0
by: Mr Seth T | last post by:
Hey, I have spent several weeks now trying to find out how to get an activex control i have created to work outside of my testing environment. I am developing a web app and I need it to run...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...

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.