PDA

View Full Version : Grand Exchange Parser



Kyle Undefined
05-24-2012, 10:48 PM
So I was bored at lunch, and decided to write this. It's a base for a little program I am thinking of writing. I'll work on it when I get time.

I've attached the .exe in a .zip format. Below is the code, and it's not the best, nor the prettiest. It's kind of slow if you do a big list, but I can speed it up later.

I've updated the code to do use multitasking (No more GUI freezes) and minor performance increases. I've also added it to GitHub with the entire project files and the executable .exe. You can find it here https://github.com/Kyle-Undefined/GrandExchangeParser

It should have all the files needed to open it in your own Visual Studio, if not, let me know and I'll add them.

Frement
05-24-2012, 10:51 PM
Dude! Different language! But nice job :)

Kyle Undefined
05-24-2012, 10:54 PM
Ha thanks :p

kitchenrange
05-24-2012, 11:31 PM
Id like the project files, just started a class on Visual Basic

Kyle Undefined
05-25-2012, 12:17 AM
I'll send them to you tomorrow when I get to the office. Good luck with the class :)

SeaBass
05-25-2012, 12:25 AM
Haha sorry can you please explain what this does exactly?

i luffs yeww
05-25-2012, 12:34 AM
Haha sorry can you please explain what this does exactly?

Grand Exchange database grabber. Run it and see.

Kyle Undefined
05-30-2012, 04:25 PM
Id like the project files, just started a class on Visual Basic

I've attached the solution folder to the first post :)

kitchenrange
05-30-2012, 04:32 PM
I'm taking a look at it now, this is actually the first finished VB project I've opened and looked at this way, and can't tell much from it yet.

Very cool idea though, and thanks for following through.

Kyle Undefined
05-30-2012, 04:34 PM
I'm taking a look at it now, this is actually the first finished VB project I've opened and looked at this way, and can't tell much from it yet.

Very cool idea though, and thanks for following through.

If you ever need any help with VB or C#, let me know, I'll be more than glad to help!

Yeah, sorry it took so long to post the files, it's been busy around here.

Decision
05-30-2012, 05:14 PM
So the idea of all this is like for merchanting or something?
I don't fully get the idea

NefariousCM
06-04-2012, 12:26 AM
This is really cool! Thank you for this Kyle Undefined.

Kyle Undefined
06-07-2012, 08:41 PM
I've updated the code, please read the first post :)