PC Review


Reply
Thread Tools Rate Thread

how to create drawing application on the web

 
 
developsc
Guest
Posts: n/a
 
      30th Jan 2008
Hi,
can you guide me, which MS technologies are suitable to create drawing
application (simple CAD application) on the web - to allow 2D/3D drawing on
some canvas and use data stored on server (in some databases)?
The resulting application can be either embedded on the web page or runnable
directly from the web page - if it is possible with minimal depending
installations on client computer.
I know about Flash, Director or Java3D approaches, but I would prefer any
suitable MS technologies.
I'm new to web applications programming, so any help is appreciated.
I'm using Visual Studio 2003/2005 for development.
 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      30th Jan 2008
If you want to draw the pictures for users, you can use GDI+ with .NET. If
you want the user to be able to draw, it gets a bit stickier. If it must be
fully web based, you have to have some form of embedded technology. With
..NET alone, there is no firm way, but you can move into Silverlight and have
a mini-.NET Framework in the browser.

In a pure Microsoft manner, you can create ActiveX controls for a page, but
this is a bit of a pain and not .NET. You can also mix with Flash, Java,
etc., although you have stated you do not wish to do this.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"developsc" <(E-Mail Removed)> wrote in message
news:387F0D1B-BF93-4EF4-886A-(E-Mail Removed)...
> Hi,
> can you guide me, which MS technologies are suitable to create drawing
> application (simple CAD application) on the web - to allow 2D/3D drawing
> on
> some canvas and use data stored on server (in some databases)?
> The resulting application can be either embedded on the web page or
> runnable
> directly from the web page - if it is possible with minimal depending
> installations on client computer.
> I know about Flash, Director or Java3D approaches, but I would prefer any
> suitable MS technologies.
> I'm new to web applications programming, so any help is appreciated.
> I'm using Visual Studio 2003/2005 for development.



 
Reply With Quote
 
developsc
Guest
Posts: n/a
 
      30th Jan 2008
Thank you for reply. To be more specific, I want to create an web based
vector graphic editor with the same functionality as e.g. simple desktop
application using GDI/GDI+ (to use the same/similar drawing capabilites as in
GDI).
So can this be achieved using Silverlight with ease?
And there is no other .NET based technology alone sufficient for the job
(ASP.NET)?
Can you give more detailed comment?

Thank you.
Petr M.

"Cowboy (Gregory A. Beamer)" wrote:

> If you want to draw the pictures for users, you can use GDI+ with .NET. If
> you want the user to be able to draw, it gets a bit stickier. If it must be
> fully web based, you have to have some form of embedded technology. With
> ..NET alone, there is no firm way, but you can move into Silverlight and have
> a mini-.NET Framework in the browser.
>
> In a pure Microsoft manner, you can create ActiveX controls for a page, but
> this is a bit of a pain and not .NET. You can also mix with Flash, Java,
> etc., although you have stated you do not wish to do this.
>
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> *************************************************
> | Think outside the box!
> |
> *************************************************
> "developsc" <(E-Mail Removed)> wrote in message
> news:387F0D1B-BF93-4EF4-886A-(E-Mail Removed)...
> > Hi,
> > can you guide me, which MS technologies are suitable to create drawing
> > application (simple CAD application) on the web - to allow 2D/3D drawing
> > on
> > some canvas and use data stored on server (in some databases)?
> > The resulting application can be either embedded on the web page or
> > runnable
> > directly from the web page - if it is possible with minimal depending
> > installations on client computer.
> > I know about Flash, Director or Java3D approaches, but I would prefer any
> > suitable MS technologies.
> > I'm new to web applications programming, so any help is appreciated.
> > I'm using Visual Studio 2003/2005 for development.

>
>
>

 
Reply With Quote
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      31st Jan 2008
"developsc" <(E-Mail Removed)> wrote in message
news:E2850FBE-9552-4FBC-AE95-(E-Mail Removed)...
> Thank you for reply. To be more specific, I want to create an web based
> vector graphic editor with the same functionality as e.g. simple desktop
> application using GDI/GDI+ (to use the same/similar drawing capabilites as
> in
> GDI).
> So can this be achieved using Silverlight with ease?


I am not sure how easy, but Silverlight 1.1 would be the way to go. That
would mean heading towards Framework 3.5.

> And there is no other .NET based technology alone sufficient for the job
> (ASP.NET)?


If you want to code it in JavaScript, you can head that route, as well. It
is a bit of a pain. If you want a full windows type editor, you can have a
downloadable application using ClickOnce. It is not pure web, however. That
would give you a lot of functionality options. And, you could always code an
ActiveX control, Java applet, or Flash/shockwave.

> Can you give more detailed comment?


Hope that helps.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
create your drawing here Henry Microsoft Word Document Management 1 23rd Nov 2009 02:35 PM
Re: print a drawing from another application from access Albert D. Kallal Microsoft Access Form Coding 1 11th Jul 2008 10:46 PM
RE: print a drawing from another application from access Daniel Pineault Microsoft Access Form Coding 2 8th Jul 2008 06:52 PM
Custom drawing all scrollbars in application =?Utf-8?B?bGpsZXZlbmQy?= Microsoft VB .NET 6 14th Feb 2007 09:34 AM
GDI+ Drawing in C# application Espen Microsoft C# .NET 2 21st Apr 2005 10:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:46 AM.