03-16-2022, 12:27 AM
"So, there is something fishy going on when using a Win32 HWND + window messages within the context of IntraWeb."
Thats not correct. IntraWeb uses standard threads. It does nothing special. Using messages in threads typically is a bad idea all around to begin with.
Thats not correct. IntraWeb uses standard threads. It does nothing special. Using messages in threads typically is a bad idea all around to begin with.

