hello, actually i am trying to create a birth day reminder tool,
i have a main window with six or seven buttons,each button showing a option to the user ,
1st button
create database:-
i want when the user press the button a popup will appear
with three or four labeled entry options then the user will press
enter and internally i will collect those data
name ,bday,
mobno,emailid and create a hash of hashes
i also want that when user press enter the entry fields will
be cleaned off for the next entry so that user can enter another set of data and of course there will be a exit button to exit from this window.