Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
hi. i cant find that little line that allows me to seperate up a form. its just a line, it does nothing, and its only for astethics. can anyont tell me how to get it?
Posted
no , its not a group box. i remember using one with VB 6. its just a line that you can drag onto the form so as to segment it. i dont want a list box as it adds a bit too much. i thought if the line was in visual studio 6, then it would be in the .NET versions also. thanks anyway
  • Leaders
Posted

The shape controls from VB6 don't exist in .Net, probably since they were lightweight controls (a feature that does not exist in .net), and, although handy, were not indispensable.

 

Two alternatives:

-A label with a 3-d border style that is two pixels tall to create a 3-d separator

-Implement your own painting code for the form

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...