Skip to content

Commit d2b09fb

Browse files
author
Jiayue Hu (Beyondsoft Consulting Inc)
committed
update images locations
1 parent 3678173 commit d2b09fb

File tree

982 files changed

+704
-704
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

982 files changed

+704
-704
lines changed

Language-Reference/Concepts/Getting-Started/calling-property-procedures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When you call a **Property Let** or **Property Set** procedure, one [argument](
2525

2626
When you declare a **Property Let** or **Property Set** procedure with multiple arguments, Visual Basic passes the argument on the right side of the call to the last argument in the **Property Let** or **Property Set** declaration. For example, the following diagram shows how arguments in the **Property** procedure call relate to arguments in the **Property Let** declaration:
2727

28-
![Property let](images/abhlp002_ZA01201812.gif)
28+
![Property let](../../../images/abhlp002_ZA01201812.gif)
2929

3030

3131
In practice, the only use for property procedures with multiple arguments is to create [arrays](vbe-glossary.md) of [properties](vbe-glossary.md).

Language-Reference/How-to/continue-code-execution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ When you run your code, execution may stop if:
3434

3535

3636
1. To switch to break mode, choose **Break** (CTRL+BREAK) from the **Run** menu, or use the toolbar shortcut:
37-
![Toolbar button](images/tbr_brk_ZA01201682.gif).
37+
![Toolbar button](../../images/tbr_brk_ZA01201682.gif).
3838

3939
2. To switch to design time, choose **Reset <projectname&gt;** from the **Run** menu, or use the toolbar shortcut:
40-
![Toolbar button](images/tbr_end_ZA01201701.gif).
40+
![Toolbar button](../../images/tbr_end_ZA01201701.gif).
4141

4242

4343
**To continue execution when your application has halted**
4444

4545

4646
- On the **Run** menu, click **Continue** (F5), or use the toolbar shortcut:
47-
![Toolbar button](images/tbr_strt_ZA01201751.gif). - Or -
47+
![Toolbar button](../../images/tbr_strt_ZA01201751.gif). - Or -
4848

4949
- On the **Debug** menu, click **Step Into** (F8), **Step Over** (SHIFT+F8), **Step Out** (CTRL+SHIFT+F8), or **Run To Cursor** (CTRL+F8)(.
5050

Language-Reference/How-to/restart-execution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ You can restart execution from [break mode](vbe-glossary.md). Restarting returns
1919

2020

2121
1. On the **Run** menu, click **Reset <projectname&gt;**, or use the toolbar shortcut:
22-
![Toolbar button](images/tbr_end_ZA01201701.gif).
22+
![Toolbar button](../../images/tbr_end_ZA01201701.gif).
2323

2424
2. On the **Run** menu, click **Run Sub/UserForm** (F5), or use the toolbar shortcut:
25-
![Toolbar button](images/tbr_strt_ZA01201751.gif).
25+
![Toolbar button](../../images/tbr_strt_ZA01201751.gif).
2626

2727

2828

Language-Reference/How-to/set-and-clear-a-breakpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You set a [breakpoint](vbe-glossary.md) to suspend execution at a specific state
2121
1. Position the insertion point anywhere in a line of the [procedure](vbe-glossary.md) where you want execution to halt.
2222

2323
2. On the **Debug** menu, click **Toggle Breakpoint** (F9), click next to the statement in the **Margin Indicator Bar** (if visible), or use the toolbar shortcut:
24-
![Toolbar button](images/tbr_bkpt_ZA01201681.gif). The breakpoint is added and the line is set to the breakpoint color defined on the **Editor Format** tab in the **Options** dialog box.
24+
![Toolbar button](../../images/tbr_bkpt_ZA01201681.gif). The breakpoint is added and the line is set to the breakpoint color defined on the **Editor Format** tab in the **Options** dialog box.
2525

2626

2727
If you set a breakpoint on a line that contains several statements separated by colons ( **:** ), the break always occurs at the first statement on the line.

Language-Reference/How-to/stop-code-execution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ As you run your code, it may stop executing for one of the following reasons:
3434

3535

3636
- To switch to break mode, from the **Run** menu, choose **Break** (CTRL+BREAK), or use the toolbar shortcut:
37-
![Toolbar button](images/tbr_brk_ZA01201682.gif).
37+
![Toolbar button](../../images/tbr_brk_ZA01201682.gif).
3838

3939
- To switch to design time, from the **Run** menu, choose **Reset <projectname&gt;**, or use the toolbar shortcut:
40-
![Toolbar button](images/tbr_end_ZA01201701.gif).
40+
![Toolbar button](../../images/tbr_end_ZA01201701.gif).
4141

4242

4343
**To continue execution when your application has halted**

Language-Reference/Language-Reference/User-Interface-Help/add-in-manager-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Add-In Manager Dialog Box
1313

1414

15-
![Add-in manager](images/va5lxy1_ZA01201779.gif)
15+
![Add-in manager](../../../images/va5lxy1_ZA01201779.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/add-procedure-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Add Procedure Dialog Box
1313

1414

15-
![Add procedure dialog box](images/insproc_ZA01201617.gif)
15+
![Add procedure dialog box](../../../images/insproc_ZA01201617.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/add-watch-command-debug-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ms.date: 06/08/2017
1414
Displays the **Add** **Watch** dialog box in which you enter a[watch expression](vbe-glossary.md). The expression can be any valid Basic expression. Watch expressions are updated in the **Watch** window each time you enter[break mode](vbe-glossary.md).
1515

1616
Toolbar shortcut:
17-
![Toolbar button](images/tbr_addw_ZA01201668.gif).
17+
![Toolbar button](../../../images/tbr_addw_ZA01201668.gif).
1818

Language-Reference/Language-Reference/User-Interface-Help/add-watch-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Add Watch Dialog Box
1313

1414

15-
![Add watch](images/addwatch_ZA01201565.gif)
15+
![Add watch](../../../images/addwatch_ZA01201565.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/additional-controls-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Additional Controls Dialog Box
1313

1414

15-
![Additional controls](images/addctrid_ZA01201564.gif)
15+
![Additional controls](../../../images/addctrid_ZA01201564.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/align-commands-format-menu.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ Aligns selected [objects](vbe-glossary.md) with each other using the control wit
1818
Aligns the horizontal position of the selected objects, putting the left-most edges in line with the control with the white grab handles.
1919

2020
Toolbar shortcut:
21-
![Toolbar button](images/tbr_all_ZA01201672.gif).
21+
![Toolbar button](../../../images/tbr_all_ZA01201672.gif).
2222
**Centers**
2323
Aligns the horizontal position of the selected objects, putting the centers in line with the control with the white grab handles.
2424
Toolbar shortcut:
25-
![Toolbar button](images/tbr_alc_ZA01201671.gif).
25+
![Toolbar button](../../../images/tbr_alc_ZA01201671.gif).
2626
**Rights**
2727
Aligns the horizontal position of the selected objects, putting the right-most edges in line with the control with the white grab handles.
2828
Toolbar shortcut:
29-
![Toolbar button](images/tbr_alr_ZA01201674.gif).
29+
![Toolbar button](../../../images/tbr_alr_ZA01201674.gif).
3030
**Tops**
3131
Aligns the vertical position of the selected objects, putting the tops in line with the control with the white grab handles.
3232
Toolbar shortcut:
33-
![Toolbar button](images/tbr_alt_ZA01201675.gif).
33+
![Toolbar button](../../../images/tbr_alt_ZA01201675.gif).
3434
**Middles**
3535
Aligns the vertical position of selected objects, putting the middles in line with the control with the white grab handles.
3636
Toolbar shortcut:
37-
![Toolbar button](images/tbr_alm_ZA01201673.gif).
37+
![Toolbar button](../../../images/tbr_alm_ZA01201673.gif).
3838
**Bottoms**
3939
Aligns the vertical position of the selected objects, putting the bottoms in line with the control with the white grab handles.
4040
Toolbar shortcut:
41-
![Toolbar button](images/tbr_alb_ZA01201670.gif).
41+
![Toolbar button](../../../images/tbr_alb_ZA01201670.gif).
4242
**To Grid**
4343
Aligns the top left of the selected objects to the closest grid. The object is not resized.
4444
Toolbar shortcut:
45-
![Toolbar button](images/tbr_altg_ZA01201676.gif).
45+
![Toolbar button](../../../images/tbr_altg_ZA01201676.gif).
4646

Language-Reference/Language-Reference/User-Interface-Help/arrange-buttons-commands-format-menu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Arranges selected command buttons along the bottom or edge of a [form](vbe-gloss
1818
Arranges to the bottom left side of the form with equal spacing between each of them.
1919

2020
Toolbar shortcut:
21-
![Toolbar button](images/tbr_arrb_ZA01201677.gif).
21+
![Toolbar button](../../../images/tbr_arrb_ZA01201677.gif).
2222
**Right**
2323
Arranges to the top right side of the form with equal spacing between each of them.
2424
Toolbar shortcut:
25-
![Toolbar button](images/tbr_arrr_ZA01201678.gif).
25+
![Toolbar button](../../../images/tbr_arrr_ZA01201678.gif).
2626

Language-Reference/Language-Reference/User-Interface-Help/bookmarks-commands-edit-menu.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ ms.date: 06/08/2017
1414
Displays a menu that you can use to create or remove placeholders in the **Code** window, move to the next or preceding bookmark, or clear all of the bookmarks. Bookmarks mark lines of code so that you can easily return to them at a later time.
1515

1616
When you add a bookmark, a
17-
![Bookmark](images/wbkmark_ZA01201807.gif) appears next to the line of code where the bookmark is inserted.
17+
![Bookmark](../../../images/wbkmark_ZA01201807.gif) appears next to the line of code where the bookmark is inserted.
1818

1919
**Toggle Bookmark**
2020

2121
Toggles a bookmark on or off.
2222
Toolbar button:
23-
![Toolbar button](images/tbr_tbmk_ZA01201753.gif)
23+
![Toolbar button](../../../images/tbr_tbmk_ZA01201753.gif)
2424

2525

2626
**Next Bookmark**
2727
Moves the insertion point to the next bookmark.
2828
Toolbar button:
29-
![Toolbar button](images/tbr_nxtb_ZA01201717.gif)
29+
![Toolbar button](../../../images/tbr_nxtb_ZA01201717.gif)
3030

3131

3232
**Previous Bookmark**
3333
Moves the insertion point to the previous bookmark.
3434
Toolbar button:
35-
![Toolbar button](images/tbr_prvb_ZA01201729.gif)
35+
![Toolbar button](../../../images/tbr_prvb_ZA01201729.gif)
3636

3737

3838
**Clear All Bookmarks**
3939
Removes all bookmarks.
4040
Toolbar button:
41-
![Toolbar button](images/tbr_clrb_ZA01201687.gif)
41+
![Toolbar button](../../../images/tbr_clrb_ZA01201687.gif)
4242

4343

4444

Language-Reference/Language-Reference/User-Interface-Help/break-command-run-menu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 06/08/2017
1212
# Break Command (Run Menu)
1313

1414
Stops execution of a program while it's running and switches to [break mode](vbe-glossary.md). Any statement being executed when you choose this command is displayed in the **Code** window with
15-
![Breakpoint](images/wbrkpnt_ZA01201808.gif) in the left margin if you checked Margin Indicator Bar in the **Editor** **Format** tab of the **Options** dialog box. If the application is waiting for events in the idle loop (no statement is being executed), no statement is highlighted until an event occurs.
15+
![Breakpoint](../../../images/wbrkpnt_ZA01201808.gif) in the left margin if you checked Margin Indicator Bar in the **Editor** **Format** tab of the **Options** dialog box. If the application is waiting for events in the idle loop (no statement is being executed), no statement is highlighted until an event occurs.
1616

1717
Some editing changes made in break mode may require you to restart your program for the changes to take effect.
1818

1919
Toolbar button:
20-
![Toolbar button](images/tbr_brk_ZA01201682.gif). Keyboard shortcut: CTRL+BREAK.
20+
![Toolbar button](../../../images/tbr_brk_ZA01201682.gif). Keyboard shortcut: CTRL+BREAK.
2121

2222

Language-Reference/Language-Reference/User-Interface-Help/button-editor-dialog-box.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Button Editor Dialog Box
1313

1414

15-
![Button editor dialog box](images/editpict_ZA01201602.gif)
15+
![Button editor dialog box](../../../images/editpict_ZA01201602.gif)
1616

1717

1818

@@ -32,16 +32,16 @@ Moves the picture around so that you have access to all parts of it.
3232

3333

3434
-
35-
![Up one row](images/moveup_ZA01201630.gif) — Moves the picture up one row each time you click it until the top row of pixels is visible.
35+
![Up one row](../../../images/moveup_ZA01201630.gif) — Moves the picture up one row each time you click it until the top row of pixels is visible.
3636

3737
-
38-
![Down one row](images/movedwn_ZA01201627.gif) — Moves the picture down one row each time you click it until the bottom row of pixels is visible.
38+
![Down one row](../../../images/movedwn_ZA01201627.gif) — Moves the picture down one row each time you click it until the bottom row of pixels is visible.
3939

4040
-
41-
![Right one column](images/movert_ZA01201629.gif) — Moves the picture to the right one column each time you click it until the right-most column is visible.
41+
![Right one column](../../../images/movert_ZA01201629.gif) — Moves the picture to the right one column each time you click it until the right-most column is visible.
4242

4343
-
44-
![Left one column](images/movelt_ZA01201628.gif) — Moves the picture to the left one column each time you click it until the left-most column is visible.
44+
![Left one column](../../../images/movelt_ZA01201628.gif) — Moves the picture to the left one column each time you click it until the left-most column is visible.
4545

4646

4747

Language-Reference/Language-Reference/User-Interface-Help/call-stack-command-view-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ When Visual Basic is executing the code in a procedure, that procedure is added
1818
You can also display the **Call Stack** dialog box by clicking the **Calls** button (...) next to the Procedure box in the **Locals** window.
1919

2020
Toolbar shortcut:
21-
![Toolbar button](images/tbr_call_ZA01201683.gif). Keyboard shortcut: CTRL+L.
21+
![Toolbar button](../../../images/tbr_call_ZA01201683.gif). Keyboard shortcut: CTRL+L.
2222

Language-Reference/Language-Reference/User-Interface-Help/call-stack-dialog-box.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Call Stack Dialog Box
1313

1414

15-
![Call stack](images/calls_ZA01201584.gif)
15+
![Call stack](../../../images/calls_ZA01201584.gif)
1616

1717

1818

@@ -27,6 +27,6 @@ Lists the procedures.
2727
**Show**
2828

2929
Moves the insertion point to the location where the call was made and turns on the Call Stack indicator,
30-
![Call stack indicator](images/wcallst_ZA01201809.gif).
30+
![Call stack indicator](../../../images/wcallst_ZA01201809.gif).
3131

3232

Language-Reference/Language-Reference/User-Interface-Help/center-in-form-commands-format-menu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Centers selected [objects](vbe-glossary.md) on the central axes of the form.
1818
Aligns the middles of the selected objects to a horizontal line in the middle of the form.
1919

2020
Toolbar shortcut:
21-
![Toolbar button](images/tbr_cenh_ZA01201684.gif).
21+
![Toolbar button](../../../images/tbr_cenh_ZA01201684.gif).
2222
**Vertically**
2323
Aligns the centers of the selected objects to a vertical line in the center of the form.
2424
Toolbar shortcut:
25-
![Toolbar button](images/tbr_cenve_ZA01201685.gif).
25+
![Toolbar button](../../../images/tbr_cenve_ZA01201685.gif).
2626

Language-Reference/Language-Reference/User-Interface-Help/clear-all-breakpoints-command-debug-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ms.date: 06/08/2017
1414
Removes all [breakpoints](vbe-glossary.md) in your project. Your application may still interrupt execution, however, if you have set a[watch expression](vbe-glossary.md) or selected the **Break** **on** **All** **Errors** option in the **General** tab of the **Options** dialog box. You cannot undo the **Clear** **All** **Breakpoints** command.
1515

1616
Toolbar shortcut:
17-
![Toolbar button](images/tbr_clbp_ZA01201686.gif). Keyboard shortcut: CTRL+SHIFT+F9.
17+
![Toolbar button](../../../images/tbr_clbp_ZA01201686.gif). Keyboard shortcut: CTRL+SHIFT+F9.
1818

Language-Reference/Language-Reference/User-Interface-Help/clearand-delete-commands-edit-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Deletes text only when a module is active.
1919

2020
At other times, changes to the **Delete** command that deletes the currently selected control, text, or[watch expression](vbe-glossary.md). You can undo the **Delete** command in the **Code** window or in the form if you deleted the control from the form.
2121
Toolbar shortcut:
22-
![Toolbar button](images/tbr_del_ZA01201696.gif). Keyboard shortcut: DELETE.
22+
![Toolbar button](../../../images/tbr_del_ZA01201696.gif). Keyboard shortcut: DELETE.
2323
Not available at [run time](vbe-glossary.md).
2424

Language-Reference/Language-Reference/User-Interface-Help/code-command-view-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ms.date: 06/08/2017
1414
Displays or activates the **Code** window for a currently selected[object](vbe-glossary.md).
1515

1616
Toolbar shortcut:
17-
![Toolbar button](images/tbr_code_ZA01201689.gif). Keyboard shortcut: F7.
17+
![Toolbar button](../../../images/tbr_code_ZA01201689.gif). Keyboard shortcut: F7.
1818

Language-Reference/Language-Reference/User-Interface-Help/code-window.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
99
# Code Window
1010

1111

12-
![Code window](images/code_ZA01201588.gif)
12+
![Code window](../../../images/code_ZA01201588.gif)
1313

1414

1515

@@ -60,12 +60,12 @@ Dragging this bar down, splits the **Code** window into two horizontal panes, e
6060
A gray area on the left side of the **Code** window where[margin indicators](vbe-glossary.md) are displayed.
6161

6262

63-
![Code window](images/avhdg004_ZA01201568.gif) **Procedure View Icon**
63+
![Code window](../../../images/avhdg004_ZA01201568.gif) **Procedure View Icon**
6464

6565
Displays the selected procedure. Only one procedure at a time is displayed in the **Code** window.
6666

6767

68-
![Code window](images/avhdg005_ZA01201569.gif) **Full Module View Icon**
68+
![Code window](../../../images/avhdg005_ZA01201569.gif) **Full Module View Icon**
6969

7070
Displays the entire code in the module.
7171

Language-Reference/Language-Reference/User-Interface-Help/collection-object-browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **Collection** module contains procedures used to perform operations on the
2121
1. Select the procedure from the **Members of 'Collection'** list.
2222

2323
2. Click the
24-
![Help button](images/but_help_ZA01201583.gif) button.
24+
![Help button](../../../images/but_help_ZA01201583.gif) button.
2525

2626

2727

Language-Reference/Language-Reference/User-Interface-Help/colorconstants-object-browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The **ColorConstants** module contains predefined color constants. These consta
2121
1. Select the constant from the **Members of 'ColorConstants'** list.
2222

2323
2. Click the
24-
![Help button](images/but_help_ZA01201583.gif) button.
24+
![Help button](../../../images/but_help_ZA01201583.gif) button.
2525

2626

2727

Language-Reference/Language-Reference/User-Interface-Help/commands-tab-customize-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Commands Tab (Customize Dialog Box)
1313

1414

15-
![Commands tab](images/cmdtab_ZA01201587.gif)
15+
![Commands tab](../../../images/cmdtab_ZA01201587.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/comment-block-and-uncomment-block-commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Adds and removes the comment character, an apostrophe, for each line of a select
1818
Adds the comment character to each line of a selected block of text.
1919

2020
Toolbar button:
21-
![Toolbar button](images/tbr_comt_ZA01201691.gif).
21+
![Toolbar button](../../../images/tbr_comt_ZA01201691.gif).
2222
**Uncomment Block**
2323
Removes the comment character from each line of a selected block of text.
2424
Toolbar button:
25-
![Toolbar button](images/tbr_uncm_ZA01201761.gif).
25+
![Toolbar button](../../../images/tbr_uncm_ZA01201761.gif).
2626

Language-Reference/Language-Reference/User-Interface-Help/compile-project-command-debug-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ ms.date: 06/08/2017
1111
Compiles your project.
1212

1313
Toolbar shortcut:
14-
![Toolbar button](images/tbr_comp_ZA01201690.gif).
14+
![Toolbar button](../../../images/tbr_comp_ZA01201690.gif).
1515

Language-Reference/Language-Reference/User-Interface-Help/complete-word-command-edit-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ms.date: 06/08/2017
1414
Fills in the rest of the word you are typing once you have entered enough characters for Visual Basic to identify the word you want.
1515

1616
Toolbar shortcut:
17-
![Toolbar button](images/tbr_cwrd_ZA01201695.gif). Keyboard shortcut: CTRL+SPACEBAR.
17+
![Toolbar button](../../../images/tbr_cwrd_ZA01201695.gif). Keyboard shortcut: CTRL+SPACEBAR.
1818

Language-Reference/Language-Reference/User-Interface-Help/components-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/08/2017
1212
# Components Dialog Box
1313

1414

15-
![Components dialog box](images/va5lxx1_ZA01201778.gif)
15+
![Components dialog box](../../../images/va5lxx1_ZA01201778.gif)
1616

1717

1818

Language-Reference/Language-Reference/User-Interface-Help/constants-object-browser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **Constants** module contains miscellaneous constants. These constants can
1818
1. Select the constant from the **Members of 'Constants'** list.
1919

2020
2. Click the
21-
![Help button](images/but_help_ZA01201583.gif) button.
21+
![Help button](../../../images/but_help_ZA01201583.gif) button.
2222

2323

2424

Language-Reference/Language-Reference/User-Interface-Help/controls-tab-components-dialog-box.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 06/08/2017
99
# Controls Tab (Components Dialog Box)
1010

1111

12-
![Controls tab](images/addcc_ZA01201563.gif)
12+
![Controls tab](../../../images/addcc_ZA01201563.gif)
1313

1414

1515

0 commit comments

Comments
 (0)