B
bdgreen
Hi,
I have a pretty straightforward project for Windows CE. It would be a
custom shell, launching a restricted browser, which would open up the
default home page, allow forward and back buttons, but not let the user
type in their own URLs. In other words, users would be forced to stay
on the default website and any links from there.
I'm deciding how to get started on this. It appears that the IE
browser is available as an ActiveX control, but not as managed C# code.
I've heard that OpenNetCF has a managed code browser control.
Basically, I'm just looking for some direction here before I start down
a path. My choices appear to be:
1) C# OpenNetCF
2) C# IE through interop/ActiveX
3) C++/ActiveX native solution
I'm not crazy about the idea of interop, which seems like a square peg
in a square hole... I don't know much about the OpenNetCF control. I'm
an experienced C++ programmer, but I'm developing a taste for C# in a
big way.
Any advice, information or mistake corrections in my assumptions would
be appreaciated.
Thanks in advance
I have a pretty straightforward project for Windows CE. It would be a
custom shell, launching a restricted browser, which would open up the
default home page, allow forward and back buttons, but not let the user
type in their own URLs. In other words, users would be forced to stay
on the default website and any links from there.
I'm deciding how to get started on this. It appears that the IE
browser is available as an ActiveX control, but not as managed C# code.
I've heard that OpenNetCF has a managed code browser control.
Basically, I'm just looking for some direction here before I start down
a path. My choices appear to be:
1) C# OpenNetCF
2) C# IE through interop/ActiveX
3) C++/ActiveX native solution
I'm not crazy about the idea of interop, which seems like a square peg
in a square hole... I don't know much about the OpenNetCF control. I'm
an experienced C++ programmer, but I'm developing a taste for C# in a
big way.
Any advice, information or mistake corrections in my assumptions would
be appreaciated.
Thanks in advance