473,387 Members | 1,553 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

C# [Windows Application] - How to add user manual to Help menu using C# ?

Experts,

I have created the GUI for an application which has a lot of menus. I have a menu named "Help" and a sub-menu item named "About" inside it. I would like to add User manual, [a PDF document] into that sub item. How can I do that using C# ? I am using Visual Studio 2005.
Expecting an expert solution ,





with advance thanks and regards from,
Nikhil Unnikrishnan K
Oct 9 '08 #1
5 3151
joedeene
583 512MB
If its a menuitem? then have the code set to something like process.start(pdffilelocation)? under the menustripitems click event handler

joedeene
Oct 9 '08 #2
Hi Joedeene ,

Your sugession was really helpful for me. It works well. Thanks a lot for the help provided. I have a doubt Joedeene. Why it didnt work when i give " file.open (path, filemode, file access) " ?
Oct 10 '08 #3
joedeene
583 512MB
Well, the File.Open Method returns a System.IO.Stream to the string you entered in the path parameter, and the Process.Start Method starts the process, or attempts and its return value is a boolean stating whether the process resource has started(true) or has not(false).

joedeene
Oct 10 '08 #4
Curtis Rutland
3,256 Expert 2GB
In slightly more simple terms, File.Open opens the file for read/write. Process.Start causes the OS to start a file.
Oct 10 '08 #5
Hi Joedeene and InsertAlias,

That was the answer which I wanted. Thank you both for your time and your attension payed on my silly question. I am beholden to you both.
Oct 14 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

17
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the...
4
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to...
60
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type?...
2
by: vidhyapriya | last post by:
Hi all, I am creating user controls for developing menu for my application.I am not using default menu bar,creating my own menu using user controls.I want my user controls above the form.For Example...
1
by: nido | last post by:
Develop a windows based drawing application. This application is used for drawing different primitive figures with different colors, brushes, x coordinate, y coordinate and other different...
5
by: =?Utf-8?B?SmFwZQ==?= | last post by:
im writing a c# console application that copies files chosen from the windows explorer. I chose the files i want to copy and then from the (right key) menu chose my program. the program starts...
5
by: dm3281 | last post by:
I'm really starting to hate writing services -- or trying to, anyway. Why do I need to rename my project to the service name? Why do I need to set the "ServiceName" property to my service name?...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Description NOTE- If you are unfamiliar with the concept of autoruns, then read "Windows Autorun FAQs: Overview". Que-1: How can I safely remove or edit the autorun...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.