G Greg Smith Dec 9, 2004 #1 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.
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.
K Kevin Spencer Dec 9, 2004 #2 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.
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.
W weichung[MCSD,MCDBA] Dec 10, 2004 #3 Currently no. But you could try to use the GDI+ to do so. hope it helps. weichung
K Kevin Spencer Dec 10, 2004 #4 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.
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.