[Controls] HTMLView or HTMLBaseDialog
C#
3
Posts
3
Posters
0
Views
1
Watching
-
There isn't anything built in; but you can always use the IE browser control and try to tie into its events. Better yet :) You can use MC++ as your glue so you can use MFC and an MC++ class to communicate with your C# application. HTH, James Simplicity Rules!
-
There isn't anything built in; but you can always use the IE browser control and try to tie into its events. Better yet :) You can use MC++ as your glue so you can use MFC and an MC++ class to communicate with your C# application. HTH, James Simplicity Rules!
James T. Johnson wrote: Better yet You can use MC++ as your glue so you can use MFC and an MC++ class to communicate with your C# application. Sounds like a sticky mess. :) Nick Parker