|
Originally Posted by BrandenRussell
|
Any chance you can add a way to do this as Outlook Contacts for iGuidance users?
If not, guess I can figure out how to programatically create contacts and read it from your .txt you generate.
Great job!
I just got iGuidance and am very dissapointed with its ability to find anything.
It doesn't have POI's for any place I have been able to think of to try that I am interested in.
I have to do everything with contacts to get it to route me to anywhere.
|
Figured it would probably be best for me to write it for myself so I can customize the contact's information how I want it.
I learned how to write a C# program that creates contacts in Outlook mostly thanks to this page
http://www.dotnetjunkies.com/Tutoria...3.dcik#contact
I use VS 2005 and Office 2003, so the page is a bit out of date, but helpful.
However, if you're interested, this is what I am doing.
I am writing a program that takes a .txt file from your program.
The text file is named what I searched, so Fast food, restaurant, etc.
That becomes the Category of the contact for easy sorting in PocketInformant.
Again, great program! You have saved me time on replacing the horrible database of POIs that iGuidance provides (at least for Utah).