473,569 Members | 2,756 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What's the new thing after ActiveX?

Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade to
3.0 if really needed). Actually, I need the user to be able to draw some
things in a rectangle. Some years ago I would have do it using ActiveX, but
now I know MS has a new philosophy about this, probably driven to more and
more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could avoid
it)? Would the installation of the .NET Framework be required on the client
machine?

Actually, I don't need the control (or whatever it's called) to work on
everything, but the most would be the better... The bare minumum would be
Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMusic
Jan 16 '07 #1
13 1315
WPF/E

http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx

"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:O0******** ******@TK2MSFTN GP06.phx.gbl...
Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade
to 3.0 if really needed). Actually, I need the user to be able to draw
some things in a rectangle. Some years ago I would have do it using
ActiveX, but now I know MS has a new philosophy about this, probably
driven to more and more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could
avoid it)? Would the installation of the .NET Framework be required on the
client machine?

Actually, I don't need the control (or whatever it's called) to work on
everything, but the most would be the better... The bare minumum would be
Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMusic

Jan 16 '07 #2
great it's exactly what I need... does it require .NET framework? if it does
which one does it require? is 2.0 enough? (I can't find those answers on the
site even with a quick look at the FAQ)

thanks a lot

ThunderMusic
"Ken Cox [Microsoft MVP]" <BA**********@n ewsgroups.nospa mwrote in message
news:eV******** ******@TK2MSFTN GP04.phx.gbl...
WPF/E

http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx

"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:O0******** ******@TK2MSFTN GP06.phx.gbl...
>Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade
to 3.0 if really needed). Actually, I need the user to be able to draw
some things in a rectangle. Some years ago I would have do it using
ActiveX, but now I know MS has a new philosophy about this, probably
driven to more and more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could
avoid it)? Would the installation of the .NET Framework be required on
the client machine?

Actually, I don't need the control (or whatever it's called) to work on
everything, but the most would be the better... The bare minumum would
be Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMusic


Jan 16 '07 #3
ok, I found it... it's shipped with .NET 3.0... I hope my host will upgrade
soon... ;)

thanks a lot

ThunderMusic

"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:up******** ******@TK2MSFTN GP06.phx.gbl...
great it's exactly what I need... does it require .NET framework? if it
does which one does it require? is 2.0 enough? (I can't find those answers
on the site even with a quick look at the FAQ)

thanks a lot

ThunderMusic
"Ken Cox [Microsoft MVP]" <BA**********@n ewsgroups.nospa mwrote in
message news:eV******** ******@TK2MSFTN GP04.phx.gbl...
>WPF/E

http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx

"ThunderMusi c" <No************ *************@N oSpAm.comwrote in message
news:O0******* *******@TK2MSFT NGP06.phx.gbl.. .
>>Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade
to 3.0 if really needed). Actually, I need the user to be able to draw
some things in a rectangle. Some years ago I would have do it using
ActiveX, but now I know MS has a new philosophy about this, probably
driven to more and more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could
avoid it)? Would the installation of the .NET Framework be required on
the client machine?

Actually, I don't need the control (or whatever it's called) to work on
everything, but the most would be the better... The bare minumum would
be Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMusi c



Jan 16 '07 #4
wpf/e is a browser plugin and which downloads a xml content file and
support javascript. ms has tools coming out that will help create these
content files.

you just need your users to install the plugin, and host the xml files
and addition content files on you host. no new host software required.

to develop an mpf/e application all you need is notepad.
-- bruce (sqlwork.com)

ThunderMusic wrote:
ok, I found it... it's shipped with .NET 3.0... I hope my host will upgrade
soon... ;)

thanks a lot

ThunderMusic

"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:up******** ******@TK2MSFTN GP06.phx.gbl...
>great it's exactly what I need... does it require .NET framework? if it
does which one does it require? is 2.0 enough? (I can't find those answers
on the site even with a quick look at the FAQ)

thanks a lot

ThunderMusic
"Ken Cox [Microsoft MVP]" <BA**********@n ewsgroups.nospa mwrote in
message news:eV******** ******@TK2MSFTN GP04.phx.gbl...
>>WPF/E

http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx

"ThunderMusic " <No************ *************@N oSpAm.comwrote in message
news:O0****** ********@TK2MSF TNGP06.phx.gbl. ..
Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade
to 3.0 if really needed). Actually, I need the user to be able to draw
some things in a rectangle. Some years ago I would have do it using
ActiveX, but now I know MS has a new philosophy about this, probably
driven to more and more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could
avoid it)? Would the installation of the .NET Framework be required on
the client machine?

Actually, I don't need the control (or whatever it's called) to work on
everything , but the most would be the better... The bare minumum would
be Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMus ic


Jan 16 '07 #5
I also just heard wpf/e is working on being able to use c# as well as script
(on the client) and it will work with different platforms. Now if that is
not some neat news, not sure what is.

--
William Stacey [C# MVP]

"bruce barker" <no****@nospam. comwrote in message
news:u9******** *****@TK2MSFTNG P06.phx.gbl...
| wpf/e is a browser plugin and which downloads a xml content file and
| support javascript. ms has tools coming out that will help create these
| content files.
|
| you just need your users to install the plugin, and host the xml files
| and addition content files on you host. no new host software required.
|
| to develop an mpf/e application all you need is notepad.
|
|
| -- bruce (sqlwork.com)
|
| ThunderMusic wrote:
| ok, I found it... it's shipped with .NET 3.0... I hope my host will
upgrade
| soon... ;)
| >
| thanks a lot
| >
| ThunderMusic
| >
| >
| >
| "ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
| news:up******** ******@TK2MSFTN GP06.phx.gbl...
| >great it's exactly what I need... does it require .NET framework? if it
| >does which one does it require? is 2.0 enough? (I can't find those
answers
| >on the site even with a quick look at the FAQ)
| >>
| >thanks a lot
| >>
| >ThunderMusic
| >>
| >>
| >"Ken Cox [Microsoft MVP]" <BA**********@n ewsgroups.nospa mwrote in
| >message news:eV******** ******@TK2MSFTN GP04.phx.gbl...
| >>WPF/E
| >>>
| >>http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
| >>>
| >>"ThunderMusic " <No************ *************@N oSpAm.comwrote in
message
| >>news:O0****** ********@TK2MSF TNGP06.phx.gbl. ..
| >>>Hi,
| >>>I need to do some graphics work from my ASP.NET 2.0 Website (can
upgrade
| >>>to 3.0 if really needed). Actually, I need the user to be able to
draw
| >>>some things in a rectangle. Some years ago I would have do it using
| >>>ActiveX, but now I know MS has a new philosophy about this, probably
| >>>driven to more and more security.
| >>>>
| >>>What I want to know is : What's the new thing now? Is "the new thing"
| >>>working on Windows, Mac and Linux? What about IE, Netscape, Firefox
and
| >>>Opera? Should I resolve to use Java (I'd really appreciate if I
could
| >>>avoid it)? Would the installation of the .NET Framework be required
on
| >>>the client machine?
| >>>>
| >>>Actually, I don't need the control (or whatever it's called) to work
on
| >>>everything , but the most would be the better... The bare minumum
would
| >>>be Windows and Mac, IE and Netscape (and Firefox for instance)
| >>>>
| >>>Thanks
| >>>>
| >>>ThunderMus ic
| >>>>
| >>>
| >>
| >
| >
Jan 16 '07 #6
Hi,

William Stacey [C# MVP] wrote:
I also just heard wpf/e is working on being able to use c# as well as script
(on the client) and it will work with different platforms. Now if that is
not some neat news, not sure what is.
That's correct. The current WPF/E version is a (first) CTP, which
supports only JavaScript "code-behind". However it's quite neat already,
because the XAML DOM is fully accessible to the script, so you can
actually change it on the client.

Currently, WPF/E plug-in is available for IE, Firefox, Safari (yes,
that's Mac). Normally, a Linux version should be in preparation.

In the V1 (which is announced for MIX07, end of April), you will also be
able to write C# code-behind. A subset of the framework only will be
supported, but it's not clear yet which functionalities will be removed.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jan 16 '07 #7
ok, so if I want to do a new drawing program, it will be possible with that?
right?

I've read on the site the 3D support can be expected soon... Will it use
XNA, OpenGL or some other type of API?

thanks

ThunderMusic

"Laurent Bugnion [MVP]" <ga*********@bl uewin.chwrote in message
news:uA******** ******@TK2MSFTN GP04.phx.gbl...
Hi,

William Stacey [C# MVP] wrote:
>I also just heard wpf/e is working on being able to use c# as well as
script (on the client) and it will work with different platforms. Now if
that is not some neat news, not sure what is.

That's correct. The current WPF/E version is a (first) CTP, which supports
only JavaScript "code-behind". However it's quite neat already, because
the XAML DOM is fully accessible to the script, so you can actually change
it on the client.

Currently, WPF/E plug-in is available for IE, Firefox, Safari (yes, that's
Mac). Normally, a Linux version should be in preparation.

In the V1 (which is announced for MIX07, end of April), you will also be
able to write C# code-behind. A subset of the framework only will be
supported, but it's not clear yet which functionalities will be removed.

HTH,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch

Jan 17 '07 #8
Hi,

ThunderMusic wrote:
ok, so if I want to do a new drawing program, it will be possible with that?
right?

I've read on the site the 3D support can be expected soon... Will it use
XNA, OpenGL or some other type of API?

thanks
WPF (not E) currently uses DirectX 10 for 3D. It is optimized for Vista,
and relies on hardware acceleration (on cards supporting it) for
smoother animations.

What WPF/E will (would) use for 3D is not clear yet. Note that using
JavaScript matrix transformations , some 3D effects can be done already
in WPF/E, and are surprisingly smooth. For more info, see this video:
http://channel9.msdn.com/Showpost.aspx?postid=263358
(JavaScript 3D animations after 19:30)

For more info about 3D in general (and probably about 3D in WPF/E too),
try talking to Daniel Lehenbauer.
http://blogs.msdn.com/danlehen/default.aspx

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Jan 18 '07 #9
You could use an embedded windows forms control.
Here are the details:
http://SteveOrr.net/articles/WinformControls.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"ThunderMus ic" <No************ *************@N oSpAm.comwrote in message
news:O0******** ******@TK2MSFTN GP06.phx.gbl...
Hi,
I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade
to 3.0 if really needed). Actually, I need the user to be able to draw
some things in a rectangle. Some years ago I would have do it using
ActiveX, but now I know MS has a new philosophy about this, probably
driven to more and more security.

What I want to know is : What's the new thing now? Is "the new thing"
working on Windows, Mac and Linux? What about IE, Netscape, Firefox and
Opera? Should I resolve to use Java (I'd really appreciate if I could
avoid it)? Would the installation of the .NET Framework be required on the
client machine?

Actually, I don't need the control (or whatever it's called) to work on
everything, but the most would be the better... The bare minumum would be
Windows and Mac, IE and Netscape (and Firefox for instance)

Thanks

ThunderMusic
Jan 22 '07 #10

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

Similar topics

7
2299
by: Bradley1234 | last post by:
Hi Im trying to really understand COM and the replacement in the newer .net framework. Coming from an embedded side and not riding the Windows wave in the 90s, COM seems difficult to grasp. The msdn library documentation seems to go in circles, saying: what is com? well its, its sort of like, com is, whats com? its extensible, its...
13
5422
by: Kyle Adams | last post by:
I don't know where is the right place to ask this so I will start here. Can someone explain to me what these represent? I think they all have to do with the middleware level, but I really don't understand what a DCOM Server is or a Microsoft Transaction Server, etc. I have no idea.... Kyle
16
1160
by: ThunderMusic | last post by:
Hi, I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade to 3.0 if really needed). Actually, I need the user to be able to draw some things in a rectangle. Some years ago I would have do it using ActiveX, but now I know MS has a new philosophy about this, probably driven to more and more security. What I want to know is...
4
1747
by: Yo mama | last post by:
Hi! I know that ActiveX is an old technology. But it gives programmer ability to read all resources on local machine from IE. I am using it in one of my ASP.NET projects. Firefox can use ActiveX when you have plug-in installed. Is there anything ActiveX-like which is supported by all browsers? Thanks Hubertos
0
7697
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
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. ...
0
8120
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...
1
7672
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...
1
5512
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...
0
3653
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
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
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.