Opennetcf htmlviewer??

  • Thread starter Thread starter Timothy Taylor
  • Start date Start date
T

Timothy Taylor

I am having trouble with Opennetcf htmlviewer control!

How do i work this thing in VB.NET? I add it to my refrences, but how do i
get it on my form? And how do i tell it to go to a website?

Isn't there an example or something anybody could give me in vb.net cf??

Thanks so much

-Tim
 
You are correct. As of now it does not support navigating, just displaying
formatted HTML. Further functionality is in the works.
 
Ok, that's good to know. But still, is there an example or something that
shows me how to pass it html from vb.net cf?

Thanks,

-Timothy
 
i have tried the control
it works good,and i could embed the windows media player.
but i can not achive to embed the flash control
 
Yes, more functionality is currently being worked on. One way to get a web
page in the control is using HTTPRequest and set the HTMLString of the
control to the response of the HTTPRequest.

HTH
Mark Arteaga
www.clearknowledge.com
 
Back
Top