HTML Control for C# (CF)

  • Thread starter Thread starter Hilton
  • Start date Start date
H

Hilton

Hi,

I've been trying the www.opennetcf.org HtmlViewer, but I cannot seem to get
it to work like a control; i.e. I need to add it to a tabpage, but I cannot
get it to work.

1. Are there any others out there?

2. Can I pass the panel as the hWndParent? If so, how do I get a Panel's
IntPtr?

It seem like it should simple - hopefully, I'm missing something obvious. I
would really appreciate any help.

Thanks,

Hilton
 
Unfortunately right now you cannot make any other control other than a Form
the parent. Future versions will have the feature you require. If you need
another control check out the HTMLViewer control provided by IntelliProg
(http://www.intelliprog.com). That component offers a lot more
functionality and doesn't cost much.

HTH
Mark Arteaga
www.clearknowledge.com
 
Back
Top