pdpullmn612
November 28th, 2008, 10:49 AM
Hey guys,
I need help writing a program. I need to write a program that lets the user to enter a word, the program send the word to an online dictionary, checks for its definition. The program then gets the response back, parses the response, and gets rid of unnecessary content and shows only the definition.
I know basics of C#. I just need some direction on this because its more complex then anything that I have done so far.
I know how to access web pages and all that stuff using C#. My biggest problem would be getting rid of any extra information.
Thanks in advance guys. I really appreciate the help.
I need help writing a program. I need to write a program that lets the user to enter a word, the program send the word to an online dictionary, checks for its definition. The program then gets the response back, parses the response, and gets rid of unnecessary content and shows only the definition.
I know basics of C#. I just need some direction on this because its more complex then anything that I have done so far.
I know how to access web pages and all that stuff using C#. My biggest problem would be getting rid of any extra information.
Thanks in advance guys. I really appreciate the help.