473,387 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Where did lines go ?

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
Nov 21 '05 #1
7 1090
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
-----------------------------
"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
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

Nov 21 '05 #2
Jm
Hi Ken

Thanks for quick reply. Wow, didnt expect that to happen, why did ms decide
to remove it ?

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
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
-----------------------------
"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
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

Nov 21 '05 #3
"Jm" <ja*****@ihug.com.au> schrieb:
Thanks for quick reply. Wow, didnt expect that to happen, why did ms
decide
to remove it ?


Who knows...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #4
what's the point of having something as a whole control that you can simply
do yourself with GDI+?

"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
Hi Ken

Thanks for quick reply. Wow, didnt expect that to happen, why did ms
decide
to remove it ?

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
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
-----------------------------
"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
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


Nov 21 '05 #5
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" <br**********@newsgroups.nospam>
..
what's the point of having something as a whole control that you can
simply do yourself with GDI+?

"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
Hi Ken

Thanks for quick reply. Wow, didnt expect that to happen, why did ms
decide
to remove it ?

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:OU**************@TK2MSFTNGP15.phx.gbl...
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
-----------------------------
"Jm" <ja*****@ihug.com.au> wrote in message
news:cq**********@lust.ihug.co.nz...
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



Nov 21 '05 #6
http://www.vbdotnetheaven.com/

Jm wrote:
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


Nov 21 '05 #7
"Brian Henry" <br**********@newsgroups.nospam> schrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Tark Siala | last post by:
hi again :) in VB6 i use the Line to Draw Lines Like when i make Wizard Forms. but in VB.NET i cant find this Control...... it's realy not important Control but nice to make GUI like 3D Lines ...
1
by: Harald Armin Massa | last post by:
Hello, I am using ZODB "standalone" in version 3.3.1 within some application. Now I learn that the 3.3.x branch of ZODB is "retired". No problem so far, everything is running fine. BUT......
3
by: Don Pasquale | last post by:
The following function intends to delete "numberoflines" lines from a text file, named "s" (string pointer) and pointed to by file pointer "fp", starting from line "line". Now, the function...
7
by: Yongsub Eric Shin | last post by:
Hi. I'm just a beginner in ASP.Net. I started writing codes and I keep on getting this Runtime Error page, where it says "Description: An application error occurred on the server. The current...
3
by: Yannick | last post by:
Hi, I try to execute request on a ms-access database but I have a problem with date. the "myDate" field's format is "date/time" my request is: SELECT myCode, myStuff, myDATE FROM myTable ...
10
by: Emilio | last post by:
Do I use 'or' for bitwise operations where in c# I use | ?
5
by: dpomt | last post by:
When the ASP.NET menu is rendered on downlevel browers, the text "^ up one level" is displayed. Any ideas how I can change that text? I did not find a property for the menu control where I can...
0
by: Eric | last post by:
Visual C++ 2005 Express MVP's and experience programmer's only please!... I need to get the number of lines in a textbox so I can insert them into a listview. The text comes from my database...
15
by: amit.man | last post by:
Hi, i have newbie qestion, when i write #include <somthing.h> the precompiler subtitue that line with the lines from "somthing.h" header file. when, where and how the compiler insert the...
37
by: Phlip | last post by:
1230987za wrote: Kanze is a classically-trained "unit tester". In some circles "unit" is a QA concept - specifically, if a test fails, you only need to inspect one unit. So "units" are...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.