The tape driver I used can hold 8 tapes. I did a full backup on last Friday. Today I found all the 8 tapes in the tape driver are full but the backup still has not finished. So, I exported all the tapes in the tape driver and import a new tape into the tape driver, however, the backup cannot...
When I back up a remote hard disk(about 100G) to tape use BAB V9 for Windows, it cause the network disconnection after a while. Any one can help me on this?
The tape driver I use is a Dell PV-122T. It works well with ARCserve for Win2k, but when I use ARCserve v9.0 to backup, it tells me "No device group available", anyone knows why?
Thanks a lot.
I am programming a Form Control which acts just like the Form of VB. I want the Form Control I programmed has the resize function. Currently, I can only resize the control to the East and South. I found that the UserControl only has Width and Height property, I think this is reasonable because...
I want to get the column names of a table, and I think I should use SQLColumns, but, after I consult the ODBC API reference, I was confused by those parameters.
Any one can help?
Thanks a lot
I want to get the column names of a table, and I think I should use SQLColumns, but, after I consult the ODBC API reference, I was confused by those parameters.
Any one can help?
Thanks a lot
I have created some ActiveX controls in my program, and I use them and VB standard controls together in my program. The problem is: I cannot put the standard VB controls above my ActiveX control, even if I use such code as: Label1.zorder 0.
I created the tabs of a TabStrip dynamically in my program, and it runs well. But I think the problem is: If the user add to many tabs (I let the users add tabs by thenselves), the top of the TabStrip will change to 2 or 3 or even more lines, but I cannot find any property to determine the hight...
I have created a form-like control in my program, but met some difficulties in creating the close button. If I use the Graphic Command, there is a gotfocus rectangle in the button if I press down it. If I use a toolbar, I cannot make the edge of the toolbar invisible(Coolbar can do this, but the...
I want to set the value of a serial of variables, say, varable1, varable2,...varable10. I used the following codes to realize this, but it does not work:
Dim strVar, strSerial As String
Dim i As Integer
strVar = "varable"
i = 1
For i = 1 To 10
strVar = strVar &...
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.