A Win32 Application has a spread sheet. Spreadsheet has some columns. What columns and what type of data in each column? that's determined when we load the spreadsheet application, it reads the data from a database.
Now I am thinking of some good UI such that users will be able to enter new information to this spreadsheet, like a "Manual Entry" button. But how? should I just add a blank row at the bottom of the spreadsheet? should it brig a new dialog form to enter info?
What do you suggest?
