Dim intFileHandle As Integer
Dim strRETP As String
Private Sub Form_Load()
intFileHandle = FreeFile
Open "C:AppServwwwrequest.txt" For Input As #intFileHandle
Do While Not EOF(intFileHandle)
Line Input #intFileHandle, strRETP
MsgBox strRETP ' แสดงค่าที่อ่านได้ในแต่ล่ะบรรทัด´
Loop
Close #intFileHandle
End Sub
ถ้าลอง save เป็น .dll แล้วให้ php สั่งให้ โค้ดนี้รันเอง ต้องทำไงหรอครับ
Tag : - - - -
Date :
23 เม.ย. 2550 19:53:31
By :
เด็กน้อย
View :
1646
Reply :
1
No. 1
Guest
ไม่น่าจะรันไดนะครับ เพราะเคยทำแล้วdll ที่เป็นภาษาอื่นนอกจาก c ยากที่จะรันได้อ่ะ