P Peter Foot [MVP] Oct 17, 2003 #2 What problems are you having? Have you tried the sample available here:- http://www.opennetcf.org/samples.asp#htmlviewer Peter
What problems are you having? Have you tried the sample available here:- http://www.opennetcf.org/samples.asp#htmlviewer Peter
C Chris Tacke, eMVP Oct 17, 2003 #3 I've converted the sample to C# and posted it. It works just fine. http://www.opennetcf.org/samples.asp#htmlviewer
I've converted the sample to C# and posted it. It works just fine. http://www.opennetcf.org/samples.asp#htmlviewer
H Hollywood Oct 17, 2003 #4 n/m... turns out that a this.Controls.Add(viewer), where viewer is the HTMLViewer control, got put in the Initializtion code. That screws everything up.
n/m... turns out that a this.Controls.Add(viewer), where viewer is the HTMLViewer control, got put in the Initializtion code. That screws everything up.
H Hollywood Oct 19, 2003 #5 A related question... what message needs to be sent to get the HTMLViewer to appear on top of other controls? Thanks.
A related question... what message needs to be sent to get the HTMLViewer to appear on top of other controls? Thanks.