Skip to content

Commit ed21436

Browse files
committed
fix link to the INCLUDE in a topic
1 parent 23f1ef0 commit ed21436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/step-6-name-your-button-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can verify the names by choosing the control selector drop-down list in the
5959
End Sub
6060
```
6161

62-
[!INCLUDE [devlang-control](../includes/devlang-control.md)]
62+
[!INCLUDE [devlang-control](./includes/devlang-control.md)]
6363

6464
You're looking at code called `showButton_Click()` (alternatively, `ShowButton_Click()`). The IDE added this to the form's code when you opened the code file for the **showButton** button. At design-time, when you open the code file for a control in a form, code is generated for the control if it doesn't already exist. This code, known as a *method*, runs when you run your app and choose the control - in this case, the **Show a picture** button.
6565

0 commit comments

Comments
 (0)