开发者

Creating graphics control in WPF and integrate to other winform application

We have a existing applicaiton in winform .net. It has a form which displays a kind of flow chart diagram. Now we want to create a control which has enhanced graphics to display this flow chart. With my limited knowledge on wpf, is it possible -

  1. Create a graphics control in wpf which is display the flow chart
  2. Integrate this control to exisiting winform application.
  3. The diagram should have user interation, like moving blocks in the chart.
  4. Is w开发者_JAVA百科pf a better solution ?

Thanks.


it is possible to integrate WPF into Winform tutorial here.

With regards to actually creating a flow chart and making it interact with your existing Winform can have its own challenges. Keep in mind that WPF is a very powerful tool so you should consider moving over to WPF if you have the man-power and resources to do so.

Also look into the Model-View-ViewModel design pattern for WPF and you cannot go wrong. Good luck.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜