謝謝!
- Apr 28 Fri 2000 22:53
-
請問 Winsocket(編號:2757)
由哪位知道那兒有運用 Winsocket 透過 TCP/IP 方式溝通的程式碼範例?
謝謝!
謝謝!
- Apr 28 Fri 2000 22:13
-
VB 6.0 中提供之chart元件? 請大家幫忙 謝謝La!(編號:2756)
請教大家有沒有人使用過vb中提供之chart元件如果有的話可否告知使用方法.
我所說的元件分別是 and 我的問題是如何"加入資料".
1.Chart FX 2.0 OLE Custom Control
2.MicroSoft Chart Control 6.0 (OLEDB)
3.Pinnacle-BPS Graph Control
我所說的元件分別是 and 我的問題是如何"加入資料".
1.Chart FX 2.0 OLE Custom Control
2.MicroSoft Chart Control 6.0 (OLEDB)
3.Pinnacle-BPS Graph Control
- Apr 28 Fri 2000 22:06
-
如何擷取螢幕的文字(編號:2755)
如題,如何用VB達到像翻譯軟體可以擷取螢幕上的純文字 ?
- Apr 28 Fri 2000 21:46
-
VB form 的觸發事件口訣~(編號:2754)
- Apr 28 Fri 2000 20:26
-
MSFlexGrid不同的欄位能連結不同的資料庫嗎??(編號:2753)
- Apr 28 Fri 2000 20:12
-
如何管理多人維護的程式(編號:2752)
- Apr 28 Fri 2000 18:58
-
SQL 的語法那裡錯了(編號:2751)
adyear1="aaa"
adyear2=70
SQL = "Update communalize Set ad_year='" + adyear1 + "', ad_year1=" + adyear2
在SQL那一段卻出現了型態不符,不曉得為什麼?
adyear2=70
SQL = "Update communalize Set ad_year='" + adyear1 + "', ad_year1=" + adyear2
在SQL那一段卻出現了型態不符,不曉得為什麼?
- Apr 28 Fri 2000 18:54
-
DBGrid(編號:2750)
- Apr 28 Fri 2000 18:48
-
使用adcdc控制項與使用語法去連結資料庫的差別??(編號:2749)
請問??
使用ADODC控制項可以在同一表單下處理連結不同資料庫的事件,而不用重新宣告,但不使用ADODC而以語法去連結,則不同的事件就須做一次宣告,例如在COMMAND1_CLICK()事件宣告如下:
-----------------------------------------------------
Dim conn3 As New ADODB.Connection
Dim rs3 As New ADODB.Recordset
使用ADODC控制項可以在同一表單下處理連結不同資料庫的事件,而不用重新宣告,但不使用ADODC而以語法去連結,則不同的事件就須做一次宣告,例如在COMMAND1_CLICK()事件宣告如下:
-----------------------------------------------------
Dim conn3 As New ADODB.Connection
Dim rs3 As New ADODB.Recordset
- Apr 28 Fri 2000 17:35
-
好多問題ㄚ(編號:2748)
MSComm於Input時要如何指定到某位置抓資料,例如到0x3fd。
當宣告一字串陣列等於某字串,要用何函數取得此陣列之位址。
要如何將資料列印在表單中之text元件中,且要列印的有許多行。
拜託!!誰能將turbo c的指令改成visual basic
char str[]="201",utah[80],rec[80],mid[40],ans[40];
當宣告一字串陣列等於某字串,要用何函數取得此陣列之位址。
要如何將資料列印在表單中之text元件中,且要列印的有許多行。
拜託!!誰能將turbo c的指令改成visual basic
char str[]="201",utah[80],rec[80],mid[40],ans[40];
- Apr 28 Fri 2000 16:35
-
那裡有"說明主題索引"的元件?(編號:2747)
那裡有"說明主題索引"的元件?
- Apr 28 Fri 2000 16:16
-
Question about "3426 " error(編號:2746)
How can I sovle the problem --- " Error 3426 This action is cancelled by assoicated object."?
(P.S. It's not the pointed to null record. the pointer of data control is pointed between the BOF and EOF)
(P.S. It's not the pointed to null record. the pointer of data control is pointed between the BOF and EOF)