Hi,
I've developed an app in C# that basically works as a Browser so it can
support an Web CRM app. This app uses the Webbrowser control and it as
implemented the following interfaces IDocHostUIHandler and
IOleClientSite.
The app was working fine, untill it was added an IFrame on the Web app
to supply html editor capabilities to it.
Now, the problem is that this works fine on the IE, but on the app that
i developed with the Webbrowser control the cursor caret doesn't appear
on the IFrame...
I've already tried to put designmode="On" on the parent frame int the
DocumentComplete() event handler, but no good.
Does anyone has a solution for this?
Thnx in advance