Under the Windows system, you often encounter the problem: Click on vc++6.0 "Open" under the "file" can not operate, and can not add files to the project, the following details about the solution?
Tools/Materials
Method/Step
1
Download Filetool. zip package, unzip to get FileTool.exe, double-click FileTool.exe file again decompression, specify the decompression path E:\filetool\, unzip to the directory E:\filetool\ There is a file: Filetool.dsw file.
2
Open the vc++6.0, click "File", "Open Workspace", select the directory just extracted E:\filetool\ under FILETOOL.DSW, and determine
3
Click "Component FileTool.dll" under "components" to generate the FileTool.dll file under the Extract directory E:\filetool\debug\.
4
In vc++6.0, click "Tools", "Customize", in the "Customize" dialog box that appears, click "Add-ons and Macro Files", click "Browse", locate the FileTool.dll file you just generated, select the type Add-ins (. dll), Then select FileTool.dll file, click Open!
5
At this point the VC will appear a toolbar with only two icons above, close the VC6.0 and restart the program.
Steps to read
6
To cancel the original open file shortcut key:
In the vc++6.0, click "Tools", "Customize", click "Keyboard" tab, under "Categories " select " file ", under " command " select "FileOpen", in the " current key window, select the Ctrl+o entry and click " Remove " to
7
Cancel the original Insert Project shortcut key:
In vc++6.0, click "Tools", "Customize", click "Keyboard" tab, under "category" Select "Project ", under "command" select "insertfilesintoproject", if you previously registered a shortcut key, is removed by the steps above, it is not shortcut keys by default.
8
Add new Insert and open shortcut keys:
In vc++6.0, click "Tools", "Customize", click "Keyboard" tab, under " category " select "Add-ins", under "command" respectively, select Addfiletoproject and openfile two entries, Configure shortcut Keys "Ctr+n", "Ctr+o" respectively
9
After the above settings, vc++6.0 can open files and insert files normally
END
Original address:
vc++6.0 Unable to open, unable to add project files perfect Solution _ Baidu Experience
Http://jingyan.baidu.com/article/215817f7ca44841edb142346.html
Follow-up optimization beauty Step reference:
VC + + 6.0 cannot open, new project? Don't worry! _ Baidu Experience
Http://jingyan.baidu.com/article/fdbd427706d189b89f3f4840.html
Fix vc++6.0 cannot open, cannot add project file