Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Paint in ASP.NET

Reply
Thread Tools

Paint in ASP.NET

 
 
Jurjen de Groot
Guest
Posts: n/a
 
      11-02-2007
Hi,

I'm looking for an ASP.NET control in wich I can let my users create a
simple drawing, some lines, rectangles.
Anyone know of such a control ?

TIA,
Jurjen

 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      11-02-2007
You probably should investiage SilverLight.

atalasoft.com may have something as well.


"Jurjen de Groot" <> wrote in message
news:...
> Hi,
>
> I'm looking for an ASP.NET control in wich I can let my users create a
> simple drawing, some lines, rectangles.
> Anyone know of such a control ?
>
> TIA,
> Jurjen



 
Reply With Quote
 
 
 
 
clintonG
Guest
Posts: n/a
 
      11-02-2007
Silverlight? Maybe but not likely at this early stage development noting
what is being asked for is actually done using client-side code: JavaScript
and the DOM. I'd start looking around for DHTML solutions as that's how its
usually done.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/



"sloan" <> wrote in message
news:...
> You probably should investiage SilverLight.
>
> atalasoft.com may have something as well.
>
>
> "Jurjen de Groot" <> wrote in message
> news:...
>> Hi,
>>
>> I'm looking for an ASP.NET control in wich I can let my users create a
>> simple drawing, some lines, rectangles.
>> Anyone know of such a control ?
>>
>> TIA,
>> Jurjen

>
>



 
Reply With Quote
 
erik.schuchmann@tnris.state.tx.us
Guest
Posts: n/a
 
      11-05-2007
You might look at <canvas>. It's not a .net control - it's entirely
client-side. You'd also have to implement the hooks for user
control. It's supported natively in mozilla, opera, and safari.
Googlecode has an opensource implementation for IE. More info here:
http://excanvas.sourceforge.net/

e

On Nov 2, 10:53 am, "clintonG" <nob...@nowhere.com> wrote:
> Silverlight? Maybe but not likely at this early stage development noting
> what is being asked for is actually done using client-side code: JavaScript
> and the DOM. I'd start looking around for DHTML solutions as that's how its
> usually done.
>
> <%= Clinton Gallagher
> NET csgallagher AT metromilwaukee.com
> URLhttp://clintongallagher.metromilwaukee.com/
>
> "sloan" <sl...@ipass.net> wrote in message
>
> news:...
>
> > You probably should investiage SilverLight.

>
> > atalasoft.com may have something as well.

>
> > "Jurjen de Groot" <Jurjen.de.Gr...@xs4all.nl> wrote in message
> >news:...
> >> Hi,

>
> >> I'm looking for an ASP.NET control in wich I can let my users create a
> >> simple drawing, some lines, rectangles.
> >> Anyone know of such a control ?

>
> >> TIA,
> >> Jurjen



 
Reply With Quote
 
Phil H
Guest
Posts: n/a
 
      11-07-2007
On 2 Nov, 09:30, "Jurjen de Groot" <Jurjen.de.Gr...@xs4all.nl> wrote:
> Hi,
>
> I'm looking for an ASP.NET control in wich I can let my users create a
> simple drawing, some lines, rectangles.
> Anyone know of such a control ?
>
> TIA,
> Jurjen


You will not find anything remotely suitable in ASP.NET What you
require is purely a client-side solution. It is possible to do drawing
with ASP.NET but only programatically on the server.

Consider a Windows.Form application you won't do it as a web app.

 
Reply With Quote
 
Samuel R. Neff
Guest
Posts: n/a
 
      11-08-2007

This is accomplished relatively easily with Adobe Flash and Flex.

Here are a few examples:

http://www.flashcomguru.com/index.cf...oard-component

http://www.adobe.com/cfusion/exchang...&extid=1175971

http://www.adobe.com/cfusion/exchang...&extid=1196017

And here's a full photo editor done in Flex:

http://www.picnik.com/

And Adobe is working on a version of Photoshop done entirely in Flex

http://blogs.adobe.com/jnack/2007/09...hop_expre.html

With Flash/Flex it's even possible to have a shared whiteboard across
different peers. Adobe's Connect product has this built-in and
they're in the process of breaking connect up into a set of components
that can be integrated into custom applications.

HTH,

Sam


------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.



On 2 Nov, 09:30, "Jurjen de Groot" <Jurjen.de.Gr...@xs4all.nl> wrote:
> Hi,
>
> I'm looking for an ASP.NET control in wich I can let my users create a
> simple drawing, some lines, rectangles.
> Anyone know of such a control ?
>
> TIA,
> Jurjen

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to paint (using paint() in JPanel) inside mouse listeners eshedz@gmail.com Java 4 10-23-2005 09:13 PM
Paint selected cells of Datagrid ruca ASP .Net 5 09-28-2005 03:15 PM
Paint.Net v 2.1 is out Patrick Olurotimi Ige ASP .Net 0 05-03-2005 12:19 AM
Paint a rectangle Alberto ASP .Net 1 01-01-2005 04:47 PM
paint gui problem Ian Java 3 07-14-2003 10:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57