Hi lets say i have a big form that i set it to be TopMost=true.
Now i want to call inputbox after a click on a button on my form.
the inputbox will not be shown cuz the form is on top of it.
How can i make the inputbox to be top most as well so i will be able to see it over the main form?
Thanks