VC6 0 常用快捷鍵。 謝謝

發布 科技 2024-03-15
8個回答
  1. 匿名使用者2024-02-06

    ctrl+w :classwzard

    F7:檢視**。

    F5:開始除錯。

    f10:逐個程序。

    f11:逐句逐句。

    Ctrl+F:查詢。

    alt+f8:格式。

  2. 匿名使用者2024-02-05

    vc++2017 中有乙個非常有用的快捷方式 tab 的用法是輸入 if 後按 tab 鍵,自動生成括號和大括號,可以在 for 等語句之後使用。

    此外,當乙個單詞寫到一半時,按 Tab 鍵自動完成它。

    當然,還有製表停止功能。

  3. 匿名使用者2024-02-04

    生成 F7,除錯 F5,不除錯 Ctrl+F5,F9 中斷。

  4. 匿名使用者2024-02-03

    單擊幫助選單下的鍵盤對映,您將看到所有快捷鍵。

  5. 匿名使用者2024-02-02

    通常,輸入。 之後會自動提示,如果沒有自動提示,請關閉VC並將其刪除。 NCB檔案,再開啟一次,如果還沒有提示,則表示您的標頭檔案未包含在內,或者您輸入了錯誤的內容。

  6. 匿名使用者2024-02-01

    vc++ 多行注釋巨集 **,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. 匿名使用者2024-01-31

    樓下是正確的解決方案。 但是,不需要工具欄介面。 下面傳送英文輸出。 選擇(注意選擇)所需的語句塊。 然後按“按鈕,你就完成了。

  8. 匿名使用者2024-01-30

    安裝 VisualAssistX 外掛程式。

    功能非常強大,可自動識別各種關鍵字、系統函式、成員變數,自動給出輸入提示,自動糾正大小寫錯誤,自動標記錯誤。

    或者手動* *但是沒有我說的軟體方便,有乙個快捷鍵“”,可以注釋多行,這就是取消注釋。

相關回答
3個回答2024-03-15

此資訊非常詳細且易於查詢。

5個回答2024-03-15

F1:獲取幫助 F2:在繪圖視窗和文字視窗之間切換 F3: >>>More

5個回答2024-03-15

1.為了提高對映速度,使用者應遵循以下對映原則: >>>More

4個回答2024-03-15

Ctrl+J:複製圖層。

Ctrl+E:合併圖層。 >>>More

4個回答2024-03-15

MCD 中的快捷方式:

ESC:清除當前命令列。 >>>More