You may be taking too specific an approach to scanning the archives. I did
a search on "browser control", which returned a very reasonable 58 threads.
Summarizing the threads, they fall into three solutions to the general
problem of doing Web browsing from managed code:
1) Use CFComm (Odyssey Software), which will allow you to directly use the
browser ActiveX from your managed code. This is the most complete,
fastest-to-implement (at least for a full browser), solution, from what I've
seen.
2) If you are using a limited list of capabilities, use a managed-only
solution. There are various sources for this and I'll let you read the
threads from the archives to find the contact information. You can find
various levels of rendering support from text-only to complete. You'll
likely pay according to the features you use.
3) Do some type of a wrapper, as you indicated in your first message.
Searching on "browser control wrapper" gives four threads of this general
type.
Paul T.