开发者

Embedding IWebbrowser2 ATL interface control in C# windows mobile smart device application

开发者 https://www.devze.com 2022-12-15 05:51 出处:网络
We have developed an ATL smart device project for to save the web page locally in windows mobile device. The application uses native IWebbrowser2 ATL interface control to browse the web page and save

We have developed an ATL smart device project for to save the web page locally in windows mobile device. The application uses native IWebbrowser2 ATL interface control to browse the web page and save the web page complete.

Now we need to have our UI and other user interface controls to be designed and developed using C# also we have some UI module already available in C#.

So please provide us a method to embed native IWebbrowser2 ATL interfa开发者_如何学Cce control to the C# smart device project.


Since it's a COM component, you would follow the same methodology of any other COM component by writing a wrapper for it. MSDN has an article covering it here.

0

精彩评论

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

关注公众号