04-12-2010, 03:59 PM
(04-12-2010, 02:38 PM)hockeynut35 Wrote: Fail . The first one is where I got the pics. The second one is quite irrelevant.
Really? Then why is this paragraph, which is found in your tutorial, also in the first link posted VERBATIM?
Quote:Now we will add the controls. You will need6 ToolStripButtons, 1 ToolStripLabel, and 1 ToolStripTextBox). To make a button, click on the down arrow on the ToolStrip and select button. To get a textbox, click on the down arrow on the ToolStrip and select Textbox and so on. Now we will set the names of the controls. The first button will be called back, the second forward, the third refresh, the fourth stop, the fifth home and the last GO. For the GO button set the alignment property to right. Now that you have the names we can set each of the button's DisplayStyle to Image. Set the proper images for each button. Now we will name the label and the textbox on the toolstrip. For the Label set the text property to URL: and the name to urlLabel. Now the textbox will be named url and the text leave blank.