Alright, i finally got to better look at it, I'm definitely liking it's size and speed so far. Granted i'm testing with my laptop so i'm missing my gps and whatnot. Tapping the black bar on the bottom of the screen still feels unnatural, since at first glance it doesn't look like it's meant to do anything more then display content.
I was looking at the config files and glancing over the modINI.vb and noticed the need for the user to have to enter in the string array size and number them. I can't decide to myself if that's the easier way to do it, at least for the user, or if maybe System.Xml might be easier?
I wrote a program after my first vb class and a bit of googling, as an addon for an mmo i'm playing that doesn't have addon support(Aion) . It parsed an xml sheet to display some info for the user, then ran through every instance of "color", counted each color and displayed it for the player as a way to gauge gear level. Anyhow, it would take care of the array size count and whatnot. I don't know if this sample code is of interest to you, but I'd happily PM it to you if your interested. I think it might be able to turn the like 68 lines(Function INI_GetValue) you have for parsing into like <10.

