Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: EricsonJ
  • Content: Threads
  • Order by date
  1. EricsonJ

    Program the paste event

    What I want to to is to do something if the user has pressed ctrl-V. I would like to know what event is triggered after the user press ctrl-V. Thanks
  2. EricsonJ

    Cannot find tape

    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...
  3. EricsonJ

    Backup cause network disconnection

    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?
  4. EricsonJ

    No device group available

    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.
  5. EricsonJ

    How to get the Top and Left property of the ActiveX control

    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...
  6. EricsonJ

    How to program a table control

    I want to program an ActiveX control which acts like the Table in the Microsoft Word, any one has some good ideas on it?
  7. EricsonJ

    How to Get Table Column Names

    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
  8. EricsonJ

    How to use the ODBC API SQLColumns in VB6

    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
  9. EricsonJ

    A ZOrder problem

    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.
  10. EricsonJ

    A question about the TabStrip control

    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...
  11. EricsonJ

    How to make a close button like that of Windows

    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...
  12. EricsonJ

    How to create new object in the program

    I want to create some objects, such as label, command button, etc, in my program. But I cannot find the function to realize this, how should I do?
  13. EricsonJ

    A question about variable name parse

    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 &...
  14. EricsonJ

    A Beginner's question about the LIST

    I am new in VB Script. How can I get the value of an item in a LIST in a form before I press the "Submit" button.

Part and Inventory Search

Back
Top