English 中文(简体)
WebBrowser-Control(WPF或Windows-Forms)可以显示。 SVG 载于网页上的档案
原标题:WebBrowser-Control (WPF or Windows-Forms) can t display .SVG files contained in web-pages

我的表格/世界森林论坛申请必须与外部伙伴关系进行互动。 净应用。 具体而言,它必须“协商”外部应用,而外部应用只不过是一种催化。 我想利用网络浏览器控制(即Win-Forms或WPF)在两项申请之间有更多的“融合”。 然后我要使用真正的浏览器。

但是,当伙伴关系有一个网页时。 网上申请中载有特别志愿人员小组的档案,网上浏览器控制(两者均为:世界森林和温-森林)可以显示图像,而现在则留下一个空箱。

最好的办法是使用网络浏览器控制,但我们也评价另一种第三方控制,也并非免费。 例如,我认为与AB4D-ReerSVG接近解决办法:

但不幸的是,这部分内容允许你查看档案。 SVG将其出口到另一种格式,但如果档案载于网页,则看不到。

Do you think I can solve the problem? Thank you! Pileggi

最佳回答

它是一种解决办法,它是一种工作-组合:我融入了以下网址:Gecko导航部分,并在以下网站 rel=“nofollow”>article ,我的网络应用程序可以显示Growko B. SVG 档案载于:-

Pileggi

问题回答

页: 1

<meta http-equiv="X-UA-Compatible" content="IE=9"/>

我希望你能这样做。





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.

热门标签