From: Devang on
Hello,

I have created browser using CHtmlView class.
If I open .txt file from file menu in my browser it opens in the
browser, and
not in the notepad.(As in the case of .doc file that opens with
microsoft word application).
If I open .txt file with Internet Explorer it opens with notepad.

Thanks

Regards,
Devang vyas


From: Tim Roberts on
Devang <devang.it(a)gmail.com> wrote:
>
>I have created browser using CHtmlView class.
>If I open .txt file from file menu in my browser it opens in the
>browser, and
>not in the notepad.(As in the case of .doc file that opens with
>microsoft word application).
>If I open .txt file with Internet Explorer it opens with notepad.

And? Are you saying you don't want that behavior? If so, then I guess
you're going to need to check the file name and handle the ones where you
want special handling.
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: Devang on
On May 20, 8:42 am, Tim Roberts <t...(a)probo.com> wrote:
> Devang <devang...(a)gmail.com> wrote:
>
> >I have created browser using CHtmlView class.
> >If I open .txt file from file menu in my browser it opens in the
> >browser, and
> >not in the notepad.(As in the case of .doc file that opens with
> >microsoft word application).
> >If I open .txt file with Internet Explorer it opens with notepad.
>
> And? Are you saying you don't want that behavior? If so, then I guess
> you're going to need to check the file name and handle the ones where you
> want special handling.
> --
> Tim Roberts, t...(a)probo.com
> Providenza & Boekelheide, Inc.

Thanks for your reply
will do that, and i think I got the cause of that behavior

Ok bye