- May 04 Thu 2000 17:04
-
如何更改.ocx元件的圖示?(編號:2901)
我做了一個.ocx元件, 請問如何更改它的圖示?
- May 04 Thu 2000 16:57
-
問作autorun時的執行檔(編號:2900)
請教高手
autorun.exe的執行內容是開啟光碟中(相同路徑)中的index.htm
用
ret = ShellExecute(Me.hwnd, "open", App.Path + "index.htm", "", "", 3)
unload me
autorun.exe的執行內容是開啟光碟中(相同路徑)中的index.htm
用
ret = ShellExecute(Me.hwnd, "open", App.Path + "index.htm", "", "", 3)
unload me
- May 04 Thu 2000 16:55
-
一個Access資料庫的高難度問題(編號:2899)
如果不小心同時將 Microsoft Access 97 功能表中的
1) [工具]->[啟動]->[允許完整功能表] disable
2) [工具]->[啟動]->[顯示資料庫視窗] disable
3) [工具]->[啟動]->[進階]->[使用Access特殊鍵] disable
該如何使上述三個選項再次 enable? 感激不盡,謝謝。
1) [工具]->[啟動]->[允許完整功能表] disable
2) [工具]->[啟動]->[顯示資料庫視窗] disable
3) [工具]->[啟動]->[進階]->[使用Access特殊鍵] disable
該如何使上述三個選項再次 enable? 感激不盡,謝謝。
- May 04 Thu 2000 15:58
-
如何自動壓縮File(use winzip or other)(編號:2898)
How to use winzip from 指定檔案 ?例如:click one buttom and
C:\a.txt can 自動壓縮.(in buttom event)
C:\a.txt can 自動壓縮.(in buttom event)
- May 04 Thu 2000 15:51
-
有關REG登錄機碼的問題!!(編號:2897)
各位先進!1
我有一個已經存在的機碼
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Gsd\DoctorData]
"PWD"="123"
我現在想用*.REG檔案合併的方式來更新PWD的值成"246",如何做呢??
我有一個已經存在的機碼
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Gsd\DoctorData]
"PWD"="123"
我現在想用*.REG檔案合併的方式來更新PWD的值成"246",如何做呢??
- May 04 Thu 2000 14:59
-
About ADODC connection!(編號:2896)
If the program running from 9:00 a.m to 3:p.m. each day, when it start running,it will connect to server by adodc to processing.
Question: How to connect the server until it is connected?
i.e.when it cannot connect the server, it will try again until the server is connected.
Thanks!
Question: How to connect the server until it is connected?
i.e.when it cannot connect the server, it will try again until the server is connected.
Thanks!
- May 04 Thu 2000 14:12
-
More questions on crystal report(編號:2895)
I want to ask the followings:
1. How can I place a textbox data from VB to crystal report in a certain position?
2. How can I setup one column in the report and compare with 2 item, just say a and b. If a > b then that column has a tick, else remains blank. How can I do?
Thx for the answering first.
1. How can I place a textbox data from VB to crystal report in a certain position?
2. How can I setup one column in the report and compare with 2 item, just say a and b. If a > b then that column has a tick, else remains blank. How can I do?
Thx for the answering first.
- May 04 Thu 2000 13:15
-
請問怎樣可以用VB Dial-up?(編號:2894)
- May 04 Thu 2000 13:14
-
請問怎樣可以用VB Dial-up?(編號:2893)
- May 04 Thu 2000 12:28
-
多人使用資料庫,如何解決??(編號:2892)
- May 04 Thu 2000 12:07
-
Combo Box如何過慮重複值(編號:2891)
我的from裡有兩個Combo Box而這兩個Combo Box都是讀同一個資料庫
同樣的資料,
條件一:
如果第一個Combo Box讀取第一筆話,第二個Combo Box就是除了第一筆資料外其他的資料都要讀取。
條件二:
同樣的資料,
條件一:
如果第一個Combo Box讀取第一筆話,第二個Combo Box就是除了第一筆資料外其他的資料都要讀取。
條件二:
- May 04 Thu 2000 12:06
-
如何增加一個.ocx元件的下拉式屬性?(編號:2890)
我做了一個.ocx元件, 其中含有一個自定的屬性, 然後把這個控制元件加入某個form , 當我在這個form 設定此控制元件的這個自定屬性時, 我希望它具有下拉式的功能, 請問該如何完成? 謝謝!