Results 1 to 12 of 12
  1. #1
    edgareatis's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    54
    Reputation
    8
    Thanks
    3
    My Mood
    Mellow

    Alternative to dotNetBar

    Anyone know of a good DotNetBar alternative? Preferably cheap or free.

  2. #2
    SubCub's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Clarion, Pa
    Posts
    695
    Reputation
    -32
    Thanks
    120
    My Mood
    Cheerful
    Yes but no sharing use google.

  3. #3
    edgareatis's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    54
    Reputation
    8
    Thanks
    3
    My Mood
    Mellow
    Quote Originally Posted by SubCub View Post
    Yes but no sharing use google.
    Why post if your not going to be helpful?

  4. #4
    SubCub's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Clarion, Pa
    Posts
    695
    Reputation
    -32
    Thanks
    120
    My Mood
    Cheerful
    Cause imma noob

  5. #5
    ³²³'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    sef
    Posts
    302
    Reputation
    9
    Thanks
    19
    My Mood
    Angelic
    I have one, it's called uTorrent :P

  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253

  7. #7
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Honestly, make your own. DotNetBar is total junk. So are most alternatives.

    Telerik is okayish.. but yeah, make your own. Spend a few weeks on it and you'll have it to how you want, perfectly.

  8. #8
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by freedompeace View Post
    Honestly, make your own. DotNetBar is total junk. So are most alternatives.

    Telerik is okayish.. but yeah, make your own. Spend a few weeks on it and you'll have it to how you want, perfectly.
    Although if you're an absolute beginner programmer, spend a few weeks on it and you won't end up with shit.

    Telerik is gay imo, deployment issues sometimes, plus some of their 'common' controls are buggy.

    Most 3rd party components are lame anyway, but there's been like 50 of these threads (especially in the VB section) recently so just look there, you're going to get the same sort of replies.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #9
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Jason View Post


    Although if you're an absolute beginner programmer, spend a few weeks on it and you won't end up with shit.

    Telerik is gay imo, deployment issues sometimes, plus some of their 'common' controls are buggy.

    Most 3rd party components are lame anyway, but there's been like 50 of these threads (especially in the VB section) recently so just look there, you're going to get the same sort of replies.
    If you look at any of these controls, you will see that they bug up here and there, especially if they're WinForms ones. For example, an arrow might leave a red streak down your app because it doesn't properly invalidate - just look at the demo for Infragistics Winforms 2010 V1, suggested by whit in this thread.

    WPF isn't as prone to this problem.

    I had a play with DotNetBar a few years ago, and it leaked memory. Well, you can't leak memory with .NET, but it didn't dispose of memory until the app was closed.

    Lastly, do you really need to differentiate your app from the OS's controls at the cost of consistency? I'm not talking about minimalism, but making your app look like a bloated bunch of controls, which I've seen in the VB section recently.

    Microsoft are the only ones who make good alternative controls, since they spend thousands of hours testing it with a team of a hundred.


    edit: Sorry about the rant, got carried away.
    Last edited by freedompeace; 04-07-2011 at 04:21 AM. Reason: Oops, I ranted.

  10. #10
    B1ackAnge1's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    455
    Reputation
    74
    Thanks
    344
    My Mood
    Cynical
    Just tap into the windows ribbon framework with COM - that's totally free

  11. #11
    ³²³'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    sef
    Posts
    302
    Reputation
    9
    Thanks
    19
    My Mood
    Angelic
    Xceed is awesome, but I can't get it to work (tried cracked before I bought with birthday money ) but I can't get either one to work.

    Quote Originally Posted by $0WhaT ?
    Hey sherlock u cant put a keygen on a .php
    Quote Originally Posted by ³²³
    Keygen.php is not a valid vBulletin file. It's there for cracking purposes
    Quote Originally Posted by $0WhaT ?
    Maybe but idc it doesn mean i am a keylogger

  12. #12
    edgareatis's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    54
    Reputation
    8
    Thanks
    3
    My Mood
    Mellow
    Ok i do very little visual stuff in c# and have never been good with it. I know it pretty well but someone point me to a tut on making the user controlls for a windows form? I know how to do the rest :P