VB 6 應用參考指南(索引)

2021-06-12 02:34:42 字數 1628 閱讀 3844

vb 6 應用參考指南(索引)

visual studio 6.0安裝注意事項

手動解除安裝visual studio 6.0的方法

重拾vb6:notes of msdn《programmer's guide》

重拾vb6(1):ide及msdn

重拾vb6(2):標準控制項的使用概述

重拾vb6(3):使用工程

重拾vb6(4):變數、常數和資料型別概述

重拾vb6(5):建立使用者介面

重拾vb6(6):有關選單

重拾vb6(7):標準控制項的使用詳述(上)

重拾vb6(8):標準控制項的使用詳述(中)

重拾vb6(9):標準控制項的使用詳述(下)

重拾vb6(10):再論程式設計環境

重拾vb6(11):再論資料型別

重拾vb6(12):visual basic 中的物件

重拾vb6(13):建立自己的類

重拾vb6(14):adding properties, methods and events to a class

重拾vb6(15):data aware classes, class naming conventions, polymorphism

重拾vb6(16):object model, collection class, and activex designer

重拾vb6(17):using activex components

重拾vb6(18): externally creatable and dependent ojbects, handling run-time errors in activex components, handling component busy o

重拾vb6(19):using a component's visual inte***ce

重拾vb6(20):mouse events, drag and drop

重拾vb6(21): ole drag and drop

重拾vb6(22):mouse pointer, keyboard events, interrupting background processing

重拾vb6(23):fonts, print, format, and selected text

重拾vb6(24):using graphical controls

重拾vb6(25):using graphics methods

重拾vb6(26):color, picutre object, printing

重拾vb6(27):error hanlding

重拾vb6(28):code debugging

重拾vb6(29):processing drives, folders, and files

重拾vb6(30):designing for performance and compatibility

重拾vb6(31):international issues

重拾vb6(32):issues specific to the double byte character set (dbcs)

重拾vb6(33):發布、限制、程式設計規範、編譯器開關及新增幫助

重拾vb6(11.1):vb6物件導論筆記

VB6技巧 總結

vb設定多行textbox的位置 由於自動輸入的文字比較多,最後輸入的跑到下面了,想要自動滾動到下面,本來以為 操作滾動條呢,但是沒有方法。於是我巧妙的採用了 顯示列表是設定了乙個多行 的 textbox 顯示列表.selstart len 顯示列表.text 1 顯示列表.sellength 1 ...

vb6 讀寫檔案

write file dim nhandle as integer,fname as string fname d 1.txt nhandle freefile open fname for output as nhandle print nhandle,0 print nhandle,2 clos...

VB6 系統列印常識

在一次做列印的時候,對位置的調整老是不得法,後來通過cbm666老師的幫助才解決問題,分享以下他給的幫助。其中pic 為物件,如圖形框picture等 destx,desty 目標影象位置 destwidth,destheight 目標影象尺寸 scrx,scry 原影象的裁剪座標 scrwidth...