Home All Groups Group Topic Archive Search About

What's the new thing after ActiveX?

Author
16 Jan 2007 12:39 AM
ThunderMusic
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

Author
16 Jan 2007 12:55 AM
Ken Cox [Microsoft MVP]
WPF/E

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

Show quote
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>
Author
16 Jan 2007 1:24 AM
ThunderMusic
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


Show quote
"Ken Cox [Microsoft MVP]" <BANSPAMkjopc@newsgroups.nospam> wrote in message
news:eVB5KkQOHHA.4848@TK2MSFTNGP04.phx.gbl...
> WPF/E
>
> http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>
>
>
Author
16 Jan 2007 1:29 AM
ThunderMusic
ok, I found it...  it's shipped with .NET 3.0... I hope my host will upgrade
soon... ;)

thanks a lot

ThunderMusic



Show quote
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
news:up0I2zQOHHA.4604@TK2MSFTNGP06.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]" <BANSPAMkjopc@newsgroups.nospam> wrote in
> message news:eVB5KkQOHHA.4848@TK2MSFTNGP04.phx.gbl...
>> WPF/E
>>
>> http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
>>
>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>
>>
>>
>
>
Author
16 Jan 2007 1:56 AM
bruce barker
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:
Show quote
> ok, I found it...  it's shipped with .NET 3.0... I hope my host will upgrade
> soon... ;)
>
> thanks a lot
>
> ThunderMusic
>
>
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:up0I2zQOHHA.4604@TK2MSFTNGP06.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]" <BANSPAMkjopc@newsgroups.nospam> wrote in
>> message news:eVB5KkQOHHA.4848@TK2MSFTNGP04.phx.gbl...
>>> WPF/E
>>>
>>> http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
>>>
>>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>>
>>>
>>
>
>
Author
16 Jan 2007 3:32 AM
William Stacey [C# MVP]
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]

Show quote
"bruce barker" <nospam@nospam.com> wrote in message
news:u917rGROHHA.992@TK2MSFTNGP06.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
| >
| >
| >
| > "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
| > news:up0I2zQOHHA.4604@TK2MSFTNGP06.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]" <BANSPAMkjopc@newsgroups.nospam> wrote in
| >> message news:eVB5KkQOHHA.4848@TK2MSFTNGP04.phx.gbl...
| >>> WPF/E
| >>>
| >>> http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
| >>>
| >>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in
message
| >>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
| >>>>
| >>>
| >>
| >
| >
Author
22 Jan 2007 7:50 PM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
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


Show quote
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>
Author
23 Jan 2007 2:55 PM
ThunderMusic
is it limited to Windows or will it work on Mac too?

thanks

ThunderMusic

Show quote
"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
> 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
>
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>
>
Author
26 Jan 2007 7:26 PM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
It's limited to windows and the windows user must have the .NET framework
installed.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


Show quote
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
> is it limited to Windows or will it work on Mac too?
>
> thanks
>
> ThunderMusic
>
> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>> 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
>>
>>
>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>
>>
>
>
Author
23 Jan 2007 2:55 PM
ThunderMusic
is it limited to Windows or will it work on Mac too?

thanks

ThunderMusic

Show quote
"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
> 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
>
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>
>
Author
26 Jan 2007 7:26 PM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
It's limited to windows and the windows user must have the .NET framework
installed.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


Show quote
"ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
> is it limited to Windows or will it work on Mac too?
>
> thanks
>
> ThunderMusic
>
> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>> 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
>>
>>
>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>
>>
>
>
Author
3 Feb 2007 6:12 PM
Ralph
Wasn't ActiveX also limited to windows too though?
Show quote
"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
message news:C853C6DE-375A-4A35-A659-CEB4647003F1@microsoft.com...
> It's limited to windows and the windows user must have the .NET framework
> installed.
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsider
> http://SteveOrr.net
>
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
>> is it limited to Windows or will it work on Mac too?
>>
>> thanks
>>
>> ThunderMusic
>>
>> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
>> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>>> 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
>>>
>>>
>>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>>
>>>
>>
>>
>
Author
3 Feb 2007 6:12 PM
Ralph
Wasn't ActiveX also limited to windows too though?
Show quote
"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
message news:C853C6DE-375A-4A35-A659-CEB4647003F1@microsoft.com...
> It's limited to windows and the windows user must have the .NET framework
> installed.
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsider
> http://SteveOrr.net
>
>
> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
> news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
>> is it limited to Windows or will it work on Mac too?
>>
>> thanks
>>
>> ThunderMusic
>>
>> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
>> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>>> 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
>>>
>>>
>>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>>> news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>>
>>>
>>
>>
>
Author
4 Feb 2007 3:04 PM
Alvin Bruney [MVP]
There are plug-ins for other browsers.
You don't need to post this to every newsgroup you can find btw.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc


Show quote
"Ralph" <ralph***@hotmail.com> wrote in message
news:45c4d09c$0$1413$4c368faf@roadrunner.com...
> Wasn't ActiveX also limited to windows too though?
> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
> message news:C853C6DE-375A-4A35-A659-CEB4647003F1@microsoft.com...
>> It's limited to windows and the windows user must have the .NET framework
>> installed.
>>
>> --
>> I hope this helps,
>> Steve C. Orr,
>> MCSD, MVP, CSM, ASPInsider
>> http://SteveOrr.net
>>
>>
>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>> news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
>>> is it limited to Windows or will it work on Mac too?
>>>
>>> thanks
>>>
>>> ThunderMusic
>>>
>>> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
>>> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>>>> 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
>>>>
>>>>
>>>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in
>>>> message news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>>>
>>>>
>>>
>>>
>>
>
>
Author
4 Feb 2007 3:04 PM
Alvin Bruney [MVP]
There are plug-ins for other browsers.
You don't need to post this to every newsgroup you can find btw.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc


Show quote
"Ralph" <ralph***@hotmail.com> wrote in message
news:45c4d09c$0$1413$4c368faf@roadrunner.com...
> Wasn't ActiveX also limited to windows too though?
> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
> message news:C853C6DE-375A-4A35-A659-CEB4647003F1@microsoft.com...
>> It's limited to windows and the windows user must have the .NET framework
>> installed.
>>
>> --
>> I hope this helps,
>> Steve C. Orr,
>> MCSD, MVP, CSM, ASPInsider
>> http://SteveOrr.net
>>
>>
>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in message
>> news:uxQXx5vPHHA.2312@TK2MSFTNGP04.phx.gbl...
>>> is it limited to Windows or will it work on Mac too?
>>>
>>> thanks
>>>
>>> ThunderMusic
>>>
>>> "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <St***@Orr.net> wrote in
>>> message news:7569C198-6245-4626-ACAF-E872C0B9287B@microsoft.com...
>>>> 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
>>>>
>>>>
>>>> "ThunderMusic" <NoSpAmdanlatathotmaildotcom@NoSpAm.com> wrote in
>>>> message news:O0wPXaQOHHA.2468@TK2MSFTNGP06.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
>>>>>
>>>>
>>>
>>>
>>
>
>

AddThis Social Bookmark Button