I wish to know if it's possible/how you show a popup box where you can enter a value and use it in c# forms application (visual studio). There is probably already guides about this somewhere, however I were unable to find out as I most-likely don't know the correct term used for it.
Basically I need a box to show up where you enter a number and use that number somewhere else.
"""
EVENT:: Click button --> open a popup box --> enter value --> enter --> use value somewhere else.
"""" Not sure if this is possible or you have to use a new forms page.
Thank you for your answers.