Results 1 to 2 of 2
  1. #1
    aeonhack's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    1
    Reputation
    29
    Thanks
    29
    My Mood
    Cheerful

    Post Custom Graph Control

    (I'm not sure if Pastebin links are allowed, the rules were a bit unclear. I would appreciate it if someone could clear that up for me - thanks!)

     

    DataSmoothing: Off


    DataSmoothing: On







    Hello everyone, Aeonhack here. Some of you may recognize my name from the theme base or my Net Seal licensing system. Today I would like to share my graph control with you. I know this isn't really hacking related but I figured someone may find it useful either for their UI or as a learning resource. Please let me know what you think and where I can improve. ^^

    Usage:
    Code:
    Graph1.AddValue(25.0f)
    Graph1.AddValue(50.0f)
    Graph1.AddValue(75.0f)
    
    'OR
    
    Dim Values As Single() = New Single() {1.0F, 2.0F, 3.0F, 4.0F, 5.0F}
    Graph1.AddValues(Values)
    Overview:


    Source:
    Graph Control - VB.NET - Pastebin.com
    Last edited by aeonhack; 01-16-2013 at 07:33 AM.

  2. The Following 2 Users Say Thank You to aeonhack For This Useful Post:

    'SmoLL (01-20-2013),Raow (01-17-2013)

  3. #2
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    The legit Aeonhack, like the original, no copy, no pretending.

    Well, it is an honour to meet you kind sir. MPGH Isn't all about hacking, even though it's in the name. If it's got anything to do with VB it goes in the VB Section, hacking can go in the scum section full of piss and poo.

    However, i'm rather greatful for this, it's really progressed one of my projects quite a lot (it's one for school, it's pretty much like a halo CE server controller).

    And, once again, such a pleasure 1337 coder.

Similar Threads

  1. [Source Code] First Attempt at Custom Control (Transparent Listbox)
    By Pingo in forum C# Programming
    Replies: 4
    Last Post: 12-29-2012, 07:46 PM
  2. [Discussion] Next Weekends Custom controller idea
    By Versa in forum XBOX General Discussion
    Replies: 36
    Last Post: 09-26-2011, 09:44 PM
  3. [Preview] My Custom painted controller
    By Versa in forum XBOX General Discussion
    Replies: 13
    Last Post: 09-19-2011, 06:47 AM
  4. [Release/Tutorial] Black ProgressBar/Custom Controls
    By Blubb1337 in forum Visual Basic Programming
    Replies: 9
    Last Post: 08-23-2010, 11:57 PM
  5. Need some help with Class & Events on custom Controls
    By HazXoD3D in forum C++/C Programming
    Replies: 0
    Last Post: 03-16-2010, 03:04 PM

Tags for this Thread