How do I...Display a Window

Using Microsoft Windows Presentation Foundation and Syncfusion WPF Libraries

How do I...Display a Window

Postby Fiona|Dyalog on Wed Jul 30, 2014 10:27 am

To display Window w and continue executing:

      ⎕USING←'' 'System.Windows,WPF/PresentationFramework.DLL'
w←⎕NEW Window
w.Show


To display Window w modally and pause execution until window w is closed:

      ⎕USING←'' 'System.Windows,WPF/PresentationFramework.DLL'
w←⎕NEW Window
w.ShowDialog ⍬
User avatar
Fiona|Dyalog
 
Posts: 68
Joined: Mon Apr 22, 2013 12:59 pm

Return to WPF & Syncfusion

Who is online

Users browsing this forum: No registered users and 1 guest