How to write a program that will display the periodic table of elements? The atomic symbol and atomic number should be the only information visible in your table.
And a pop-up message containing the atomic name, atomic weight, density, melting point and boiling point of each element should appear once the element symbol is clicked.

- Login or Signup Now to post comments

1. I assume you are using Visual Basic 6.0 and created a solution that might be very easy to do, just check the attached picture and see if it will work, otherwise, you are using VB .NET, which I haven't done a solution for. Anyway, it would just be pretty same with the .NET thing, just a little modification of the code, same design could be applied.
Hope it had helped you somehow.