Scratching my head...
Ok, here are my finding from my goofing around with the code. I finally got VB 6.0 from a friend who had the old learning book. WEEE!
Anyway installed VB and opened the code. Just getting to know where things are start searching for particular things like text strings that appear in the check lists. Not in the code anywhere. None of the check mark selections were in the code.
Said ok.. Let's start with what I got. Build this version of the code into a DLL and see what happens. Different version 7 to 11. Oh well. Make backup's of the old DLL and move the new one into place. Even tried setting it to version 7. Load the game no Radar icon in the Xunleashed app within the game. Hmmm.. Put the old one back. It's there. Ok.
Start playing with the check list buttons. They all don't know. Yes I know its still a work in progress. Scratching head at this point. Hmm.. See PC's moving around on the screen. Yeah.. Touch one. Crash.
!@#$%^&*!
HMM. Go back in game.
Can see names of everything including PC and NPC brokers. Thats nice. Touch Broker. Crash. !@#$%^&*. Now why is it that when you crash and leave a char in the game and you get back before your char LD out of the game, you get a popup box with invalid login. Re-enter info. Still can't login, but can drop all the freaking way out and then you can get back in. They need to fix that crap.
So at this point, I can mod the code all I want, but when I build the DLL it is useless to use as I can't load the Radar in the game when using my DLL. So someone comment me up and tell me WTF I am doing wrong.
And it takes a while to read through 26 freaking pages of code.