According to this thread: Can the HWND from CreateWindow/CreateDialog be GetMessage'd from another thread?, it seems that I can't use GetMessage in another thread using the main thread's HWND.
I'm simply trying to grab the value inside an edittext using GetMessage which is called from a new thread. What are some ways I can do this?