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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)