Hi, i want to make a form where there is a table or something similar and the system imports the words / lines from text documents into list radio buttons list (in a similar fashion to check box lists). the program is going to be a simple translation system but i got the translation part working and now it is the management. I want the words (which are in sync with each other on both text documents) from both documents to be displayed next to each other with 1 radio button per pair of words (laguage 1 and language 2). This way, i could select one pair of words with the same meaning and edit/delete the word accordingly. I want this to be done using stream reader where they are inserted into the list of radio buttons live time. Also, i want the amount of radio buttons to be infinite so i could fit every single word into the table and if it doesn't fit on the page then a scroll bar should appear to view them all.
Anyone have any idea how to make this list. Maybe something to do with 2 dimensional arrays maybe? even better so would be so that there is a divider between langaueg 1 and language 2 but the scrolling still scrolls both the languages simulatenously as well as the radio button.
Thanks to anyone who can help me.
Anyone have any idea how to make this list. Maybe something to do with 2 dimensional arrays maybe? even better so would be so that there is a divider between langaueg 1 and language 2 but the scrolling still scrolls both the languages simulatenously as well as the radio button.
Thanks to anyone who can help me.