473,385 Members | 1,409 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,385 software developers and data experts.

Graphics...

How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...
Mar 20 '07 #1
9 1388
On Mar 20, 10:38 pm, "Marcos Galaviz"
<marcosgalavizNOS...@hotmail.comwrote:
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...
http://www.google.com/search?hl=en&q=graphics+asp.net

Mar 20 '07 #2
"Marcos Galaviz" <ma*****************@hotmail.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?
More information please...
Mar 20 '07 #3
Marcos Galaviz wrote:
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...
Have a look at the System.Drawing namespace.

In short, you create a Graphics object for whatever you want to draw on,
and use the methods of that object to draw.

--
Göran Andersson
_____
http://www.guffa.com
Mar 20 '07 #4
If you're running ASP.NET applications, also consider programmatic
components such as zImage by ZieglerSoft, or websupergoo's image processing
component.

-KF

--
Ken Fine | ke*********@hotmail.com
Developer, University of Washington
http://ideapod.com | .NET | Flash | Design | Arts
"Marcos Galaviz" <ma*****************@hotmail.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...

Mar 20 '07 #5
It might help if you were a little more specific about your needs, but
perhaps this article will help. It explains how to dynamically generate
images in ASP.NET:

http://SteveOrr.net/articles/ImproveYourImages.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Marcos Galaviz" <ma*****************@hotmail.comwrote in message
news:%2***************@TK2MSFTNGP03.phx.gbl...
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...
Mar 21 '07 #6
I want like Bars Graphics or somethink like that...

Thanks.

"Marcos Galaviz" <ma*****************@hotmail.comescribió en el mensaje
news:%2***************@TK2MSFTNGP03.phx.gbl...
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...

Mar 21 '07 #7
On Mar 21, 3:47 pm, "Marcos Galaviz" <marcosgalavizNOS...@hotmail.com>
wrote:
I want like Bars Graphics or somethink like that...

Thanks.

"Marcos Galaviz" <marcosgalavizNOS...@hotmail.comescribió en el mensajenews:%2***************@TK2MSFTNGP03.phx.gbl ...
How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?
Thanks... and have a nice day ...- Hide quoted text -

- Show quoted text -
I'm using this chart library: www.advsofteng.com

Mar 21 '07 #8
"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@y66g2000hsf.googlegr oups.com...
I'm using this chart library: www.advsofteng.com
Me too - superb bit of software - I thoroughly recommend it.
Mar 21 '07 #9
Here's a fairly simple way to create a bar chart on a web site:
http://SteveOrr.net/articles/BarGraphs.aspx

Here are a couple of good 3rd party charting controls:
http://SteveOrr.net/reviews/ChartingControl.aspx
http://SteveOrr.net/reviews/DotNetCharting.aspx

Here is a big list of charting components for you to browse:
http://www.asp.net/ControlGallery/de...y=1&tabindex=0

Or it's not too hard to make your own:
http://msdn.microsoft.com/msdnmag/is...w/default.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Marcos Galaviz" <ma*****************@hotmail.comwrote in message
news:up**************@TK2MSFTNGP03.phx.gbl...
>I want like Bars Graphics or somethink like that...

Thanks.

"Marcos Galaviz" <ma*****************@hotmail.comescribió en el mensaje
news:%2***************@TK2MSFTNGP03.phx.gbl...
>How can i make graphics in .NET in a easy way?, can you givme a little of
help with this topic?

Thanks... and have a nice day ...

Mar 22 '07 #10

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

Similar topics

2
by: JBiagio | last post by:
Hello All, I am attempting to learn a bit about the GDI+ transforms and charting data and I feel like I'm getting a handle on how the transforms work. My chart object has a large "canvas" bitmap...
12
by: Sanjay | last post by:
hi, We are currently porting our project from VB6 to VB .NET. Earlier we used to make scale transformations on objects like pictureBox , forms etc.Now Such transformations are made on the...
2
by: John Bailo | last post by:
I am walking through some of the very first sample code from the book "Beginning .NET Game Programming" from Apress. I identify his sample code with //SC This code puzzles me: Graphics graph...
14
by: Pmb | last post by:
At the moment I'm using Borland's C++ (http://www.borland.com/products/downloads/download_cbuilder.html#) I want to be able to take an array of points and plot them on the screen. Is there a way...
5
by: Charles A. Lackman | last post by:
Hello, I have created a complete PrintDocument and need to create an image from it. How is this done? e.Graphics.SmoothingMode = Drawing2D.SmoothingMode.HighQuality...
6
by: Chris Dunaway | last post by:
The method for printing documents in .Net can be confusing, especially for newer users. I would like to create a way to simplify this process. My idea would be implemented using a PrintDocument...
12
by: Xah Lee | last post by:
Of Interest: Introduction to 3D Graphics Programing http://xahlee.org/3d/index.html Currently, this introduction introduces you to the graphics format of Mathematica, and two Java Applet...
6
by: active | last post by:
I have an image and a graphics object created (FromImage) from that image. I need to create a new image and create a new graphics object from the new image. I want the new graphics object have...
9
by: DaveL | last post by:
hello I have a Bit map 1367 wide 32 high this bitmap contains like 40 separate Images 32x32 I tell it the id*32 to get the approiate Image from the source Bitmap When i CreateGraphics()...
8
by: Abhiraj Chauhan | last post by:
I need someone to make an example of how to create a graphics window in VB.net 2008. I understand the basics of how to draw a rectangle and lines etc. What I need is an example of how to make a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.