如何將所有視窗縮到工作列 要包含其他非自己程式的表單
- 12月 05 週日 199911:47
如何將所有視窗縮到工作列(編號:145)
- 12月 05 週日 199901:14
這個打開資料庫的方式錯在什麼?(編號:144)
Dim ws As Workspace, dbs As Database, rs As Recordset
Private Sub Form_Load()
Set ws = DBEngine.Workspaces(0)
Set dbs = ws.OpenDatabase("c:\fms2\data\fms2.mdb", False, False)
SQL1 = "select * from class_code"
Private Sub Form_Load()
Set ws = DBEngine.Workspaces(0)
Set dbs = ws.OpenDatabase("c:\fms2\data\fms2.mdb", False, False)
SQL1 = "select * from class_code"
- 12月 05 週日 199901:07
如何將文字存成圖檔?(編號:142)
如何將輸入文字在程式中轉存成圖檔?
- 12月 04 週六 199921:58
DLL如何註冊(編號:141)
如標題,謝謝!
- 12月 04 週六 199916:19
找不到msscript.ocx ScriptControl(編號:139)
在我光碟中找不到msscript.ocx(vb6.0 Script Control)
請問哪一個網站有可以下載的?
請問哪一個網站有可以下載的?
- 12月 04 週六 199912:52
Form.Show 問題(編號:134)
執行FrmMain
按鈕 1
FormA.Show VBModeless
FormA.Windowstate=1
按鈕 2
按鈕 1
FormA.Show VBModeless
FormA.Windowstate=1
按鈕 2
- 12月 04 週六 199912:49
怎么知道Mouse 的位置?(編號:133)
怎么知道Mouse 的位置?
- 12月 04 週六 199910:50
如何寫個 從ACCESS 匯入 SQL7 的資料庫程式(編號:132)
如何寫個 從ACCESS 匯入 SQL7 的資料庫程式
1.如何得知 ACCESS 資料庫中 有多少個TABLE
2.如何用 SELECT * INTO 的指令 來將 ACCESS 資料庫所有
TABLE 匯入 SQL7 SERVER.......
1.如何得知 ACCESS 資料庫中 有多少個TABLE
2.如何用 SELECT * INTO 的指令 來將 ACCESS 資料庫所有
TABLE 匯入 SQL7 SERVER.......
- 12月 04 週六 199910:33
請教一下!!(編號:131)
一些遺問想要請教一下高手們!!
1.Active X DLL 與一般 DLL有何不同及優缺點
2.ACtive Exe 與一般 Exe 有不同及優缺點
3.我寫了一個帶Form Active X DLL , 用起來也沒什麼問題,但聽 說 Active X DLL 最好是不要帶Form !! Why ??
1.Active X DLL 與一般 DLL有何不同及優缺點
2.ACtive Exe 與一般 Exe 有不同及優缺點
3.我寫了一個帶Form Active X DLL , 用起來也沒什麼問題,但聽 說 Active X DLL 最好是不要帶Form !! Why ??
- 12月 04 週六 199910:28
請教小吳.set mrecordset = new adobo.recordset 問題(編號:130)
Private SQLBasicString As String
Private SQLVariableString As String
Dim varBmk As Variant
Private mtimes As Integer, mloop As Integer
Private Sub Command1_Click()
Private SQLVariableString As String
Dim varBmk As Variant
Private mtimes As Integer, mloop As Integer
Private Sub Command1_Click()