Call up msdn in Dev C ++ for help

Source: Internet
Author: User
Because devc ++ can set the Help menu, we can set it to enable devc ++ to also use msdn for help.
For more information about how to set the menu, see set the Help menu in Dev-CPP.
But we cannot directly set it like this. You can right-click the msdn shortcut to view the attributes. The goal is
"C:/Windows/hh.exe C:/program files/Microsoft Visual Studio/msdn/2001oct/1033/msdn130.col"
Devc cannot be set like this, but we can start msdn in other ways. One consideration is the bat batch processing file, but the startup will display a DOS window, so we discard this method and use the VBScript file.

vbs file content:
'vb script document
Option explicit
dim objshell
dim ire Turn
set objshell = wscript. createobject ("wscript. shell ")
ireturn = objshell. run ("C:/Windows/hh.exe C:/program files/Microsoft Visual Studio/msdn/2001oct/1033/msdn130.col", 1, true)
Note: The last two actions are displayed in a whole row. Only two actions are displayed in a row that does not exist. Line. Make changes after copying and pasting. Save the text in this section as msdn. vbs and save it in the Help directory under the devc installation directory. Of course, you can take other file names or put them in other directories. Then you can set the Help menu in the devc mode, but this time you choose the target msdn. vbs file.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.