473,804 Members | 3,473 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

to draw a 3D-line

Hi,

I would like to know if under VB.NET exist some component which allow us
to draw a 3D line (instead to draw 2 lines - 1 white and 1 dark grey) ?

thanks a lot,
Maileen
Nov 21 '05 #1
3 4490
Hi Maileen,

you can use the next tip;
Put a GroupBox control into the form.
Change the Text property of the control to blank (no text).
Now, change the Height property in the Size property group to 2.
That's all.

If you want to use a vertical 3D bar, you can change the width property to 2
instead of height property.

I hope that helps.

Jorge Serrano PĂ©rez
MVP VB.NET

"Maileen" wrote:
Hi,

I would like to know if under VB.NET exist some component which allow us
to draw a 3D line (instead to draw 2 lines - 1 white and 1 dark grey) ?

thanks a lot,
Maileen

Nov 21 '05 #2
"Maileen" <no****@email.c om> schrieb:
I would like to know if under VB.NET exist some component which allow us
to draw a 3D line (instead to draw 2 lines - 1 white and 1 dark grey) ?


<URL:http://www.google.de/groups?threadm= eV5alMTMEHA.624 %40TK2MSFTNGP11 .phx.gbl>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 21 '05 #3
thanks a lot

Herfried K. Wagner [MVP] wrote:
"Maileen" <no****@email.c om> schrieb:
I would like to know if under VB.NET exist some component which allow
us to draw a 3D line (instead to draw 2 lines - 1 white and 1 dark
grey) ?

<URL:http://www.google.de/groups?threadm= eV5alMTMEHA.624 %40TK2MSFTNGP11 .phx.gbl>

Nov 21 '05 #4

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

Similar topics

3
3838
by: Raja | last post by:
Dear Members, Has anyone used the Vector Draw (www.vdraw.com) Component in Visual Basic. I need to create an application to be able to draw the plan view of a building. Any help in this regard would be highly appreciated. Best Regards RSB
0
1946
by: Florida Draw | last post by:
------=_NextPart_000_0012_1D5428A2.65C196F8 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sign-up for the FREE Holiday Giveaway Draw You must register to be eligible for the draw. Fill out this form to register and you may be eligible for our monthly draw.
0
1586
by: JohnLid | last post by:
Hi, I want to draw 3D buttons by code nice like this one: http://www.download.com/AquaButton-Control/3000-10253_4-10414398.html?tag=lst-0-1 The code may be anyone of .NET languages. Please help me out. Thanks in advance. John Lid
21
3080
by: DraguVaso | last post by:
Hi, I have an inherited DataGrid, that does lots of extra stuff. For exemple drawing a backgroundimage in every cell. The problem is that it's taking too much time (using gdi+), so I want to do it using DirectX. I downloaded already the DSK etc, but I can't find how I need to draw an image on a given position. I don't need stuff to write advanced 3D-games, just painting that image. Can anybody help me with this? I'm already looking for...
3
6014
by: JohnLid | last post by:
Hi All, Anyone know how to draw nice 3D buttons like this one by Code in .NET: http://www.econtechvn.com/en/aquabutton_detail.htm Please help me out. Thanks in advance.
8
3279
by: =?Utf-8?B?SGFpcGluZw==?= | last post by:
Hello, We have a 3D chart that created in CsGL(it is built on top of the OpGL). We are recreate it use .Net graphics component. We create point with x, y and coordinates and call GL.glVertex3fv(points). How can I do the similar thing using System.Draw.Graphics? All of the draw function in Graphics are only for 2D. Non of them takes Z coordinate. Thanks for any information,
3
1495
by: Abadi176 | last post by:
Hello, At this moment I am working on a apllication that draws some bars. At this moment it draws in 2d with the Graphics grf = this.CreateGraphics(); Now i want to draw with 3d. is this possible with the same method i use for the 2d ? if not.. is there another method ? Thank you, Abadi
0
10568
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10323
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10074
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6847
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5516
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5647
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4292
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2988
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.