hello all,
i use
inet1.openURL("http://www.pricegrabber.com")
and get the text as "You have been taken to this page because your browser has been detected as
a spider..."
if i use WebBroser or IE, it of course doesnot go to this page
is there any way to save this page (the...
you need to add more code like this:
Public Type BrowseInfo
hWndOwner As Long
pIDLRoot As Long
pszDisplayName As String
lpszTitle As Long
ulFlags As Long
lpfnCallback As Long
lParam As Long
iImage As Long
End Type
Private Function procAddress(ByVal n As Long) As...
try this
Private Sub delete_Click()
Dim vBm As Variant
If DataGrid1.ApproxCount > 0 Then
For Each vBm In DataGrid1.SelBookmarks
AdoRs.Recordset.Bookmark = vBm
AdoRs.Recordset.Delete
AdoRs.Recordset.Update
Next
End If
DataGrid1.Refresh...
DateAdd function returns a date value
if you want a time, try this:
controlName.Text = Format$(DateAdd(Interval, UpDown, controlName.Text),"Long Time")
thank you very much
but i didnt mean to monitor it, i write a VB program connect to a SQL Server database, and i just want to control the number of connections to that database throught my program
Pls help me
how to know that "how many connections are there that connected (at the moment) from different users to a specified database?"
Many thanks to any help
how to add a new field to a recordset?
dim rs as ADODB.recordset
....
rs.Append "Tracking number", adChar, 18
but it generated error
help me
thank you very much
Thank you Spellman,
i do all those things, the value "yes/no" work fine,
but when i make it a check box, nothing happen
do i have to add a new checkbox in? and how to do that?
Anhtri
i use a datagrid control to display data.
the value typed boolean (yes/no) is always showed as "0" or "1",
how can i change this to "yes/no"? or add a checkbox into the column data, if possible?
Pls help me, thanks!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.