Where did lines go ?

  • Thread starter Thread starter Jm
  • Start date Start date
J

Jm

Hi all

This is probably going to sound stupid, but i just went to draw a line on a
form and couldnt find in the toolbox ? Is there something i need to add to
the toolbox ? Or is there some new way of doing things ?

Thanks
 
Hi,

VB.Net does not come with the line or shape control. Here is a link
to some I wrote.

www.onteorasoftware.com/downloads/shapedemo.zip

Ken
-----------------------------
Hi all

This is probably going to sound stupid, but i just went to draw a line on a
form and couldnt find in the toolbox ? Is there something i need to add to
the toolbox ? Or is there some new way of doing things ?

Thanks
 
Hi Ken

Thanks for quick reply. Wow, didnt expect that to happen, why did ms decide
to remove it ?
 
what's the point of having something as a whole control that you can simply
do yourself with GDI+?
 
Brian,

Drawing a line with GDI+ seems to be slow.
I know not what is in it however Ken answered that in my opinion once the
best, so I assume that is in his link..

Cor
 
Brian Henry said:
what's the point of having something as a whole control that you can
simply do yourself with GDI+?

It's the same as for control arrays: A design-time solution is more
high-level because you don't need to write as much code? You could create
forms yourself using code instead of using the designer too, but there is a
reason (better RAD, fewer code to be maintained by the developer) for using
designers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top