Microsoft Visual C 2008 Express Edition makes an EXE file to write to the registry

Updated on technology 2024-03-15
14 answers
  1. Anonymous users2024-02-06

    1.Click on the icon under File to create a new project;

    2.Select "win32" in the left project bar", select "win32 console application" in the project bar on the right, enter the project name below, and select the storage location;

    3.Click "Next", tick "Empty Project", and click "Finish";

    4.Move the mouse to the left, right-click on Source File in Solution Explorer, select Add, New Item, select C++ File, enter a name, and select a save location.

    The OK shortcut is basically the same as VC++.

    F7 to generate the solution.

    Ctrl+F7 compilation.

    Ctrl+F5 (without debugging).

    F5 debugging. alt+f9 breakpoint.

  2. Anonymous users2024-02-05

    Ctrl+F7 compilation.

    Ctrl+F5 to compile and run.

    f5 debugging, to set a breakpoint.

    If it doesn't work, there is a problem with the installation.

    Reload to solve.

  3. Anonymous users2024-02-04

    Did you just build a C++ file without building a project??? You need to create a new win32 console first.

    Then create a C++ file in it.

    Ctrl+F7 compilation.

    Ctrl+F5 to compile and run.

    F5 debugging. Ctrl+F5.

  4. Anonymous users2024-02-03

    Are you a console program, if so, it is recommended to add a sentence before the main function};

  5. Anonymous users2024-02-02

    1.Click on the Register Now link.

    2.Sign in with your Microsoft account (Windows Live ID, MSN, Hotmail, Xbox Live ID).

    3.Fill in the personal information completely, check the questionnaire for the year change, read and agree to the terms of use, and click Confirm.

    4.Copy and paste the given key to the VC++ 2008 Express Edition registration dialog.

  6. Anonymous users2024-02-01

    C++, I don't know how to write it, here are the reg and vbs and bat versions.

    reg:windows registry editor version

    The name to be added"="C: A program on Windows. exe"

    vbs:dim wshshell

    set wshshell = "")

    Create the HKLM\Software\Microsoft\Windows\CurrentVersion\Run value.

    name" "hklm\software\microsoft\windows\currentversion\run","name"

    Set the value item HKLM\Software\Microsoft\Windows CurrentVersion to Runame.

    For reg sz c: windows"

    hklm\software\microsoft\windows\currentversion\runame","c:\\windows\\

    xe"bat:

    reg add hklm\software\microsoft\windows\currentversion\run\ /v name /t reg_

    sz /d "c:\windows\"

  7. Anonymous users2024-01-31

    What does it mean to write a self-file to the registry run entry?

  8. Anonymous users2024-01-30

    Microsoft Visual C++ 2008 Express Edition is free software.

    The registration process is:

    1.Click on the Register Now link.

    2.Sign in with Microsoft Account (Windows Live ID, MSN, Hotmail, Xbox Live ID).

    3.Fill out the personal information and questionnaire completely, read and agree to the terms of use, and click Confirm.

    4.Copy and paste the given key into the registration dialog for VC++ 2008 Express Edition.

    If the Register Now link for the 2008 version is invalid. Try installing a newer version of VC++ Express Edition

    Please note that the Express Edition of Visual Studio is free software.

  9. Anonymous users2024-01-29

    Hehe, let's build a project first.

    Win32 console application.

    Then empty the project, done.

    Once inside, right-click on the resource file to add a new item.

    Then you can enter the write interface.

  10. Anonymous users2024-01-28

    Create a new project in the Win32 Console application and select the precompiled header to finish.

    Header files and source files appear, and you can write ** in the source files.

    It is recommended not to create a new project, but to define the header file you need to use in the header file, such as include, include, and then in the source file**.

  11. Anonymous users2024-01-27

    If you want VC2008, there is a row of options under the downloads on the page, select Microsoft Visual Studio 2008, and then in the lower left corner, you can select Visual C++ 2008Express, remember to choose the Chinese version. This **is a**installation package, and the speed is okay. It seems that I remember that I don't need to register.,Even if you want to register.,It's just to go to it** to fill out the form and give you a key.。

    Functionally enough for general development. If you really want to register, you can find me, and I will give you the key....

  12. Anonymous users2024-01-26

    Are you going to crack it or are you going to install the package?

  13. Anonymous users2024-01-25

    It's free forever.

    The express version, which Microsoft claims to be used for learning, is free because it doesn't offer many features.

    The registration here is to register an account at Microsoft's **, and Microsoft can get customer feedback through this, which is not what we generally say about spending money to register.

  14. Anonymous users2024-01-24

    It's free forever.

    It was officially released by Microsoft.

    A lot of people are using this software.

    I don't need to register, I never register.

Related questions