OpenNetCF HtmlViewer with parent of a panel or tab

  • Thread starter Thread starter Samwise1130
  • Start date Start date
S

Samwise1130

Anyone had any luck tweaking the htmlviewer control from OpenNetCF.org to
allow it to be used on a panel or tab page and not just a form.

Thanks in advance.
 
What you can do is override the Parent property or the OnParentChange event
in the HTMLViewer control. You'll have to make a few other modifications to
the rest of the class but that should get you started on the right track.
The next release of the control will have this issue resolved but for now
you can modify the source yourself.

HTH
Mark Arteaga
www.clearknowledge.com
 
Back
Top