Click here to Skip to main content
15,791,229 members

Comments by Jo_vb.net (Top 102 by date)

Jo_vb.net 16hrs ago View    
You write // This fails
Do you get an error message?

I think during Initialize or Load the TB gets the focus - but when the next control is initialized / loaded the focus may change.
Jo_vb.net 16hrs ago View    
This seems to become a complex [AI?] project - not sure if someone here can help you.

I would try to find a helpful sample project for shape detection her:
https://github.com/topics/shape-detection
Jo_vb.net 24-Nov-23 5:04am View    
I would debug what the return value / string of

return logText.Contains(LogType.Error.ToString()) || logText.Contains(LogType.Warning.ToString()) || logText.Contains(Exception);

really is.
Perhaps it is a string of type and not a string of your expected value?
Jo_vb.net 9-Jul-23 18:43pm View    
You could look at this article
https://www.codeproject.com/Articles/26736/Manage-Data-in-a-WinForms-Application-without-the

You can save images like in a database and select the one you need.
Jo_vb.net 30-Jun-23 11:05am View    
Is this WinForms or WPF or whatelse?

Do you have a richTextBox and a textBox
or
2x richTextBox ?