maidinhdan > 07-09-15, 04:39 PM
(07-09-15, 04:31 PM)tranhai_vn Đã viết: Cám ơn Bác maidinhdan
tranhai_vn > 07-09-15, 04:58 PM
tranhai_vn > 08-09-15, 11:02 AM
maidinhdan > 10-09-15, 12:11 AM
(08-09-15, 11:02 AM)tranhai_vn Đã viết: Bác maidinhdan có thể thêm một bẫy lỗi khi không có internet thì mặc định trở về internettime = now() không?
Public Declare Function InternetGetConnectedState Lib "wininet.dll" _
(ByRef dwflags As Long, ByVal dwReserved As Long) As Long
Public Function TestInternet() As Boolean
TestInternet = InternetGetConnectedState(0&, 0&)
End Function
Private Sub cmdLaythoigianthuc_Click()
If TestInternet() = True Then
Me.txtthoigianthuc.Value = InternetTime(7)
Else
Me.txtthoigianthuc.Value = Now()
End If
End Sub
tranhai_vn > 10-09-15, 10:04 AM
trangdv.pchg > 21-12-16, 06:53 PM
ongke0711 > 21-12-16, 09:02 PM