English 中文(简体)
如何通过翻新打开和更新世界森林论坛窗口
原标题:How to open and update WPF window by threading

I have Two WPF window Window1.xaml and window2.xaml. In window2.xaml.cs i have one function which does some complex calculation and display intermediate resuls on a TextBlock.

Now What i want. by clicking on button of Window1.xaml i want to open Window2.xaml as a dialog box and want to execute complex function of windows2.xaml.

如果在温得和2.xaml负荷活动上称为复杂纽子,那么在执行复杂职能后会分 di盒。

如何做到这一点。

最佳回答

你们不需要打开窗户。 页: 1 Window2.Loaded eventhandler. 这将使你们的国库不受干扰。

问题回答

根本不建议开一条没有星座的垫子。 您可使用<代码>Show((modeless)方法或ShowDialog(>(格式)方法打开一个人口窗口。 在温得和2载荷方法中,你可以开一条新的通道,进行复杂的操作,一旦操作,可以显示一种方言。

现在,如果你想要展示任何电离层(方言、窗户)或改变现有的电离层(正门等),那么,你必须使用Displer.Invoke/code><<<<<<<<<<<><><<>>>>>>>> 方法。





相关问题
WPF convert 2d mouse click into 3d space

I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...

Editing a xaml icons or images

Is it possible to edit a xaml icons or images in the expression design or using other tools? Is it possible to import a xaml images (that e.g you have exported) in the expression designer for editing?...

WPF: writing smoke tests using ViewModels

I am considering to write smoke tests for our WPF application. The question that I am faced is: should we use UI automation( or some other technology that creates a UI script), or is it good enough to ...

WPF - MVVM - NHibernate Validation

Im facing a bit of an issue when trying to validate a decimal property on domain object which is bound to a textbox on the view through the viewmodel. I am using NHibernate to decorate my property on ...

How do WPF Markup Extensions raise compile errors?

Certain markup extensions raise compile errors. For example StaticExtension (x:Static) raises a compile error if the referenced class cannot be found. Anyone know the mechanism for this? Is it baked ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...