c# - Loading another form on top -


is possible load form on top of 1 form. user should not able interact first form. if user minimize first form stacked form should minimized. doable?

for example, user loads form a, click controls , form b appears. until form b closed, user should not able in form a.

for example, user loads form a, click controls , form b appears. until form b closed, user should not able in form a.

this sounds need show formb using showdialog forma parent.

formb formb = new formb(); formb.showdialog(this);//where forma 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -