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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top