PC Review


Reply
Thread Tools Rate Thread

How to display a *.chm file.

 
 
Chris Saunders
Guest
Posts: n/a
 
      26th Jul 2006
May be a dumb question but I have been unable to find the answer on my own.
I wish to display a help file (*.chm) can anyone help?
I attempted using "displaying help file" as a search in MSDN but no found
articles seemed to have what I wanted.

Regards
Chris Saunders


 
Reply With Quote
 
 
 
 
Chris Saunders
Guest
Posts: n/a
 
      26th Jul 2006
I should add that a HelpProvider doesn't seem to do what I need. I've got a
toolbar with
a help button and I just want to display the chm file when the button is
clicked.

Regards
Chris Saunders

"Chris Saunders" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> May be a dumb question but I have been unable to find the answer on my
> own.
> I wish to display a help file (*.chm) can anyone help?
> I attempted using "displaying help file" as a search in MSDN but no found
> articles seemed to have what I wanted.
>
> Regards
> Chris Saunders
>



 
Reply With Quote
 
simida
Guest
Posts: n/a
 
      26th Jul 2006
You can find the Process class in the System.Diagnostics namespace to
achieve it.

For example,

// Start Internet Explorer. Defaults to the home page.
Process.Start("IExplore.exe");

// Start CHM help file.
Process.Start("help.chm");

Find more information about Process class on the MSDN online site.

Sincerely,
simida

Chris Saunders wrote:
> I should add that a HelpProvider doesn't seem to do what I need. I've got a
> toolbar with
> a help button and I just want to display the chm file when the button is
> clicked.
>
> Regards
> Chris Saunders
>
> "Chris Saunders" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > May be a dumb question but I have been unable to find the answer on my
> > own.
> > I wish to display a help file (*.chm) can anyone help?
> > I attempted using "displaying help file" as a search in MSDN but no found
> > articles seemed to have what I wanted.
> >
> > Regards
> > Chris Saunders
> >


 
Reply With Quote
 
Chris Saunders
Guest
Posts: n/a
 
      26th Jul 2006
Thanks very much for the reply Simida. In my search I came across a class
named Help.
In my original search when I clicked on the link to the Help class it did
not succeed so I
was unable to see what it provided. I tried again later and the link
succeeded and I found
that this class provides what I need.

Thanks again for your assistance.
Chris Saunders

"simida" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can find the Process class in the System.Diagnostics namespace to
> achieve it.
>
> For example,
>
> // Start Internet Explorer. Defaults to the home page.
> Process.Start("IExplore.exe");
>
> // Start CHM help file.
> Process.Start("help.chm");
>
> Find more information about Process class on the MSDN online site.
>
> Sincerely,
> simida
>
> Chris Saunders wrote:
>> I should add that a HelpProvider doesn't seem to do what I need. I've
>> got a
>> toolbar with
>> a help button and I just want to display the chm file when the button is
>> clicked.
>>
>> Regards
>> Chris Saunders
>>
>> "Chris Saunders" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > May be a dumb question but I have been unable to find the answer on my
>> > own.
>> > I wish to display a help file (*.chm) can anyone help?
>> > I attempted using "displaying help file" as a search in MSDN but no
>> > found
>> > articles seemed to have what I wanted.
>> >
>> > Regards
>> > Chris Saunders
>> >

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display viewmodel file below xaml file in Solution Explorer. Andrus Microsoft C# .NET 2 21st Sep 2009 08:14 AM
How to display remaining txt file which overflowed MsgBox display? EagleOne Microsoft Excel Misc 1 2nd Nov 2006 01:10 PM
Display Seconds in File Detail Display =?Utf-8?B?Y2JsYW5jaGU=?= Windows XP Customization 0 22nd Jul 2005 08:02 PM
How do I (un)reverse the alpha display of file list (File/Open)? =?Utf-8?B?YXdwb3N0aW5n?= Microsoft Word Document Management 4 12th Nov 2004 03:28 PM
Delay in display of file names from file open (KB818792) Jeff B Microsoft Word Document Management 3 19th Apr 2004 01:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:22 PM.