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.