Skip to content

Conversation

@vonhoff
Copy link
Owner

@vonhoff vonhoff commented Jul 7, 2025

No description provided.

SteffenSH and others added 3 commits July 6, 2025 23:46
…Cross-thread operation not valid: Control 'myRichTextBox' accessed from a thread other than the thread it was created on.".

This would occur when a log messages was emitted from a non-UI-thread during Form construction, before the window handle was created.
In these situations it is not sufficient to only check the richTextBox.InvokeRequired property as this would always return false - no matter what thread its on.
…ross-thread

Fixed: Cross-thread operation exception
@vonhoff vonhoff merged commit 67b6e61 into master Jul 7, 2025
1 check passed
@vonhoff vonhoff deleted the v3.1.2 branch July 13, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants