[VB.NET] Draw pie Chart [SRC] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [VB.NET] Draw pie Chart [SRC] (/showthread.php?tid=20313) |
[VB.NET] Draw pie Chart [SRC] - ★ASI_F★™ - 07-08-2011
Design
Code: Inherits System.Windows.Forms.Form Code: #Region " Windows Form Designer generated code " Project Source Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click RE: [VB.NET] Draw pie Chart [SRC] - AceInfinity - 07-08-2011 These will never help anyone unless you know how to read the code in it's full visibility. But I don't understand how this would help beginner coders out there, and i'm sure that was your intent on placing this up in this forum. (Aside from the possibility that you're copying and pasting to get your post count up faster -- support feather) RE: [VB.NET] Draw pie Chart [SRC] - ★ASI_F★™ - 07-08-2011 (07-08-2011, 08:58 PM)Ace Wrote: These will never help anyone unless you know how to read the code in it's full visibility. But I don't understand how this would help beginner coders out there, and i'm sure that was your intent on placing this up in this forum. (Aside from the possibility that you're copying and pasting to get your post count up faster -- support feather) already said you found that i coping and past i will pay you . you under 15 years old i know . Now start to find that source and show me where have it then i will pay you RE: [VB.NET] Draw pie Chart [SRC] - AceInfinity - 07-08-2011 (07-08-2011, 09:02 PM)reloaded Wrote: already said you found that i coping and past i will pay you . lol... typical HF attitude. I'm about 90% sure that I have more programming experience than you do, and that i'm at least maybe 5 years older than you at the least. Edit: (20 years old). I guess that makes me 9 years older than you, depending on the time of year your birthday is. RE: [VB.NET] Draw pie Chart [SRC] - Relapse - 07-12-2011 Thanks I was actually looking for something like this. |