Search
-
Recent Posts
Categories
- Benchmark (1)
- Browsers (2)
- C++ (2)
- Coding (17)
- DirectX (1)
- Flash (1)
- Games (7)
- Javascript (1)
- MySQL (1)
- Nintendo DS (1)
- PC (6)
- PHP (7)
- Random (3)
- Reviews (3)
- VB.NET (7)
- Visual Basic (1)
- World News (1)
VB.NET Archive
-
Mud Map Designer v1.23 – Updated!
EDIT: There was an issue with 1.21 when opening maps. This is now solved! A new feature and a set of icons have been added! The icons are for my new MUD game at http://ember-online.com. The tool can now record keystrokes while the map designer is not the current active window. This means you can [...] -
Mud Map Designer v1.20 – Outdated!
Outdated! Go to //chrisvall.com/coding/mud_map_designer_121 for 1.21! -
Mud Map Designer v1.10 – Outdated!
PROJECT HAS BEEN UPDATED: CHECK IT OUT! Since I started getting alot of emails about the Map Designer and a few missing features, I decided to update it. It’s more based on a general MUD rather then the MUD I currently play, which is Realms of Kaos. This should fill in some missing features you [...] -
Mud Map Designer v1.02 – Outdated!
PROJECT HAS BEEN UPDATED: CHECK IT OUT! This is a project I did a few months back.. I didn’t see many mud map editors that I could use overall, alot of them were basic ASCII editors, or didn’t work on 64 bit processors because of the removal of support for 16 bit applications. I tend [...] -
VB.NET/CSV File – How to add ‘Double quote text qualifiers’ quickly and easily!
Text qualifiers are used to let a program know that anything between a certain character should be interpreted as it is (Normally text). If you don’t get what ‘adding double quote text qualifier in a csv file’ means; In simple terms this will change a line like this: email,fname,lname,ipaddress to: “email”,”fname”,”lname”,”ipaddress”. Very simple. I recently [...]