Expression > Forenhomepage > Expression Blend + SketchFlow > how to disable WPF window.
Stellen Sie eine FrageStellen Sie eine Frage
 

Vorgeschlagene Antworthow to disable WPF window.

Alle Antworten

  • Freitag, 26. Juni 2009 11:21Stef S. TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    In the code behind of the button click (from the Login) you can check the credentials and if the user passes it, you simple can navigate to your second window or attach it to the root.
  • Sonntag, 28. Juni 2009 09:27Dieterdp TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    do  you want to disable to login screen of hide, i would you a dialog screen and when the login/pass is correct close the dialog screen

    dieter
  • Mittwoch, 1. Juli 2009 17:24prasad22MVPTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Vorgeschlagene Antwort
    Hi,

    you can disable using the property   IsEnabled=false;

    if you do that then you will not have access to all the controls in that window, apart from that you will have access only to the standard minimize,maximize,resize buttons if available on top right corner of the title. which is non client area.


    Prasad - www.beautifulmind.blog.co.in
    Microsoft MVP
    • Als Antwort vorgeschlagenprasad22MVPMittwoch, 1. Juli 2009 17:25
    •