vc++6.0 open multiple windows at the same time

Source: Internet
Author: User

Background:

Recently used vc++6.0 to make an interface for testing can communication use. Because customers want us to provide a simple and convenient function interface to make the fastest use of can,dll (dynamic link library) is the best choice. Making a DLL requires two VC windows to be tested for convenience. But vc++6.0 only opens a window by default, and this article describes how to open multiple windows at the same time.

Body:

Xp:

Control Panel---> Folder Options---> File types---> Find "DSW"---> Advanced---> Edit---> Cancel using DDE.

Win7:

Click on the "Win" button on the keyboard, search "cmd" in the search box, and then open cmd as an administrator: (Note: Be sure to run as an administrator!!!) )
1) Open the properties of the VC6 shortcut, copy the path of the VC6, and note that the double quotes on both sides are copied together, such as this path:
"C:\Program Files\Microsoft Visual Studio\common\msdev98\bin\msdev. EXE "
2) in the cmd window, enter ftype dspfile= "C:\Program Files\Microsoft Visualstudio\common\msdev98\bin\msdev. EXE "%1

(%1 here said that a semicolon was required "", some say no, I add and no add can be executed correctly.) )
3) in the cmd window, enter ftype dswfile= "C:\Program Files\Microsoft Visual Studio\common\msdev98\bin\msdev. EXE "%1

At this point, you can open two vc++6.0 windows at the same time.

Record location: Shenzhen wz

Record time: March 1, 2016

vc++6.0 open multiple windows at the same time

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.