,使其並列.
- Mar 29 Wed 2000 11:14
-
請教 DATAGRID 的問題?(編號:2126)
如何在 DataGrid 的同一欄位中,資料字串可如 TextBox 有辦法折行
,使其並列.
,使其並列.
- Mar 29 Wed 2000 10:55
-
程式原始碼,僅供參考(編號:2125)
http://home.todo.com.tw/life/_wei_lin_/list.htm
提供一些程式,有拼圖、撲克牌、cd audio player、猜數字‧
供有意者參考用,希望VB更蓬勃發展。
提供一些程式,有拼圖、撲克牌、cd audio player、猜數字‧
供有意者參考用,希望VB更蓬勃發展。
- Mar 29 Wed 2000 09:25
-
如何開啟檔案(編號:2124)
我想從"執行檔所在的目錄"中開啟DOC檔案
我用start
Dim ChSub As String
Dim Pig As Long
ChSub = App.Path + "\..\Data\change.doc"
我用start
Dim ChSub As String
Dim Pig As Long
ChSub = App.Path + "\..\Data\change.doc"
- Mar 29 Wed 2000 06:14
-
Sending Messages with Outlook(編號:2123)
以下是阿呆在www找到 Sending Messages with Outlook 的方法:
You will need to create a Reference to Microsoft Outlook 98 Object Model.
To create this reference for Visual Basic 5 or 6 goto Project / References. Then select Microsoft Outlook 98 Model.
basOutlook
The basOutlook module contains a single routine that calls several methods within the Outlook object model.
You will need to create a Reference to Microsoft Outlook 98 Object Model.
To create this reference for Visual Basic 5 or 6 goto Project / References. Then select Microsoft Outlook 98 Model.
basOutlook
The basOutlook module contains a single routine that calls several methods within the Outlook object model.
- Mar 29 Wed 2000 05:55
-
GetSystemMenu API(紀大哥請進)(編號:2122)
這是個令右上角關閉消失的API
Public Declare Function GetSystemMenu Lib "user32" (ByVal hwnd As Long, ByVal bRevert As Long) As Long
Public Declare Function RemoveMenu Lib "user32" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long
Const MF_BYPOSITION = &H400
SystemMenu% = GetSystemMenu(hwnd, 0)
Public Declare Function GetSystemMenu Lib "user32" (ByVal hwnd As Long, ByVal bRevert As Long) As Long
Public Declare Function RemoveMenu Lib "user32" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long
Const MF_BYPOSITION = &H400
SystemMenu% = GetSystemMenu(hwnd, 0)
- Mar 29 Wed 2000 02:53
-
溢位(編號:2121)
- Mar 29 Wed 2000 02:27
-
請問Crystal Report 7.0 如何限制固定筆數自動跳頁(編號:2120)
請問Crystal Report 7.0 如何限制固定筆數自動跳頁
例如本來一頁可以印30筆records
可是如今想25筆便跳下一頁由第26筆開始印,
試了許久它就是不聽話....請問前輩是否有解??謝謝!!
例如本來一頁可以印30筆records
可是如今想25筆便跳下一頁由第26筆開始印,
試了許久它就是不聽話....請問前輩是否有解??謝謝!!
- Mar 29 Wed 2000 00:44
-
VB6.0可以寫ASP嗎!!!(編號:2119)
- Mar 28 Tue 2000 23:56
-
封裝暨部署精靈做出來的安裝程式可以在win2000安裝嗎???(編號:2118)
- Mar 28 Tue 2000 23:43
-
如何把使用FileLen函數取得的檔案大小(Bytes)轉成KB--MB--GB(編號:2117)
如題...
- Mar 28 Tue 2000 23:42
-
如何在DataGrid的Column中加入CheckBox(編號:2116)
當某一Column的屬性為布林值時,可否用CheckBox來代替
- Mar 28 Tue 2000 23:28
-
vb和 word 的問題(編號:2115)