Q: Is there a way to show a borderless, topmost form on the screen without deactivating the current active form? A: I bet your first instinct is to go with ShowWindow and specifying SW_SHOWNA , it was mine as well. Unfortunately it does not work. It appears
Read More...