Results 1 to 3 of 3

Thread: [RESOLVED] Modal form

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    India
    Posts
    517

    Resolved [RESOLVED] Modal form

    Hello,

    I am using VS 2010 to create a simple Silverlight 4 application. When I show a form then the control moves to the next line. How do I code so that only after the form closes I can move on. Something like what we do in vb.net (form1.showdialog ...after form closes I get control).

    Thanks,

    GR

  2. #2
    Frenzied Member MattP's Avatar
    Join Date
    Dec 2008
    Location
    WY
    Posts
    1,227

    Re: Modal form

    Silverlight 3+ comes with the ChildWindow control that you can use to make Modal Dialogs / Modal Forms.

    Here's are a couple of links that came up on a quick Googling:

    http://silverlighttoys.com/Tutorials.aspx?tutorial=2

    http://blog.roboblob.com/2010/01/19/...silverlight-4/

    The 2nd approach assumes you'll be using the MVVM pattern.
    This pattern in common to all great programmers I know: they're not experts in something as much as experts in becoming experts in something.

    The best programming advice I ever got was to spend my entire career becoming educable. And I suggest you do the same.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    India
    Posts
    517

    Resolved Re: Modal form

    Thanks a lot for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width