문제

I'm trying to show some files (html format) in a page of my application.

If anyone has an example on how to do this, even remotely related, I would be grateful.

So far I haven't found anything in my searches so I welcome any links, suggestions.

Thanks.

도움이 되었습니까?

해결책

It depends on the OS version you are using and its configuration, but you should be able to use the HTML/DHTML APIs: http://msdn.microsoft.com/en-us/library/ee492824(v=winembedded.60).aspx If you need to rendere some HTML (and not just parse it) you may host the browser control inside your application and define a Win32 XAML controls that will contain it. This control doesn't support all the XAML features (rotation, transparency etc.) but can be placed inside a layout and controlled by your app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top