Beginner question - Forms
Hi!
I have read Beginning Visual Basic 2012, so you may say I know a little about Visual Basic. I have an simple application in mind, and for most of the questions I have the answers after reading this book. There is one thing I didn't understand.
All code examples referred to controls on the same Form (let's call it first page of the application).
If I want, for example, to have buttons on the first page (first form) with current time of some cities around the world, and when I click one of them to move on a dedicated form (let's call it second page), showing details for the respective city (to be mentioned here that I need this second page to have the same dimensions as the first one, so the user cannot feel the translation in both size and screen position), how to I implement this?
Thank you!
|