Click here to download the C#/VB Example Project.
Please note: In order to use this example project you will need a development license. Contact us to inquire. You will receive an authid and password that are used to access the Anagram Web Service. They will need to be incorporated into the example project as follows:
C#: Form1.cs: Modify the following line:
Anagram.ContactData c = a.ParseContact("demo", "password", inputBox.Text);
VB: Form1.vb: Modify the following line:
c = a.ParseContact("demo", "password", inputBox.Text)