Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Line Control in vb.net

Line Control in vb.net

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
6 Posts 4 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amaneet
    wrote on last edited by
    #1

    Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You

    D D J 3 Replies Last reply
    0
    • A amaneet

      Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You

      D Offline
      D Offline
      DIMPLE_R
      wrote on last edited by
      #2

      Use "Horizontal Rule" from the HTML section from your toolbox :) or just insert an HR tag in your HTML code as follows


      -- modified at 3:10 Thursday 6th July, 2006

      1 Reply Last reply
      0
      • A amaneet

        Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You

        D Offline
        D Offline
        david s_
        wrote on last edited by
        #3

        if you want it not for web but for desktop apps then either use a Group control or a Label control that's been collapsed. otherwise you could go the complex route and physically draw one using System.Drawing namespace. hope this helps.

        A 1 Reply Last reply
        0
        • D david s_

          if you want it not for web but for desktop apps then either use a Group control or a Label control that's been collapsed. otherwise you could go the complex route and physically draw one using System.Drawing namespace. hope this helps.

          A Offline
          A Offline
          amaneet
          wrote on last edited by
          #4

          Can u help me for drawing the horizontal or vertical lines in the window application in vb.net1.1 Thanks:)

          D 1 Reply Last reply
          0
          • A amaneet

            Can u help me for drawing the horizontal or vertical lines in the window application in vb.net1.1 Thanks:)

            D Offline
            D Offline
            DIMPLE_R
            wrote on last edited by
            #5

            Don't know if its the right way of doing it but you can try this;) Take a panel control set the height to 1 set backcolor to black Try it out :)

            1 Reply Last reply
            0
            • A amaneet

              Sir, There is no line control in vb.net 1.1 and i want to draw the line at the form .So is there any way to accomplish this task? Thank You

              J Offline
              J Offline
              jimpar
              wrote on last edited by
              #6

              Quick Windows Forms Control... a Label with a 3D Line... http://blogs.duncanmackenzie.net/duncanma/archive/2005/04/14/1306.aspx[^] and some followup: http://vbfeeds.com/post.aspx?id=133[^]

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups