Project Description:
I have an excel sheet full of words in the following format
BOX:FIGHT::debate:argue
ITINERARY:TRIP::syllabus:course
FREQUENCY:PITCH::wavelength:color
RATIOCINATION:THINKING::articulation:talking
I want load this into a into a c# app having a grid with two columns
First column will be a running number (1, 2, 3)
Second column will be the text shown above "BOX:FIGHT::debate:argue " loaded from excel...
so when i click on the row of the grid, each of the four words is broken down and a search is made on the follwoing website .. example for the word ratiocination a search is made on http://dictionary.reference.com/browse/RATIOCINATION?s=t and shown on a we browser control The part of the page that needs to be shown is highlighted in the attached diagram.
Source code is needed.