Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Drawing a simple line

Reply
Thread Tools

Drawing a simple line

 
 
Samuel Shulman
Guest
Posts: n/a
 
      06-16-2006
in a web form (using either VB or generic HTML)

How do I do That?

Thank you,
Samuel


 
Reply With Quote
 
 
 
 
Ray Booysen
Guest
Posts: n/a
 
      06-16-2006
Samuel Shulman wrote:
> in a web form (using either VB or generic HTML)
>
> How do I do That?
>
> Thank you,
> Samuel
>
>

<hr>
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      06-16-2006
A WebForm on the client is an HTML document, so your line is going to be
either an image, a very skinny table cell or div tag, or a horizontal line
(<HR> tag).

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

A lifetime is made up of
Lots of short moments.

"Samuel Shulman" <> wrote in message
news:...
> in a web form (using either VB or generic HTML)
>
> How do I do That?
>
> Thank you,
> Samuel
>



 
Reply With Quote
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      06-16-2006
If a basic horizontal line will do, you can use the <hr> tag.
Otherwise you'll likely need to delve into the drawing namespace as detailed
here:
http://SteveOrr.net/articles/ImproveYourImages.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net



"Samuel Shulman" <> wrote in message
news:...
> in a web form (using either VB or generic HTML)
>
> How do I do That?
>
> Thank you,
> Samuel
>



 
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
Guide to the standard library? Library for drawing in GUIs?drawing inbrowsers? defn noob Java 1 06-28-2008 02:50 AM
funny drawing software:ScreenPen,drawing directly on screen! yyzzbb@sina.com Digital Photography 0 02-04-2006 12:31 AM
System.Drawing For Drawing Text Images jjbutera@hotmail.com ASP .Net 1 01-09-2006 09:55 PM
Q: drawing a line =?Utf-8?B?SklNLkgu?= ASP .Net 8 04-09-2005 03:48 PM
drawing a line or rule programmatically in a web form yer darn tootin ASP .Net 3 03-06-2005 07:32 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