Этот баннер — требование Роскомнадзора для исполнения 152 ФЗ.
«На сайте осуществляется обработка файлов cookie, необходимых для работы сайта, а также для анализа использования сайта и улучшения предоставляемых сервисов с использованием метрической программы Яндекс.Метрика. Продолжая использовать сайт, вы даёте согласие с использованием данных технологий».
Политика конфиденциальности
|
|
|
RichTextBox
|
|||
|---|---|---|---|
|
#18+
Как в RichTextBox найти определённое слово путём нажатия command в VB? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 03.02.2004, 20:15 |
|
||
|
RichTextBox
|
|||
|---|---|---|---|
|
#18+
Find Method Searches the text in a RichTextBox control for a given string. Syntax object.Find(string, start, end, options) The Find method syntax has these parts: Part Description object Required. Anobject expression that evaluates to an object in the Applies To list. string Required. Astring expression you want to find in the control. start Optional. An integer character index that determines where to begin the search. Each character in the control has an integer index that uniquely identifies it. The first character of text in the control has an index of 0. end Optional. An integer character index that determines where to end the search. options Optional. One or more constants used to specify optional features, as described in Settings. Settings The setting for options can include: Constant Value Description rtfWholeWord 2 Determines if a match is based on a whole word or a fragment of a word. rtfMatchCase 4 Determines if a match is based on the case of the specified string as well as the text of the string. rtfNoHighlight 8 Determines if a match appears highlighted in the RichTextBox control. You can combine multiple options by using the Or operator. Remarks If the text searched for is found, the Find method highlights the specified text and returns the index of the first character highlighted. If the specified text is not found, the Find method returns –1. If you use the Find method without the rtfNoHighlight option while the HideSelection property is True and the RichTextBox control does not have the focus, the control still highlights the found text. Subsequent uses of the Find method will search only for the highlighted text until the insertion point moves. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 04.02.2004, 00:53 |
|
||
|
|

start [/forum/topic.php?fid=60&fpage=386&tid=2170116]: |
0ms |
get settings: |
7ms |
get forum list: |
14ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
36ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
36ms |
get tp. blocked users: |
1ms |
| others: | 247ms |
| total: | 358ms |

| 0 / 0 |
