VC6 0 Commonly used shortcuts. Thank you

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

    ctrl+w :classwzard

    F7: View**.

    F5: Start debugging.

    f10: Process-by-process.

    f11: Sentence-by-statement.

    Ctrl+F: Find.

    alt+f8: Formatting.

  2. Anonymous users2024-02-05

    There is a very useful shortcut in vc++2017 The usage of tab is to press the tab key after entering if, and the parentheses and curly braces are automatically generated, which can be used after statements such as for.

    Also, when a word is halfway written, press the tab key to complete it automatically.

    And, of course, to the tab stop function.

  3. Anonymous users2024-02-04

    F7 is generated, F5 is debugged, Ctrl+F5 is not debugged, and F9 is broken.

  4. Anonymous users2024-02-03

    Click on the keyboard map under the help menu and you'll see all the shortcuts.

  5. Anonymous users2024-02-02

    Normally, enter. After that, it will be automatically prompted, if it is not automatically prompted, turn off the VC and delete it. ncb file, just open it again, if it hasn't prompted yet, it means that your header file is not included, or you have entered something wrong.

  6. Anonymous users2024-02-01

    vc++ multi-line comment macro **,sub customcommentout()dim win

    set win = activewindowif <>"text" then

    msgbox "this macro can only be run when a text editor window is active."

    elsestartline =

    endline =

    if endline < startline thentemp = startline

    startline = endline

    endline = temp

    end if

    for i = startline to endlinei

    nextend if

    end sub

    sub customcancelselnote()dim win

    set win = activewindowif <>"text" then

    msgbox "this macro can only be run when a text editor window is active."

    elsebeginline =

    endline =

    if endline < beginline thentemp = startline

    startline = endline

    endline = temp

    end if

    for i = beginline to endlinei

    selblock =

    trim(selblock)

    pos = instr(selblock,"//")if pos <>0 then

    rightblock = right(selblock, len(selblock)-2)

    rightblock

    end if

    nextend if

    end sub

  7. Anonymous users2024-01-31

    Downstairs is the right solution. However, there is no need for a toolbar interface. In English output sent below. Select (note to select) the required statement blocks. Then press the " button, and you're done.

  8. Anonymous users2024-01-30

    Install a VisualAssistX plug-in.

    Very powerful functions to automatically identify various keywords, system functions, member variables, automatically give input hints, automatically correct capitalization errors, automatic marking errors.

    Or manually * * But it's not as convenient as the software I said.,There's a shortcut key for "".,You can comment multiple lines.,And that's the uncomment.。

Related questions
3 answers2024-03-15

This information is very detailed and easy to find.

5 answers2024-03-15

F1: Get help F2: Switch between the drawing window and the text window F3: >>>More

5 answers2024-03-15

1. To improve the speed of mapping, users should follow the following principles of mapping: >>>More

4 answers2024-03-15

Ctrl+J: Duplicate layer.

Ctrl+E: Merge layers. >>>More

4 answers2024-03-15

Shortcuts in MCD:

esc: clears the current command line. >>>More