IDE Question

  • Thread starter Thread starter Greg Smith
  • Start date Start date
G

Greg Smith

Is there a drawing tool to drawn simple lines on a aspx page while you work
on it in the IDE?

Any help is greatly appreciated.
 
As soon as there is HTML to draw simple lines on a web page, theVS.Net IDE
may support it. At present, there is not.

Tip: Lea4rning HTML will make you a better ASP.Net programmer, as half of
ASP.Net is Interface (HTML).

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
Currently no. But you could try to use the GDI+ to do so.

hope it helps.

weichung
 
How the heck are you going to draw a line in an HTML document with GDI+? An
HTML document is pure text.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
Back
Top