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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -