I'm working on a cornerstone based application and the logon window is a response type. Sometimes the response window gets covered by other windows and the user doesn't know it's open. I tried to use the API call SetWindowLong to display the window's title but it did not seem to work.
Does anyone have a solution for getting the response window to show up in the task bar?
As always, thank you for your time!