|
Prev: PostThreadMessage Failure
Next: Unable to initialize COM in VC Dll when invoked via C# application
From: Devang on 19 May 2008 06:19 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 19 May 2008 23:42 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 20 May 2008 03:06 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
|
Pages: 1 Prev: PostThreadMessage Failure Next: Unable to initialize COM in VC Dll when invoked via C# application |