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

dotnet activex equivalent?

Tim
hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim

Jul 4 '06 #1
11 3296
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:
hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim

Jul 4 '06 #2
Tim
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:
hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim
Jul 4 '06 #3
You can create a .NET control hosted in the browser. Of course you'll need
the .NET framework client side plus the user will have to grant rights to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1 you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
>As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:
hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim


Jul 4 '06 #4
Tim
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?

in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...

thanks
Patrice wrote:
You can create a .NET control hosted in the browser. Of course you'll need
the .NET framework client side plus the user will have to grant rights to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1 you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:

hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim
Jul 4 '06 #5
Tim

If you despite what the others have written will try it.

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

I hope this helps,

Cor

"Tim" <Ci************@gmail.comschreef in bericht
news:11**********************@p79g2000cwp.googlegr oups.com...
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?

in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...

thanks
Patrice wrote:
You can create a .NET control hosted in the browser. Of course you'll need
the .NET framework client side plus the user will have to grant rights to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:

hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim

Jul 4 '06 #6
Cor ,,

The problem is the partially trust thingy

with a Activex you can do anything as you can normally do with a local
installed application ( access all local resources )

with .Net this is not possible ,, ever even tried to run a .Net app from
your local intranet zone ?? well hysteria times ten when it is the internet
:-)
regards

Michel Posseth [MCP]


"Cor Ligthert [MVP]" <no************@planet.nlschreef in bericht
news:eQ**************@TK2MSFTNGP04.phx.gbl...
Tim

If you despite what the others have written will try it.

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

I hope this helps,

Cor

"Tim" <Ci************@gmail.comschreef in bericht
news:11**********************@p79g2000cwp.googlegr oups.com...
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?

in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...

thanks
Patrice wrote:
>You can create a .NET control hosted in the browser. Of course you'll
need
the .NET framework client side plus the user will have to grant rights to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:

hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim


Jul 4 '06 #7
Michel,

Why you thougth I wrote this.
>If you despite what the others have written will try it.
That I disagree with Pat and you? No way I was glad that I had not to write
that long story I add always too this when I give that link.

:-)

Cor

"Michel Posseth [MCP]" <MS**@posseth.comschreef in bericht
news:ur**************@TK2MSFTNGP03.phx.gbl...
Cor ,,

The problem is the partially trust thingy

with a Activex you can do anything as you can normally do with a local
installed application ( access all local resources )

with .Net this is not possible ,, ever even tried to run a .Net app from
your local intranet zone ?? well hysteria times ten when it is the
internet :-)
regards

Michel Posseth [MCP]


"Cor Ligthert [MVP]" <no************@planet.nlschreef in bericht
news:eQ**************@TK2MSFTNGP04.phx.gbl...
>Tim

If you despite what the others have written will try it.

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

I hope this helps,

Cor

"Tim" <Ci************@gmail.comschreef in bericht
news:11**********************@p79g2000cwp.googleg roups.com...
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?

in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...

thanks
Patrice wrote:
>>You can create a .NET control hosted in the browser. Of course you'll
need
the .NET framework client side plus the user will have to grant rights
to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:

hi,

I would like to create an application that runs in a web browser.
It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim



Jul 4 '06 #8
"Tim" <Ci************@gmail.comschrieb:
I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005
In addition to writing a browser control you may want to check out ClickOnce
deployment.

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

Jul 4 '06 #9
Tim
let me tell you exactly what I want to achieve, it might bring out some
other ideas....

I want to write tools for network techies. I don't really want them to
have to install anthing on client machines. I thought that a activex
control in a browser might be a good way to access software with
minimum fuss.

What would be fantastic would be if a program could be run with no
install required what so ever, so you can point to an exe via a url or
on a local cd and just run it. I don't even have to stick to dotnet2 I
could always change to something more appropriate, it's just that I
already written a load of code.

(I know XP comes with dotnet1 and an exe should just run, but I've only
got dotnet2 (vb2005) so my exe will need a huge install of the new
dotnet2 framework!)

TIA for any further advice...

Tim
Cor Ligthert [MVP] wrote:
Michel,

Why you thougth I wrote this.
If you despite what the others have written will try it.

That I disagree with Pat and you? No way I was glad that I had not to write
that long story I add always too this when I give that link.

:-)

Cor

"Michel Posseth [MCP]" <MS**@posseth.comschreef in bericht
news:ur**************@TK2MSFTNGP03.phx.gbl...
Cor ,,

The problem is the partially trust thingy

with a Activex you can do anything as you can normally do with a local
installed application ( access all local resources )

with .Net this is not possible ,, ever even tried to run a .Net app from
your local intranet zone ?? well hysteria times ten when it is the
internet :-)
regards

Michel Posseth [MCP]


"Cor Ligthert [MVP]" <no************@planet.nlschreef in bericht
news:eQ**************@TK2MSFTNGP04.phx.gbl...
Tim

If you despite what the others have written will try it.

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

I hope this helps,

Cor

"Tim" <Ci************@gmail.comschreef in bericht
news:11**********************@p79g2000cwp.googlegr oups.com...
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?

in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...

thanks
Patrice wrote:
You can create a .NET control hosted in the browser. Of course you'll
need
the .NET framework client side plus the user will have to grant rights
to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
you
have to supply a MSI file to install this policy ?)...

Else you are left with using a regular ActiveX control or a Java applet.

--
Patrice

"Tim" <Ci************@gmail.coma écrit dans le message de news:
11*********************@m79g2000cwm.googlegroups.c om...
yikes!

how can I get client machine access from within a web browser? there
must be a way?


M. Posseth wrote:
As far as i know there is not a good equivalant in .Net

regards

Michel Posseth [MCP]
"Tim" wrote:

hi,

I would like to create an application that runs in a web browser.
It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim


Jul 5 '06 #10
Well on a cd you do not have anny problems

you can verry easy write a program that starts as soon as the cd-rom is put
in the drive
( just create a autorun.inf file )

from that moment you can install and do anything you want on the system and
have full resource access.

The problem is Intranet and Internet , as we have now all sorts of
restriction policy`s in .Net a program deployed through a network or
webbrowser has not full access these programs must be explicitly granted
rights by the system administrator

Another thingy you might investigate is if your company has a SMS server (
Systems management server )

http://www.microsoft.com/smserver/default.mspx
with this , you can push installation packages to the clients ( MSI files,
wich you can create with Visual studio )
HTH

Michel Posseth [MCP]
"Tim" wrote:
let me tell you exactly what I want to achieve, it might bring out some
other ideas....

I want to write tools for network techies. I don't really want them to
have to install anthing on client machines. I thought that a activex
control in a browser might be a good way to access software with
minimum fuss.

What would be fantastic would be if a program could be run with no
install required what so ever, so you can point to an exe via a url or
on a local cd and just run it. I don't even have to stick to dotnet2 I
could always change to something more appropriate, it's just that I
already written a load of code.

(I know XP comes with dotnet1 and an exe should just run, but I've only
got dotnet2 (vb2005) so my exe will need a huge install of the new
dotnet2 framework!)

TIA for any further advice...

Tim
Cor Ligthert [MVP] wrote:
Michel,

Why you thougth I wrote this.
>If you despite what the others have written will try it.
That I disagree with Pat and you? No way I was glad that I had not to write
that long story I add always too this when I give that link.

:-)

Cor

"Michel Posseth [MCP]" <MS**@posseth.comschreef in bericht
news:ur**************@TK2MSFTNGP03.phx.gbl...
Cor ,,
>
The problem is the partially trust thingy
>
with a Activex you can do anything as you can normally do with a local
installed application ( access all local resources )
>
with .Net this is not possible ,, ever even tried to run a .Net app from
your local intranet zone ?? well hysteria times ten when it is the
internet :-)
>
>
regards
>
Michel Posseth [MCP]
>
>
>
>
"Cor Ligthert [MVP]" <no************@planet.nlschreef in bericht
news:eQ**************@TK2MSFTNGP04.phx.gbl...
>Tim
>>
>If you despite what the others have written will try it.
>>
>http://msdn.microsoft.com/msdnmag/is...h/default.aspx
>>
>I hope this helps,
>>
>Cor
>>
>"Tim" <Ci************@gmail.comschreef in bericht
>news:11**********************@p79g2000cwp.googleg roups.com...
>ok, a .net control hosted in a browser.
>does it have a technical name that I can search for?
>any tips/links to get me going?
>>
>in the mean time I've played with creating the custom control but I'm
>not sure how to get it onto the web page...
>>
>thanks
>>
>>
>Patrice wrote:
>>You can create a .NET control hosted in the browser. Of course you'll
>>need
>>the .NET framework client side plus the user will have to grant rights
>>to
>>your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
>>you
>>have to supply a MSI file to install this policy ?)...
>>>
>>Else you are left with using a regular ActiveX control or a Java applet.
>>>
>>--
>>Patrice
>>>
>>"Tim" <Ci************@gmail.coma écrit dans le message de news:
>>11*********************@m79g2000cwm.googlegroups.c om...
>yikes!
>>
>how can I get client machine access from within a web browser? there
>must be a way?
>>
>>
>>
>>
>M. Posseth wrote:
>>As far as i know there is not a good equivalant in .Net
>>>
>>regards
>>>
>>Michel Posseth [MCP]
>>>
>>>
>>"Tim" wrote:
>>>
>hi,
>>
>I would like to create an application that runs in a web browser.
>It
>must have access to the client machine. I guess a bit like the
>microsoft update tool at windowsupdate.com
>>
>Having never created anything like this, can anyone point me in the
>right direction? I am using VB.NET2005
>>
>Thanks
>>
>Tim
>>
>>
>>
>>
>>
>
>

Jul 5 '06 #11
I am looking for the same information. My application must initiate a client
executable...must be run on the client machine. I'm thinking ActiveX but
looking for a dotnet solution. Do not see response here. Have you found
anything since this post?
"Tim" wrote:
hi,

I would like to create an application that runs in a web browser. It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com

Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005

Thanks

Tim

Aug 26 '06 #12

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

Similar topics

3
by: | last post by:
Hello All, I am doing some research on ActiveX and it's place in .NET. In .NET, does ActiveX have an equivalent counterpart. Where would I be able to locate information on this subject. Thanks.
5
by: David | last post by:
Hi everyone, I have a ActiveX EXE component written in VB6. This ActiveX EXE exposes various public methods that can be called by several other independent Windows EXE applications (also written...
40
by: Eitan | last post by:
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like...
2
by: Javier Bertran | last post by:
Hi all, I have an ActiveX control developed in Visual C++ 6.0 that I want to use in a C# project. I want the ActiveX code to run on a separate thread, but can't seem to get it to work. If for...
8
by: Nikkita | last post by:
Software such as Excel or Word exposes a COM object model which allows them to be automated by any language that can call COM objects. As I understand it, I can do the same in VB6 by writing an...
1
by: Frank | last post by:
Short Version of Question: Can anyone provide an example of how I should embed the ActiveX and license, and then use it in a function?
3
by: shypen42 | last post by:
Hi everybody, I'm pretty new to Javascript (I'm more on the server-side usually :) I've been doing some XMLHttp request lately, communicating in an "Ajax" style (to be buzzword compliant) with...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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...

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.