buddyroach wrote:and you derailed from reviewing my program to shitting on AMD because of my old computer line. and you are one to talk seeing how you didnt have any facts to back up your false claims. You are just using the same old hype that intel fanboys made up.
yeah but i found facts, plenty of benchmarks. believe me, i'm not intel fanboy.
i have an AMD processor. It's good but not Intel good. As I said, Intel always has the latest technology (14nm won't be coming to AMD till Intel gets their next manufacturing process) and Intel made the x86 instruction set and AMD is using a strict licensed version of it. Why don't you do your research?
And all this stemmed from your anger towards me making an NPC editor. Get over it.
i was never even mad about that lol you get over it. you're the one who
1. tried to use gay as an insult in the other thread
2. called me gay because i linked a drake song, i don't even listen to drake lol
edit: anyway, the sorter is two seperate classes that go along with eachother
1.
https://raw.githubusercontent.com/Luigi ... omparer.cs
2.
https://raw.githubusercontent.com/Luigi ... omparer.cs
3. Usage example:
https://github.com/Luigifan/smbx-npc-ed ... m1.cs#L367
inb4 FAIL it's in C#.
this is how you do it:
Add a new C# project to your solution. Delete the default Class1.cs that's generated. Add the two classes (NumericComparer and StringLogicalComparer) to the C# project. In Kuribo's references, add a reference via solution on the left side tabs to Whatever C# project houses those two classes. Now you can use those in your project.
This will only work if you use a ListView, if you don't you really should. ListBoxes are primitive and ListViews are more advanced, they're just as easy to work with too. You set your ListView's
ListViewItemSorter property to an instance of the NumericComparer class. Something like this.
Code: Select all
ListView1.ListViewItemSorter = New NumericComparer()
don't quote me because like I said 20950294852309 times VB.NET is not my language anymore