Detect InputBox Cancel

So we’ve all had the situation where we’d like to get an input from the user and we’re not too keen on creating a form, adding controls, and writing all the other underlying functionality. Many times, it’s just a lot easier to use an InputBox and validate the data afterward. Usually everything will go smoothly, […]