The Add New Photo Tab

Now click on your Add New Photo page. You should see a blank page for this tab.
Using the skills you've just learnt in the previous sections, design a page like this one:
This is more or less the same as the last one. The only new control so far is the ComboBox.
To add a ComboBox, click the item circled below in the toolbox:
When you draw one out, set the following properties for it:
Text : Camera
Height : 20
Width : 110
Left : 96
Top : 22
The properties for the labels and textboxes should be the same as last time, except for the Name properties of the Textboxes. Set these as follows:
TextBox1
tbImageName
TextBox2
tbDateTaken
TextBox3
tbInfo
TextBox4
tbDimensions
TextBox5
tbImageSize
For the two buttons, set the Name property of the first one to cmdAddNew . Set the Name property of the second one to cmdSave .
We're almost done – only one more control to add.