Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 00:37:39 +0000



Post From: How to get modeless dialog box working? Code Provided.

[2019-02-12 12:33:05]
User640689 - Posts: 5
I've been following this thread and have some questions.

Regarding the usage of the Timer and other options (SendMessage and updating directly). Which one would be the best to use if you were looking to send, based on input in the edit control and clicking of a certain button control, a struct to a Global Variable (not SC Persistent variables but still accessible to SC studies), that holds an std::vector of structs?


In such a case, would the use of std::mutex or CRITICAL_SECTION also be necessary?