当前位置:网站首页>[tutorial] how to make the Helpviewer help document of VisualStudio run independently
[tutorial] how to make the Helpviewer help document of VisualStudio run independently
2022-07-02 10:23:00 【I want to play games while my hair is heavy】
notes : Method from Baidu , Link to the original text : About vs2012 Inside Help Viewer2.0 The problem of running independently
When we want to see .Net API When , You have to open it first VS And on again Help Viewer, This is really annoying for people like me who are afraid of trouble , Deliberately find a reliable method on the Internet :
(1) Create a new one txt text file , And write the following code :
.\HlpViewer.exe /catalogName VisualStudio11
Then save to exit
( Be careful :
vs2012 Version corresponds to VisualStudio11;
vs2013 Version corresponds to VisualStudio12;
vs2014 Version corresponds to VisualStudio13;
And so on )
(2) Name the file HlpViewer.cmd, Put it in VisualStudio Of HelpViewer In the path of , Such as :
C:\Program Files(x86)\Microsoft Help Viewer\v2.2\
(3) Will file HlpViewer.cmd A shortcut to the desktop , To use, click the desktop shortcut directly
(4) But there will be a black box on the command line at runtime , If you need to remove the black box , Can be in HlpViewer.cmd Add a line of code at the beginning of the file :
if not "%1"=="wind" mshta vbscript:createobject("wscript.shell").run("""%~f0"" wind",vbhide)(window.close)&&exit
Perfect solution , You're welcome !!!
边栏推荐
- 阿里云ack介绍
- Alibaba cloud SMS service
- 【UE5】AI随机漫游蓝图两种实现方法(角色蓝图、行为树)
- 【UE5】动画重定向:如何将幻塔人物导入进游戏玩耍
- Zlib download and use
- VLAN experiment
- [ue5] blueprint making simple mine tutorial
- Introduction et prévention des essais de pénétration
- Ctrip starts mixed office. How can small and medium-sized enterprises achieve mixed office?
- This article takes you to learn in detail what is fiber to home FTTH
猜你喜欢
Large neural networks may be beginning to realize: the chief scientist of openai leads to controversy, and everyone quarrels
2021-10-04
Alibaba cloud Prometheus monitoring service
Summary of demand R & D process nodes and key outputs
Blender石头雕刻
Mixed development of uni app -- Taking wechat applet as an example
Blender model import UE, collision settings
【UE5】动画重定向:如何将幻塔人物导入进游戏玩耍
Blender体积雾
A model can do two things: image annotation and image reading Q & A. VQA accuracy is close to human level | demo can be played
随机推荐
allure--常用配置项
Network real-time video streaming based on OpenCV
[Yu Yue education] University Physics (Electromagnetics) reference materials of Taizhou College of science and technology, Nanjing University of Technology
Blender模型导入ue、碰撞设置
[unreal] animation notes of the scene
【避坑指南】使用UGUI遇到的坑:Text组件无法首行缩进两格
Metaclass type and using metaclass to implement model class ORM
渗透测试的介绍和防范
虚幻——动画蓝图、状态机制作人物走跑跳动作
【虚幻】过场动画笔记
【Unity3D】嵌套使用Layout Group制作拥有动态子物体高度的Scroll View
webUI自动化学习
Unreal material editor foundation - how to connect a basic material
Feature (5): how to organize information
【虚幻4】UMG组件的简介与使用(更新中...)
Merge ordered sequence
Eslint reports an error
Project practice, redis cluster technology learning (11)
Ctrip starts mixed office. How can small and medium-sized enterprises achieve mixed office?
虛幻AI藍圖基礎筆記(萬字整理)