|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What's the new thing after ActiveX?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 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 > 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 >> > > 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 >>> >> >> > > 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 >>>> >>> >> > > 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. -- Show quoteWilliam Stacey [C# MVP] "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 | >>>> | >>> | >> | > | > You could use an embedded windows forms control.
Here are the details: http://SteveOrr.net/articles/WinformControls.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 > 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 >> > It's limited to windows and the windows user must have the .NET framework
installed. 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 >>> >> > > 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 >> > It's limited to windows and the windows user must have the .NET framework
installed. 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 >>> >> > > 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 >>>> >>> >> >> > 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 >>>> >>> >> >> > There are plug-ins for other browsers.
You don't need to post this to every newsgroup you can find btw. -- Show quoteRegards, Alvin Bruney ------------------------------------------------------ Shameless author plug Excel Services for .NET is coming... OWC Black book on Amazon and www.lulu.com/owc "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 >>>>> >>>> >>> >>> >> > > There are plug-ins for other browsers.
You don't need to post this to every newsgroup you can find btw. -- Show quoteRegards, Alvin Bruney ------------------------------------------------------ Shameless author plug Excel Services for .NET is coming... OWC Black book on Amazon and www.lulu.com/owc "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 >>>>> >>>> >>> >>> >> > > |
|||||||||||||||||||||||