Search results for query: *

  1. K

    Question Object reference not set to an instance of an object

    I solved this problem by putting it on a function that was not null.
  2. K

    Question Object reference not set to an instance of an object

    Am trying to remove this error: Object reference not set to an instance of an object - what causes this error? ''''' Remove words in Angle Brackets Private Function GetWordWithOutBracketedText(SelectedReplacement As String) As String ' check if the selected...
  3. K

    Question Dictionaries not being searched well

    The replacement dictionary is of type:
  4. K

    Question Dictionaries not being searched well

    I have a problem with searching Dictionaries in my program. If I begin a search with Dictionary 0, the search does not look for all possible matches completely in the RichTextBox, but skips to the next Dictionary. How can I solve this? I have created a video of how this problem is happening...
Back
Top