User Profile

Collapse

Profile Sidebar

Collapse
dxpert
dxpert
Last Activity: Jan 26 '07, 04:18 PM
Joined: Jan 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dxpert
    replied to traffic..
    Hi there, here's the code.

    I created 3 textboxes on my form, named them all Text1 and made them into a control array... so each one of them had the Index property set to 0,1,2

    This should be what you're looking for.
    Good Luck!

    [CODE=vb]
    Option Explicit

    Private mlVisibleShape As Long

    Private Sub Form_Load()
    mlVisibleShape = -1
    Timer1_Timer...
    See more | Go to post
    Last edited by debasisdas; Nov 7 '07, 05:51 AM. Reason: Formatted using code tags.

    Leave a comment:


  • Hi David,

    I think your best bet would be to use the CopyFile method from the FileSystemObjec t...

    http://builder.com.com/5100-6373_14-1050078.html
    See more | Go to post

    Leave a comment:


  • dxpert
    replied to Creating secure database with ADOX
    Devon, all you should have to to is add the: ";Jet OLEDB:Database Password=[password_here];" to the end of your connection string, like this:



    ADOX.Catalog cat.Create _
    "Provider=Micro soft.Jet.OLEDB. 4.0;" & _
    "Data Source=" & QueryValue(rk, "InstallDir ") & "\CD Database.mdb;" & _
    "Jet OLEDB:Database Password=[password_he...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...